From 256a77ea6c7855bd2a712d6fd0d8f4fcdc39da8d Mon Sep 17 00:00:00 2001 From: Nistor Cristian Date: Wed, 3 Oct 2018 01:38:41 +0300 Subject: [PATCH] Improved overall styling on home. Created script to fetch latest posts from our.status. Improved Footer. --- themes/navy/layout/index.swig | 47 +- themes/navy/layout/partial/after_footer.swig | 1 + themes/navy/layout/partial/footer.swig | 57 +-- themes/navy/source/css/_partial/main.styl | 492 ++++++++----------- themes/navy/source/img/icon_fb2.svg | 1 + themes/navy/source/img/icon_ri.svg | 1 + themes/navy/source/img/logo-footer.svg | 4 + themes/navy/source/js/fetch_blog_posts.js | 22 + 8 files changed, 283 insertions(+), 342 deletions(-) create mode 100644 themes/navy/source/img/icon_fb2.svg create mode 100644 themes/navy/source/img/icon_ri.svg create mode 100644 themes/navy/source/img/logo-footer.svg create mode 100644 themes/navy/source/js/fetch_blog_posts.js diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index ecfa340..51b5443 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -78,26 +78,26 @@

Future Plans

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.

- Learn More on Github + Learn More on Github

Friendly Beginnings

The Nimbus team kicked off research in March 2018 and has steadily been finalizing the blocks needed to deliver a fully stand-alone implementation of the next generation of Ethereum. Excited about new developments? Get in touch!

- See docs + See docs
- +
- +

Friendly Research

We’re translating the latest Ethereum 2.0 research like BN curves, BLS signatures and RANDAO games into practical, performant and reusable libraries to provide fertile exploration ground for further R&D. Want to run advanced simulations and tests? Get in touch!

- See docs + See docs
@@ -107,19 +107,19 @@

We’re building Nimbus as a common good with liberal licensing to allow the widest deployment of Ethereum 2.0 possible. Want to integrate Nimbus in your product? Get in touch!

- See docs + See docs - +
- +

Friendly Networking

We’re translating the latest Ethereum 2.0 research like BN curves, BLS signatures and RANDAO games into practical, performant and reusable libraries to provide fertile exploration ground for further R&D. Want to run advanced simulations and tests? Get in touch!

- See docs + See docs
@@ -129,9 +129,9 @@

The Nim language delivers safe and performant code on any platform with a C compiler available. Developing the latest RISC-V boards or simply have an old Windows machine lying around? Get in touch!

- See docs + See docs - +
@@ -164,7 +164,6 @@
-

Core Contributors

We’re a diverse group of researchers, engineers, and scientists with a passion for web3 technologies. We work primarily in Nim.

@@ -232,25 +231,19 @@
-

Status Partners with the team behind the programming language Nim

-

To bolster research efforts for Nimbus – a sharding client for Ethereum – status.im have partnered with the core team developing the Nim programming language... -

- Read More - +

+

+ Read More
-

Ethereum Client Developers Conference Retrospective

-

A large part of what makes possible "magic internet money" occurs deep down where most people will never see it - in the actual clients. We hosted all the developers in Berlin. Find out what went down... -

- Read More - +

+

+ Read More
-

Introducing Nimbus, An Ethereum 2.0 Sharding Client

-

In order to advance the collective work on scaling Ethereum, we have been building our own client, called Nimbus, which has a particular focus on sharding and resource-restricted devices... -

- Read More - +

+

+ Read More
diff --git a/themes/navy/layout/partial/after_footer.swig b/themes/navy/layout/partial/after_footer.swig index 1effe0a..517f685 100644 --- a/themes/navy/layout/partial/after_footer.swig +++ b/themes/navy/layout/partial/after_footer.swig @@ -6,6 +6,7 @@ {{ js('js/toc') }} {{ js('js/mobile_nav') }} {{ js('js/search') }} +{{ js('js/fetch_blog_posts') }} {% if page.layout === 'plugins' %} diff --git a/themes/navy/layout/partial/footer.swig b/themes/navy/layout/partial/footer.swig index 804556a..828764d 100644 --- a/themes/navy/layout/partial/footer.swig +++ b/themes/navy/layout/partial/footer.swig @@ -1,35 +1,32 @@ -