diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index 19fa54a..8dd2c2d 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -68,8 +68,8 @@

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.

- READ THE DOCS - GET INVOLVED + JOIN OUR GITTER + GET INVOLVED
@@ -78,41 +78,59 @@
-

Future Plans

-

The Nimbus team kicked off research in March 2018 and has been steadily making progress on X,Y,Z. Below is a list of activities the team will be working on. +

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.

- See all the documentation here + Learn More on Github
-

Work#1

-

Simple description of work.

- +

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

Work#2

-

Simple description of work.

+

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
-

Work#3

-

Simple description of work.

- +

Friendly Licensing

+

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

Work#4

-

Simple description of work.

+

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

Friendly Platform Support

+

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 +
@@ -146,54 +164,58 @@
-

Team

-

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

+

Core Contributors

+

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

-
-

Jacek Sieka

-

Engineer

- -

-
-

Zahary Karadjov

-

Engineer

- -

-
+
+

Yevhen Kabanov

-

Engineer

- +

Engineer

+

See Github profile +

-
+
+ +

Jacek Sieka

+

Engineer

+

See Github profile +

+
+
+

Mamy Ratsimbazafy

-

Engineer

- +

Engineer

+

See Github profile +

-
-

Andreas Rumpf

-

Engineer

- +

+ +

Ryan Lipscombe

+

Engineer

+

See Github profile +

-
+
+ +

Zahary Karadjov

+

Engineer

+

See Github profile +

+
+
+

Yuriy Glukhov

-

Engineer

- +

Engineer

+

See Github profile +

-
+
+

Dustin Brody

Engineer

- -

-
-

Ryan Lipscombe

-

Engineer

- -

-
-

Yuriy Glukhov

-

Engineer

- + See Github profile +

diff --git a/themes/navy/source/css/_partial/main.styl b/themes/navy/source/css/_partial/main.styl index 22d752d..773c334 100644 --- a/themes/navy/source/css/_partial/main.styl +++ b/themes/navy/source/css/_partial/main.styl @@ -1061,13 +1061,12 @@ body { } .work-item-image { - width: 250px; - height: 250px; margin: -150px 0; } .work-item-left p { margin: 0; + width: 400px; } @@ -1078,6 +1077,7 @@ body { .work-item-right p { margin: 0; + width: 400px; } .work-item-image-right { @@ -1330,10 +1330,6 @@ pre { margin: 20px; } -.team { - height: 240px; -} - .contribute h3 { font-style: normal; font-weight: bold; @@ -1348,7 +1344,7 @@ pre { line-height: 25px; font-size: 16px; color: #939BA1; - margin-bottom: 50px; + margin-bottom: 40px; } .contribute a { @@ -1362,6 +1358,14 @@ pre { margin-left: 8px; } +.contributor { + margin-bottom: 24px; +} + .blog { height: 400px; } + +#top-header { + margin-top: 60px; +} \ No newline at end of file diff --git a/themes/navy/source/img/graphic-friendly-beginnings.png b/themes/navy/source/img/graphic-friendly-beginnings.png new file mode 100644 index 0000000..3f3a855 Binary files /dev/null and b/themes/navy/source/img/graphic-friendly-beginnings.png differ diff --git a/themes/navy/source/img/graphic-licensing.png b/themes/navy/source/img/graphic-licensing.png new file mode 100644 index 0000000..aa53deb Binary files /dev/null and b/themes/navy/source/img/graphic-licensing.png differ diff --git a/themes/navy/source/img/graphic-network.png b/themes/navy/source/img/graphic-network.png new file mode 100644 index 0000000..2e2d957 Binary files /dev/null and b/themes/navy/source/img/graphic-network.png differ diff --git a/themes/navy/source/img/graphic-platform-support.png b/themes/navy/source/img/graphic-platform-support.png new file mode 100644 index 0000000..2caba0e Binary files /dev/null and b/themes/navy/source/img/graphic-platform-support.png differ diff --git a/themes/navy/source/img/graphic-research.png b/themes/navy/source/img/graphic-research.png new file mode 100644 index 0000000..b61cf55 Binary files /dev/null and b/themes/navy/source/img/graphic-research.png differ