From 3d8fa31469119b0d70ebebbde39fe113c50b66f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 13:11:06 +0100 Subject: tranding icons --- _config.yml | 2 +- _icons/activity.svg | 2 +- _icons/ajdustments.svg | 6 +++--- _icons/trending-down.svg | 6 ++++++ _icons/trending-up.svg | 6 ++++++ _includes/icon.html | 2 +- index.html | 1 + style.scss | 7 +++++++ 8 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 _icons/trending-down.svg create mode 100644 _icons/trending-up.svg diff --git a/_config.yml b/_config.yml index 69ce589b..7582e66f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ plugins: - jekyll-last-modified-at exclude: - - .idea/* + - .idea - package.json defaults: diff --git a/_icons/activity.svg b/_icons/activity.svg index 4dca4a3f..08fbfab6 100644 --- a/_icons/activity.svg +++ b/_icons/activity.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/_icons/ajdustments.svg b/_icons/ajdustments.svg index dc535937..7a5120ee 100644 --- a/_icons/ajdustments.svg +++ b/_icons/ajdustments.svg @@ -1,9 +1,9 @@ --- --- - - - + + + diff --git a/_icons/trending-down.svg b/_icons/trending-down.svg new file mode 100644 index 00000000..a1f179cf --- /dev/null +++ b/_icons/trending-down.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/trending-up.svg b/_icons/trending-up.svg new file mode 100644 index 00000000..6ebd42d7 --- /dev/null +++ b/_icons/trending-up.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_includes/icon.html b/_includes/icon.html index 22834ebc..5cedcd5d 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1 +1 @@ -{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% assign content = icon.content | replace: ' +

{{ site.icons.size }} icons

diff --git a/style.scss b/style.scss index 8525ae50..503842b2 100644 --- a/style.scss +++ b/style.scss @@ -78,6 +78,13 @@ a { font-weight: 600; } +.icon-subtitle { + font-size: 1rem; + line-height: 1; + margin: 0 0 1rem; + font-weight: 600; +} + .icon-preview-wrap { position: relative; -- cgit v1.2.1