diff --git a/content/articles/_index.md b/content/articles/_index.md index 849cff0..4a78e34 100644 --- a/content/articles/_index.md +++ b/content/articles/_index.md @@ -11,7 +11,8 @@ keywords: - game retrospectives --- - Codex |  Articles |  Guides |  Reviews. +**Codex | Articles | Guides | Reviews.** +
You're looking at Jefklak's Retro Game Codex, a dedicated and highly opinionated website about nostalgic games. A lovely mix between Nintendo handheld gaming love, '90s DOS games and old school PC RPGs that were an integral part of [my youth](/about).
diff --git a/themes/jefklak-creative-portfolio/assets/sass/_icons.sass b/themes/jefklak-creative-portfolio/assets/sass/_icons.sass new file mode 100644 index 0000000..32f6bcf --- /dev/null +++ b/themes/jefklak-creative-portfolio/assets/sass/_icons.sass @@ -0,0 +1,49 @@ +nav + svg + width: 24px + height: 24px + float: left + +%icon-in-text + position: relative + top: 5px + +main + p + .icon + @extend %icon-in-text + li + .icon + @extend %icon-in-text + + +.icon + width: 32px + height: 32px + padding-right: 0.3rem + + &-small + position: relative + top: 2px + padding-right: 0.1rem + width: 16px !important + height: 16px !important + + &-gray + color: #999 + + &-text + @extend %icon-in-text + + &-float + @extend %icon-in-text + float: left + + &-inline + float: left + color: #999 + width: 24px !important + height: 24px !important + +a.icon:hover + text-decoration: none diff --git a/themes/jefklak-creative-portfolio/assets/sass/main.sass b/themes/jefklak-creative-portfolio/assets/sass/main.sass index b6e833b..45fadb6 100644 --- a/themes/jefklak-creative-portfolio/assets/sass/main.sass +++ b/themes/jefklak-creative-portfolio/assets/sass/main.sass @@ -2,4 +2,5 @@ @import 'fonts' @import 'codex' @import 'sidebar' -@import 'toot' \ No newline at end of file +@import 'toot' +@import 'icons' \ No newline at end of file diff --git a/themes/jefklak-creative-portfolio/layouts/_default/baseof.html b/themes/jefklak-creative-portfolio/layouts/_default/baseof.html index e782ef0..26e1f1e 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/baseof.html +++ b/themes/jefklak-creative-portfolio/layouts/_default/baseof.html @@ -4,6 +4,7 @@ {{ partial "head.html" . }} + {{ partial "icons" . }}
skip to main content
diff --git a/themes/jefklak-creative-portfolio/layouts/_default/single.html b/themes/jefklak-creative-portfolio/layouts/_default/single.html index 89ecd23..1d8ea25 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/single.html +++ b/themes/jefklak-creative-portfolio/layouts/_default/single.html @@ -13,7 +13,10 @@ {{ $createdate := .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}