aboutsummaryrefslogtreecommitdiff
path: root/src/about/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/about/index.html')
-rw-r--r--src/about/index.html42
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