diff options
Diffstat (limited to 'templates/layouts/index.html')
-rw-r--r-- | templates/layouts/index.html | 43 |
1 files changed, 6 insertions, 37 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 61edec2..3105472 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
@@ -1,26 +1,10 @@ | |||
1 | <main class="c-page s-page l-container l-container--content l-container--pad-v"> | 1 | <div class="c-hero l-container"> |
2 | <div class="c-page__content"> | 2 | <h1 class="c-hero__backtitle">Volpeon</h1> |
3 | <header class="c-hero u-hidden@sm-down" role="presentation"> | 3 | <h2 class="c-hero__title">I'm a <strong class="c-hero__emph">red fox</strong> doing human things</h2> |
4 | $-- ' | ' ' ' ' ' | | | ' ' | 4 | </div> |
5 | $-- | ' ' ' //\_ ' | ' . | ' ' | ||
6 | $-- .| ' ____,...,______..,_~`` -`.., ' | ' | ' ' | ||
7 | $-- | _,~´"' , . ,~--´ ' _| | . |~~.__ ' ' | ||
8 | $-- | | ,-" _.-|~/ |..,____,) ,/,,"' '_( | ' |) ) ' ' | ||
9 | $-- '| \__,~"´ /:) / |:\ \ ,~( ) . | | ) `, ' _,--. | ||
10 | $-- ___\___.___:____(:/\_-,______\:.\_-,____.__\_.\______.__:___\__.___)_.___,/_____ | ||
11 | $-- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | ||
12 | |||
13 | <pre class="c-hero__pre c-page__prefixed c-page__prefixed--pre u-mt0 u-hidden@sm-down"> | ||
14 | ' | ' ' ' ' ' | | | ' ' | ||
15 | | ' ' ' <strong>//\_</strong> ' | ' . | ' ' | ||
16 | .| ' <strong>____,...,______..,_~`` -`..,</strong> ' | ' | ' ' | ||
17 | | <strong>_,~´"' , . ,~--´</strong> ' _| | . |~~.__ ' ' | ||
18 | | | <strong>,-" _.-|~/ |..,____,) ,/,,"'</strong> '_( | ' |) ) ' ' | ||
19 | '| <strong>\__,~"´ /:) / |:\ \</strong> ,~( ) . | | ) `, ' _,--. | ||
20 | \ . : <strong>(:/\_-, \:.\_-,</strong> . \ .\ . : \ . ) . ' ,/ </pre> | ||
21 | |||
22 | </header> | ||
23 | 5 | ||
6 | <main class="c-page l-container l-container--content l-container--pad-v l-container--pad-v--first"> | ||
7 | <div class="c-page__content s-page-content"> | ||
24 | $body$ | 8 | $body$ |
25 | </div> | 9 | </div> |
26 | </main> | 10 | </main> |
@@ -28,18 +12,3 @@ $body$ | |||
28 | <footer class="c-footer l-container"> | 12 | <footer class="c-footer l-container"> |
29 | 9thPK7O3xn | 13 | 9thPK7O3xn |
30 | </footer> | 14 | </footer> |
31 | |||
32 | <template id="header-sm"> | ||
33 | $-- .| //\__ ' .' | . | ' . ' | ||
34 | $-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' | ||
35 | $-- '| .´ ,~'\ ).,__,)/,," ' . ' | | | ' .' | ||
36 | $-- |_ `~´ (/\\, (/\\, _' '_ _| ' |_ _' '_ | ||
37 | |||
38 | <pre class="c-hero__pre c-page__prefixed c-page__prefixed--pre u-mt0 $if(section.is_index)$u-hidden@sm-up$endif$"> | ||
39 | .| <strong> //\__</strong> ' .' | . | ' . ' | ||
40 | | <strong> _.~-"""-----~`` ,-´</strong> ' ' |' | ' ' | ||
41 | '| <strong>.´ ,~'\ ).,__,)/,," </strong> ' . ' | | | ' .' | ||
42 | |_ <strong>`~´ (/\\, (/\\, </strong> _' '_ _| ' |_ _' '_</pre> | ||
43 | </template> | ||
44 | |||
45 | <script src="/index.js" type="text/javascript"></script> | ||