diff options
author | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
commit | c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd (patch) | |
tree | 4792d0f38463a15ca352118e8264a4813c05e15e /templates/layouts/index copy.html | |
parent | Added better font for text (Iosevka Aile) (diff) | |
download | volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.gz volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.bz2 volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.zip |
WIP: Redesign
Diffstat (limited to 'templates/layouts/index copy.html')
-rw-r--r-- | templates/layouts/index copy.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/templates/layouts/index copy.html b/templates/layouts/index copy.html new file mode 100644 index 0000000..34d8b0f --- /dev/null +++ b/templates/layouts/index copy.html | |||
@@ -0,0 +1,45 @@ | |||
1 | <main class="c-page s-page l-container l-container--content l-container--pad-v l-container--pad-v--first"> | ||
2 | <div class="c-page__content"> | ||
3 | <header class="c-hero u-hidden@sm-down" role="presentation"> | ||
4 | $-- ' | ' ' ' ' ' | | | ' ' | ||
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 | |||
24 | $body$ | ||
25 | </div> | ||
26 | </main> | ||
27 | |||
28 | <footer class="c-footer l-container"> | ||
29 | 9thPK7O3xn | ||
30 | </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> | ||