summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-22 20:52:20 +0100
committerVolpeon <git@volpeon.ink>2021-03-22 20:52:20 +0100
commitb292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e (patch)
tree95e6a5701c6686725f3fd4145881e3687f5228ee /templates/layouts
parentWIP: Redesign (diff)
downloadvolpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.tar.gz
volpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.tar.bz2
volpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.zip
WIP: Redesign
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/index.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index aaac808..d145b54 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -1,11 +1,21 @@
1<main> 1<main>
2 <header class="c-hero"> 2 <section class="l-landing">
3 <h1 class="c-hero__title c-hero__title--front">I'm a <strong class="c-hero__emph">red fox</strong> in disguise</h1> 3 <header class="l-landing__banner">
4 <h2 class="c-hero__title c-hero__title--back">Volpeon</h2> 4 <div class="c-landing-banner l-container l-container--pad-x l-container--content">
5 </header> 5 <h1 class="c-landing-banner__title">
6 <span class="c-landing-banner__title-inner">
7 I'm a <strong class="c-landing-banner__emph">red fox</strong> in disguise.
8 </span>
9 </h1>
10 <p>Welcome to my website! I'm Volpeon, a red fox doing human things such as programming, creating vector art, and running a website.</p>
11 </div>
12 </header>
6 13
7 <section class="l-container l-container--content"> 14 <section class="l-landing__content">
15 <div class="l-container l-container--pad-x l-container--content s-body">
8$body$ 16$body$
17 </div>
18 </section>
9 </section> 19 </section>
10 20
11 $-- <footer class="c-footer l-container"> 21 $-- <footer class="c-footer l-container">