diff options
| author | Volpeon <git@volpeon.ink> | 2021-04-13 20:42:29 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-04-13 20:42:29 +0200 |
| commit | 0de5545dd4706d4dccdc8f843a98f5d9d5155bd0 (patch) | |
| tree | 9169bbf51c232f6ed2c3d7f8761d3e996aeb76d9 /templates/layouts | |
| parent | Update (diff) | |
| download | volpeon.ink-0de5545dd4706d4dccdc8f843a98f5d9d5155bd0.tar.gz volpeon.ink-0de5545dd4706d4dccdc8f843a98f5d9d5155bd0.tar.bz2 volpeon.ink-0de5545dd4706d4dccdc8f843a98f5d9d5155bd0.zip | |
Update
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/index.html | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 3145b69..d39e70a 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | </header> | 14 | </header> |
| 15 | 15 | ||
| 16 | <section class="l-landing__content"> | 16 | <section class="l-landing__content"> |
| 17 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 17 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body u-pt0@md-lo"> |
| 18 | <div class="l-card-grid"> | 18 | <div class="l-card-grid"> |
| 19 | $for(profiles)$ | 19 | $for(profiles)$ |
| 20 | $if(it.featured)$ | 20 | $if(it.featured)$ |
| @@ -64,18 +64,50 @@ $body$ | |||
| 64 | </span> | 64 | </span> |
| 65 | </a> | 65 | </a> |
| 66 | </header> | 66 | </header> |
| 67 | |||
| 68 | <div class="l-container l-container--pad-x l-container--pad-y l-card-grid u-my-auto"> | ||
| 69 | <a class="l-card-grid__card c-card" href="projects/blobfox-emojis/"> | ||
| 70 | <div class="c-card__content"> | ||
| 71 | <small class="u-db">Emojis</small> | ||
| 72 | <strong class="u-db">Blobfox</strong> | ||
| 73 | </div> | ||
| 74 | <svg class="c-card__icon o-icon"> | ||
| 75 | <use href="#icon-arrow-right"></use> | ||
| 76 | </svg> | ||
| 77 | </a> | ||
| 78 | |||
| 79 | <a class="l-card-grid__card c-card" href="projects/bunhd-emojis/"> | ||
| 80 | <div class="c-card__content"> | ||
| 81 | <small class="u-db">Emojis</small> | ||
| 82 | <strong class="u-db">BunHD</strong> | ||
| 83 | </div> | ||
| 84 | <svg class="c-card__icon o-icon"> | ||
| 85 | <use href="#icon-arrow-right"></use> | ||
| 86 | </svg> | ||
| 87 | </a> | ||
| 88 | |||
| 89 | <!--<a class="l-card-grid__card c-card" href="#"> | ||
| 90 | <div class="c-card__content"> | ||
| 91 | <small class="u-db">Icons</small> | ||
| 92 | <strong class="u-db">iro</strong> | ||
| 93 | </div> | ||
| 94 | <svg class="c-card__icon o-icon"> | ||
| 95 | <use href="#icon-arrow-right"></use> | ||
| 96 | </svg> | ||
| 97 | </a>--> | ||
| 98 | </div> | ||
| 67 | </section> | 99 | </section> |
| 68 | 100 | ||
| 69 | <footer class="c-footer"> | 101 | <footer class="c-footer"> |
| 70 | <div class="c-footer__content"> | 102 | <a class="c-outer-button c-outer-button--icon-only" href="#" title="To the top"> |
| 71 | 9thPK7O3xn | ||
| 72 | </div> | ||
| 73 | <a class="c-outer-button" href="#"> | ||
| 74 | <span class="c-outer-button__icon"> | 103 | <span class="c-outer-button__icon"> |
| 75 | <svg class="c-outer-button__icon-symbol o-icon"> | 104 | <svg class="c-outer-button__icon-symbol o-icon"> |
| 76 | <use href="#icon-arrow-up"></use> | 105 | <use href="#icon-arrow-up"></use> |
| 77 | </svg> | 106 | </svg> |
| 78 | </span> | 107 | </span> |
| 79 | </a> | 108 | </a> |
| 109 | <div class="c-footer__content u-ar"> | ||
| 110 | 9thPK7O3xn | ||
| 111 | </div> | ||
| 80 | </footer> | 112 | </footer> |
| 81 | </main> | 113 | </main> |
