diff options
author | curly <curlybryce@protonmail.com> | 2023-01-10 16:03:54 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-01-10 16:03:54 -0700 |
commit | 5d4988161300f368f4252628f6e2588ce75ef101 (patch) | |
tree | 5553d37f4bf09f916820b559bfd18a7b0b9f60b2 /src/index.html | |
parent | 3bf082f501866f389232d54b5acfdc1cb0c8680a (diff) | |
download | infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.tar.gz infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.tar.bz2 infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.zip |
lots of pages & cards done
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/src/index.html b/src/index.html index 0b6e96b..32049c0 100644 --- a/src/index.html +++ b/src/index.html @@ -7,15 +7,23 @@ <body> :?src/templates/nav.html :?src/templates/body-top.html - <section id="welcome"> - <h2>Welcome to the Infernal Garden!:!refwelcome:!/ref</h2> - <article> - <p> - Infernal Garden is :!ital<a href="/people#glass">my</a>:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.<br><br> - You can find out more on the <a href="/about">about page</a>. - </p> - </article> - </section> + <article> + <section id="welcome"> + <br> + <div class="card"> + <div> + <span class="card-head"> + Welcome to the Infernal Garden!:!refwelcome:!/ref + </span> + <hr> + <div class="card-body"> + <p> + Infernal Garden is :!ital<a href="/people#glass">my</a>:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.<br><br> + You can find out more on the <a href="/about">about page</a>. + </p> + </div> + </div> + </div> :?src/templates/body-bottom.html </body> </html>
\ No newline at end of file |