summaryrefslogtreecommitdiffstats
path: root/templates/layouts/index.html
blob: d145b54883683732a3bd223b10137526affa40a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<main>
  <section class="l-landing">
    <header class="l-landing__banner">
      <div class="c-landing-banner l-container l-container--pad-x l-container--content">
        <h1 class="c-landing-banner__title">
          <span class="c-landing-banner__title-inner">
            I'm a <strong class="c-landing-banner__emph">red fox</strong> in disguise.
          </span>
        </h1>
        <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>
      </div>
    </header>

    <section class="l-landing__content">
      <div class="l-container l-container--pad-x l-container--content s-body">
$body$
      </div>
    </section>
  </section>

  $-- <footer class="c-footer l-container">
  $--   9thPK7O3xn
  $-- </footer>
</main>