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/people | |
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/people')
-rw-r--r-- | src/people/cards/glass/glass.html | 19 | ||||
-rw-r--r-- | src/people/cards/glass/glass.png | bin | 0 -> 1310925 bytes | |||
-rw-r--r-- | src/people/index.html | 29 |
3 files changed, 39 insertions, 9 deletions
diff --git a/src/people/cards/glass/glass.html b/src/people/cards/glass/glass.html new file mode 100644 index 0000000..abf1116 --- /dev/null +++ b/src/people/cards/glass/glass.html @@ -0,0 +1,19 @@ +<section id="glass"> + <span class="card"> + <img class="card-image" src="/people/cards/glass/glass.png"> + <div> + <span class="card-head"> + glass:!refglass:!/ref + <a href="https://ak.infernal.garden/glass"><i class="fa fa-pleroma" aria-hidden="true"></i></a> + </span> + <hr> + <div class="card-body"> + <p> + Hello! I'm glass! (or curly, soup, etc.)<br> + I thought Infernal Garden was a pretty cool name so I figured I'd try and make a thing out of it.<br> + Also! I made this website! - and the thing to compile it with: <a href="https://git.infernal.garden/soup/s3g">s3g</a> + </p> + </div> + </div> + </span> +</section> diff --git a/src/people/cards/glass/glass.png b/src/people/cards/glass/glass.png Binary files differnew file mode 100644 index 0000000..efc1c7d --- /dev/null +++ b/src/people/cards/glass/glass.png 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 |