diff options
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/ascii_fox.html | 12 | ||||
| -rw-r--r-- | templates/layouts/ascii_fox_small.html | 8 | ||||
| -rw-r--r-- | templates/layouts/categorized_list.html | 27 | ||||
| -rw-r--r-- | templates/layouts/index.html | 2 |
4 files changed, 22 insertions, 27 deletions
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"> |
