summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-27 22:03:08 +0100
committerVolpeon <git@volpeon.ink>2021-03-27 22:03:08 +0100
commit7588b3b71d01093507a2776e36ede1e6550dedd7 (patch)
treec148e797f64f0c0d41e6f0d6bef45b91661c1713 /templates/layouts
parentWIP: Redesign (diff)
downloadvolpeon.ink-7588b3b71d01093507a2776e36ede1e6550dedd7.tar.gz
volpeon.ink-7588b3b71d01093507a2776e36ede1e6550dedd7.tar.bz2
volpeon.ink-7588b3b71d01093507a2776e36ede1e6550dedd7.zip
WIP: Redesign
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/index.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index 9b43503..d819455 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -7,7 +7,7 @@
7 I'm a <strong class="c-landing-banner__emph">red fox</strong> in disguise. 7 I'm a <strong class="c-landing-banner__emph">red fox</strong> in disguise.
8 </span> 8 </span>
9 </h1> 9 </h1>
10 <p> 10 <p class="c-landing-banner__text">
11 Welcome to my website! I'm Volpeon, a red fox disguised as a human. 11 Welcome to my website! I'm Volpeon, a red fox disguised as a human.
12 I enjoy programming, creating vector art and designing user interfaces. 12 I enjoy programming, creating vector art and designing user interfaces.
13 </p> 13 </p>
@@ -25,17 +25,20 @@
25 $else$ 25 $else$
26 <div class="c-card"> 26 <div class="c-card">
27 $endif$ 27 $endif$
28 <div class="c-card__content"> 28 $if(it.icon)$
29 <div> 29 <svg class="c-card__icon o-icon">
30 <strong class="u-db">$it.platform$</strong> 30 <use href="#icon-$it.icon$"></use>
31 <small class="u-db">$it.username$</small> 31 </svg>
32 </div> 32 $endif$
33 $if(it.url)$ 33 <div class="c-card__content">
34 <svg class="c-card__icon o-icon"> 34 <strong class="u-db">$it.platform$</strong>
35 <use href="#icon-link-external"></use> 35 <small class="u-db">$it.username$</small>
36 </svg> 36 </div>
37 $endif$ 37 $if(it.url)$
38 </div> 38 <svg class="c-card__icon o-icon">
39 <use href="#icon-link-external"></use>
40 </svg>
41 $endif$
39 $if(it.url)$ 42 $if(it.url)$
40 </a> 43 </a>
41 $else$ 44 $else$