summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-14 21:18:14 +0200
committerVolpeon <git@volpeon.ink>2021-05-14 21:18:14 +0200
commitb80e8510728b4fc605bd5f6b52d82d320acc2c1f (patch)
tree1135514c2db808cfe03fc4c272f8bbd87e91df79 /templates
parentSmaller ASCII art (diff)
downloadvolpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.tar.gz
volpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.tar.bz2
volpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.zip
Moved ASCII fox from page list header to general footer
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html9
-rw-r--r--templates/layouts/ascii_fox.html12
-rw-r--r--templates/layouts/ascii_fox_small.html8
-rw-r--r--templates/layouts/categorized_list.html27
-rw-r--r--templates/layouts/index.html2
5 files changed, 27 insertions, 31 deletions
diff --git a/templates/base.html b/templates/base.html
index 27f8f20..d9aaa8e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -64,11 +64,12 @@ ${layouts/categorized_list()}
64${layouts/page()} 64${layouts/page()}
65 $endif$ 65 $endif$
66 66
67
67 <footer class="c-footer"> 68 <footer class="c-footer">
68 <div class="c-footer__content"> 69 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre>
69 9thPK7O3xn 70 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre>
70 </div> 71
71 <a class="c-outer-button" href="#" title="To the top"> 72 <a class="c-outer-button c-outer-button--scroll-top" href="#" title="To the top">
72 <span class="c-outer-button__icon"> 73 <span class="c-outer-button__icon">
73 <svg class="c-outer-button__icon-symbol o-icon"> 74 <svg class="c-outer-button__icon-symbol o-icon">
74 <use href="/symbols.svg#icon-arrow-up"></use> 75 <use href="/symbols.svg#icon-arrow-up"></use>
diff --git a/templates/layouts/ascii_fox.html b/templates/layouts/ascii_fox.html
new file mode 100644
index 0000000..ce8597e
--- /dev/null
+++ b/templates/layouts/ascii_fox.html
@@ -0,0 +1,12 @@
1 ' ' ' ' ' '
2 ' ' ' ' ' ' ' ' ' ' ' ' '
3 ' . | | | ' ' ' ' ' | | ' ' | '
4 ' | | | ' | ' ' ' ' ' | : | ' ' | . '
5 ' ' | | . | ' 9thPK7O3xn ' ' ' | | ' ' | '
6 ' | __~| | | ' ' ' ' ' | | | ' ' | | '
7 ' ' |__ ,( |' |_ ' ' ' <strong>//\_</strong> ' | ' . | ' ' | ' '
8 ' | )~._ _( . ) .| ) ' <strong>____,...,______..,_~`` -`..,</strong> ' | ' | . ( ' ' | '
9 ' |, __´ ) ( | | | ` <strong>_,~´"' , . ,~--´</strong> ' _| | . |~~.__ ´ ' '__,. | ' '
10 ' | | _.~( _ | ' ~( <strong>,-" _.-|~/ |..,____,) ,/,,"'</strong> '_( | ' |) ) . ' ( )~-_ | ' '
11 ' | (_ ) ´- | ( ' <strong>\__,~"´ /:) / |:\ \</strong> ,~( ) . | | ) `, ' _/- .. , _) | '
12´ . ( ` ( . : / : . : <strong>(:/\_-, \:.\_-,</strong> . \ .\ . : \ . ) . ' ,( . : / . `
diff --git a/templates/layouts/ascii_fox_small.html b/templates/layouts/ascii_fox_small.html
new file mode 100644
index 0000000..bb02a96
--- /dev/null
+++ b/templates/layouts/ascii_fox_small.html
@@ -0,0 +1,8 @@
1 ' ' ' '
2 | | ' ' ' | | ' '
3 | ' | ' ' ' | ' | ' '
4 | | 9thPK7O3xn ' | . | ' '
5 | . | ' ' <strong>//\__</strong> ' | | ' '
6 | | <strong>_.~-"""-----~`` ,-´</strong> ' |' | ' '
7 | | '| <strong>.´ ,~'\ ).,__,)/,,"</strong> ' | | | ' '
8 _| |_ <strong>`~´ (/\\, (/\\,</strong> _' _| ' |_ _' '_
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index ef3b8fc..f2dbbc4 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -1,29 +1,4 @@
1<section class="l-section l-section--fullscreen"> 1<section class="l-section l-section--no-head">
2 <div class="c-ascii">
3 <pre class="c-ascii__fixed-content u-dn@sm-lo">
4
5 | | | ' ' ' ' ' | | ' ' |
6 | | ' | ' ' ' ' ' | : | ' ' |
7' | | . | ' ' ' ' ' | | ' ' |
8 | __~| | | ' ' ' ' ' | | | ' ' | |
9 |__ ,( |' |_ ' ' ' <strong>//\_</strong> ' | ' . | ' ' | '
10 '| )~._ _( . ) .| ) ' <strong>____,...,______..,_~`` -`..,</strong> ' | ' | . ( ' ' |
11 |, __´ ) ( | | | ` <strong>_,~´"' , . ,~--´</strong> ' _| | . |~~.__ ´ ' '__,. |
12| | _.~( _ | ' ~( <strong>,-" _.-|~/ |..,____,) ,/,,"'</strong> '_( | ' |) ) . ' ( )~-_ | '
13 | (_ ) ´- | ( ' <strong>\__,~"´ /:) / |:\ \</strong> ,~( ) . | | ) `, ' _/- .. , _) |
14 ` ( . : / : . : <strong>(:/\_-, \:.\_-,</strong> . \ .\ . : \ . ) . ' ,( . / </pre>
15
16 <pre class="c-ascii__fixed-content u-dn@sm-hi">
17
18 | | ' ' ' | | ' '
19 | ' | ' ' ' | ' | ' '
20 | | ' ' ' | . | ' '
21 | . | ' ' <strong>//\__</strong> ' | | ' '
22 | | <strong>_.~-"""-----~`` ,-´</strong> ' |' | ' '
23 | | '| <strong>.´ ,~'\ ).,__,)/,,"</strong> ' | | | ' '
24 _| |_ <strong>`~´ (/\\, (/\\,</strong> _' _| ' |_ _' '_</pre>
25 </div>
26
27 <div class="l-container l-container--pad-x l-container--pad-y l-container--content"> 2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content">
28 <div class="s-headlines s-colored-links"> 3 <div class="s-headlines s-colored-links">
29 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> 4 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index 45ac82e..814f338 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -51,7 +51,7 @@ $body$
51</section> 51</section>
52 52
53<section class="l-section" id="projects"> 53<section class="l-section" id="projects">
54 <header class="l-section__head"> 54 <header class="l-section__head l-section__head--sticky">
55 <a class="c-outer-button" href="#projects"> 55 <a class="c-outer-button" href="#projects">
56 <span class="c-outer-button__icon"> 56 <span class="c-outer-button__icon">
57 <svg class="c-outer-button__icon-symbol o-icon"> 57 <svg class="c-outer-button__icon-symbol o-icon">