From fbc1ec76dbc52871d9bcd53dfede3c9e06306ed7 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 14 Oct 2018 16:11:19 +0200 Subject: [PATCH] Added I2P font and icons --- _includes/design/icons.html | 6 +- _includes/head.html | 1 + _includes/sidebar.html | 2 +- _layouts/assets.html | 25 ------ _layouts/colors.html | 25 ------ _layouts/design.html | 5 ++ _layouts/grid.html | 25 ------ _layouts/typography.html | 25 ------ _site/404.html | 1 + _site/assets/styles/layout.scss | 2 +- _site/assets/styles/main.css | 2 +- _site/components/index.html | 15 ++-- _site/copywriting/index.html | 21 ++--- _site/getting-started/index.html | 1 + _site/index.html | 1 + .../update/2018/05/06/welcome-to-jekyll.html | 1 + assets.md | 26 ------ assets/fonts/i2p.css | 77 ++++++++++++++++++ assets/fonts/i2p.eot | Bin 0 -> 11236 bytes assets/fonts/i2p.svg | 50 ++++++++++++ assets/fonts/i2p.ttf | Bin 0 -> 11088 bytes assets/fonts/i2p.woff | Bin 0 -> 6984 bytes assets/fonts/i2p.woff2 | Bin 0 -> 5968 bytes assets/styles/layout.scss | 2 +- colors.md | 26 ------ design.md | 36 ++++---- grid.md | 26 ------ typography.md | 26 ------ 28 files changed, 185 insertions(+), 242 deletions(-) delete mode 100644 _layouts/assets.html delete mode 100644 _layouts/colors.html delete mode 100644 _layouts/grid.html delete mode 100644 _layouts/typography.html delete mode 100644 assets.md create mode 100644 assets/fonts/i2p.css create mode 100644 assets/fonts/i2p.eot create mode 100644 assets/fonts/i2p.svg create mode 100644 assets/fonts/i2p.ttf create mode 100644 assets/fonts/i2p.woff create mode 100644 assets/fonts/i2p.woff2 delete mode 100644 colors.md delete mode 100644 grid.md delete mode 100644 typography.md diff --git a/_includes/design/icons.html b/_includes/design/icons.html index e73a9c8..ec9713f 100644 --- a/_includes/design/icons.html +++ b/_includes/design/icons.html @@ -1,16 +1,16 @@

Icons

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + I2P uses the following icons in its interface.
{% for icons_hash in page.icons %} {% for icon in icons_hash %} -
+
- +
{{icon[0]}} diff --git a/_includes/head.html b/_includes/head.html index a9ba12c..fb41ee0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,5 +7,6 @@ + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 2922a21..08e2ebc 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -2,7 +2,7 @@
{{ content }} + {% include design/colors.html %} + {% include design/grid.html %} + {% include design/typography.html %} + {% include design/icons.html %} + {% include design/assets.html %} {% include scrollspy.html %} {% include scripts.html %}
diff --git a/_layouts/grid.html b/_layouts/grid.html deleted file mode 100644 index 9cc0b2f..0000000 --- a/_layouts/grid.html +++ /dev/null @@ -1,25 +0,0 @@ - - - {% include head.html %} - - {% include navbar.html %} -
- -
- {{ content }} - {% include /design/grid.html participants=site.data.profiles %} - {% include scrollspy.html %} - {% include scripts.html %} -
-
- - diff --git a/_layouts/typography.html b/_layouts/typography.html deleted file mode 100644 index 0e22e65..0000000 --- a/_layouts/typography.html +++ /dev/null @@ -1,25 +0,0 @@ - - - {% include head.html %} - - {% include navbar.html %} -
- -
- {{ content }} - {% include /design/typography.html participants=site.data.profiles %} - {% include scrollspy.html %} - {% include scripts.html %} -
-
- - diff --git a/_site/404.html b/_site/404.html index 90e4838..469ac4a 100644 --- a/_site/404.html +++ b/_site/404.html @@ -9,6 +9,7 @@ + diff --git a/_site/assets/styles/layout.scss b/_site/assets/styles/layout.scss index ae05220..f47bfce 100644 --- a/_site/assets/styles/layout.scss +++ b/_site/assets/styles/layout.scss @@ -35,7 +35,7 @@ } .sidebar__link__light { - color: $oc-gray-6 !important; + color: $oc-gray-7 !important; &:hover { color: $oc-black !important; diff --git a/_site/assets/styles/main.css b/_site/assets/styles/main.css index a98b13b..1f24bfc 100644 --- a/_site/assets/styles/main.css +++ b/_site/assets/styles/main.css @@ -8,7 +8,7 @@ .sidebar-wrapper { background-color: #dee2e6; } -.sidebar__link__light { color: #868e96 !important; } +.sidebar__link__light { color: #495057 !important; } .sidebar__link__light:hover { color: #000000 !important; transition-timing-function: linear; -webkit-transition-timing-function: linear; -webkit-transition-duration: .3s; transition-duration: .3s; } .sidebar__link__light:active { color: #4661A9; } diff --git a/_site/components/index.html b/_site/components/index.html index df6d856..61bd523 100644 --- a/_site/components/index.html +++ b/_site/components/index.html @@ -9,6 +9,7 @@ + @@ -75,43 +76,43 @@