From 2a6295eb66f11603b892750176cf99d4d369a166 Mon Sep 17 00:00:00 2001 From: Nistor Cristian Date: Thu, 4 Oct 2018 01:02:24 +0300 Subject: [PATCH] Responsive menu. --- themes/navy/layout/index.swig | 66 +---- themes/navy/layout/partial/footer.swig | 2 +- themes/navy/layout/partial/header.swig | 133 +++++------ themes/navy/layout/partial/mobile_nav.swig | 41 ++-- themes/navy/source/css/_partial/main.styl | 225 ++++++++++++++---- themes/navy/source/img/arrow.svg | 3 + themes/navy/source/img/arrow_orange.svg | 4 + themes/navy/source/img/close.svg | 3 + .../img/graphic-friendly-beginnings.svg | 14 ++ themes/navy/source/img/graphic-licensing.svg | 12 + themes/navy/source/img/graphic-network.svg | 12 + .../source/img/graphic-platform-support.svg | 25 ++ themes/navy/source/img/graphic-research.svg | 14 ++ themes/navy/source/img/icon-github-mobile.svg | 1 + themes/navy/source/img/icon-gitter-mobile.svg | 3 + themes/navy/source/img/icon-menu.svg | 3 + .../navy/source/img/icon-twitter-mobile.svg | 1 + themes/navy/source/img/nimbus.svg | 4 + themes/navy/source/js/mobile_nav.js | 36 +-- 19 files changed, 391 insertions(+), 211 deletions(-) create mode 100644 themes/navy/source/img/arrow.svg create mode 100644 themes/navy/source/img/arrow_orange.svg create mode 100644 themes/navy/source/img/close.svg create mode 100644 themes/navy/source/img/graphic-friendly-beginnings.svg create mode 100644 themes/navy/source/img/graphic-licensing.svg create mode 100644 themes/navy/source/img/graphic-network.svg create mode 100644 themes/navy/source/img/graphic-platform-support.svg create mode 100644 themes/navy/source/img/graphic-research.svg create mode 100644 themes/navy/source/img/icon-github-mobile.svg create mode 100644 themes/navy/source/img/icon-gitter-mobile.svg create mode 100644 themes/navy/source/img/icon-menu.svg create mode 100644 themes/navy/source/img/icon-twitter-mobile.svg create mode 100644 themes/navy/source/img/nimbus.svg diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index 51b5443..b058776 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -1,69 +1,5 @@
-
-
-
- - nimbus -
- -
-
-
-
- -
- -
- Status Public Chat - - - -
-
+ {{ partial('partial/header') }}

Nimbus

Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware.

diff --git a/themes/navy/layout/partial/footer.swig b/themes/navy/layout/partial/footer.swig index 828764d..a15a145 100644 --- a/themes/navy/layout/partial/footer.swig +++ b/themes/navy/layout/partial/footer.swig @@ -29,4 +29,4 @@
- + \ No newline at end of file diff --git a/themes/navy/layout/partial/header.swig b/themes/navy/layout/partial/header.swig index bd7e2d7..a5c98f8 100644 --- a/themes/navy/layout/partial/header.swig +++ b/themes/navy/layout/partial/header.swig @@ -1,78 +1,73 @@ -