diff options
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 |