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/about | |
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/about')
-rw-r--r-- | src/about/index.html | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/src/about/index.html b/src/about/index.html index abf4323..4a48d61 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -7,20 +7,42 @@ <body> :?src/templates/nav.html :?src/templates/body-top.html - <section id="about"> - <h2>About:!refabout:!/ref</h2> - <article> + <article> + <br> + <section id="about"> + <div class="card"> + <div> + <span class="card-head"> + About:!refabout:!/ref + </span> + <hr> + <div class="card-body"> <p> - + There's not really much going on right now. Mostly just hosting a few <a href="/services/">services</a> and working on a few <a href="/projects/">projects</a> (potentially). </p> - <section id="attribution"> - <h2>Attribution:!refattribution:!/ref</h2> + </div> + </div> + </div> + </section> + <br> + <section id="attribution"> + <div class="card"> + <div> + <span class="card-head"> + Attribution:!refattribution:!/ref + </span> + <hr> + <div class="card-body"> <p> Icons >> <a href="https://github.com/ForkAwesome/Fork-Awesome">Fork Awesome</a> </p> - </section> - </article> - </section> + </div> + </div> + </div> + </section> + </article> + </section> :?src/templates/body-bottom.html </body> -</html> + </html> +
\ No newline at end of file |