Adds LeapDAO to projects, fixes link to apply from projects page

This commit is contained in:
Arseniy Klempner 2018-11-20 12:50:49 -08:00
parent 8e842d018e
commit febb5b8579
3 changed files with 41 additions and 5 deletions

View File

@ -24,6 +24,13 @@
<p class="projects-intro">Interested in learning more about our projects? Meet our community of entrepreneurs:</p>
<div class="project-wrap">
<div class="project">
<a href="https://leapdao.org/" class="project-cover-link">
<img id="leapdao-logo" src="../img/logo-leapdao.svg" />
<h4>LeapDAO</h4>
<p>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.</p>
</a>
</div>
<div class="project2">
<a href="https://kickback.events/" class="project-cover-link">
<img src="../img/logo-kickback.svg" />
<h4>Kickback</h4>
@ -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.</p>
</a>
</div>
<div class="project2">
<div class="clear"></div>
<div class="project">
<a href="https://pixura.io/" class="project-cover-link">
<img src="../img/logo-pixura.svg" />
<h4>Pixura</h4>
@ -39,8 +47,7 @@
which helps users collect digital art and ensures artists receive a portion of sales each time their work changes hands.</p>
</a>
</div>
<div class="clear"></div>
<div class="project">
<div class="project2">
<a href="https://www.cryptostrikers.com/" class="project-cover-link">
<img src="../img/logo-cryptostrikers.svg" />
<h4>CryptoStrikers</h4>
@ -48,9 +55,10 @@
its easy to see how scarce each card is, and owners can display them and use them however they like.</p>
</a>
</div>
<div class="project2 project-apply">
<div class="clear"></div>
<div class="project project-apply">
<h3>Tell us about your project!</h3>
<a href="/apply/">Apply to Status Incubate</a>
<a href="/apply/?gh_jid=1310069">Apply to Status Incubate</a>
</div>
<div class="clear"></div>
</div>

View File

@ -0,0 +1,22 @@
<svg width="245" height="250" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path d="M90 0c22 0 40 10 69 25 28 16 66 26 80 62 14 37 7 65-21 105-27 41-51 57-88 57-36 0-53-16-88-57-35-40-40-59-41-91-2-32 13-60 29-77C45 7 67 0 90 0z" id="a"/>
<filter x="-38%" y="-38%" width="176%" height="176%" filterUnits="objectBoundingBox" id="c">
<feGaussianBlur stdDeviation="30" in="SourceGraphic"/>
</filter>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="b" fill="#fff">
<use xlink:href="#a"/>
</mask>
<g mask="url(#b)" fill-rule="nonzero">
<g transform="translate(-63 -61)" filter="url(#c)">
<circle fill="#0FA" cx="120" cy="119" r="119"/>
<circle fill="#0FA" cx="251" cy="231" r="119"/>
<circle fill="#FF0" cx="145" cy="209" r="115"/>
<circle fill="#FF0" cx="209" cy="289" r="119"/>
<circle fill="#0FA" cx="335" cy="149" r="115"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1003 B

View File

@ -553,3 +553,9 @@ $sidebar-width:30%;
padding-left: 20px;
}
}
#leapdao-logo {
width: 44px;
height: 44px;
filter: grayscale(100%) contrast(70%);
}