diff --git a/themes/navy/layout/projects.swig b/themes/navy/layout/projects.swig index c25b623..b8b9c24 100644 --- a/themes/navy/layout/projects.swig +++ b/themes/navy/layout/projects.swig @@ -24,6 +24,13 @@

Interested in learning more about our projects? Meet our community of entrepreneurs:

+ + +

LeapDAO

+

LeapDAO is increasing the capacity of Ethereum and the scope of possible Dapps in the ecosystem through the development of Plasma Leap. Plasma Leap extends Plasma, a technique for off-chain transactions, enabling decentralized applications with thousands of users at the same time. LeapDAO combines Holacracy and Decentralized Organizations to build a global, self-managing and purpose-driven community.

+
+
+

Kickback

@@ -31,7 +38,8 @@ The collective ETH from any no-shows is distributed to the event attendees, or can be applied to charity or a future event.

-
+
+ -
-
+ -
+
+

Tell us about your project!

- Apply to Status Incubate + Apply to Status Incubate
diff --git a/themes/navy/source/img/logo-leapdao.svg b/themes/navy/source/img/logo-leapdao.svg new file mode 100644 index 0000000..4f2ab29 --- /dev/null +++ b/themes/navy/source/img/logo-leapdao.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/navy/source/scss/page.scss b/themes/navy/source/scss/page.scss index 45c3165..65b1125 100644 --- a/themes/navy/source/scss/page.scss +++ b/themes/navy/source/scss/page.scss @@ -553,3 +553,9 @@ $sidebar-width:30%; padding-left: 20px; } } + +#leapdao-logo { + width: 44px; + height: 44px; + filter: grayscale(100%) contrast(70%); +}