diff options
Diffstat (limited to 'src/people/index.html')
-rw-r--r-- | src/people/index.html | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/src/people/index.html b/src/people/index.html index d95a02c..a30c722 100644 --- a/src/people/index.html +++ b/src/people/index.html @@ -7,15 +7,26 @@ <body> :?src/templates/nav.html :?src/templates/body-top.html - <section id="people"> - <h2>People:!refpeople:!/ref</h2> - <article> - <section id="glass"> - <h3>glass:!refglass:!/ref</h3> - - </section> - </article> - </section> + <article> + <section id="people"> + <br> + <div class="card"> + <div> + <span class="card-head"> + People:!refpeople:!/ref + </span> + <hr> + <div class="card-body"> + <p> + The people associated with Infernal Garden. + </p> + </div> + </div> + </div> + <br> + :?src/people/cards/glass/glass.html + </section> + </article> :?src/templates/body-bottom.html </body> </html>
\ No newline at end of file |