diff options
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/index.html | 27 |
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$ |
