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 @@