Skip to content

Commit

Permalink
refactor: Refactors earn page
Browse files Browse the repository at this point in the history
  • Loading branch information
agbilotia1998 committed Jun 17, 2020
1 parent 92f9baf commit bb76cc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 99 deletions.
3 changes: 0 additions & 3 deletions src/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
<li>
<a rel="prefetch" href="/blog">Blog</a>
</li>
<li>
<a href="/resources" rel="prefetch">Resources</a>
</li>
<li>
<a rel="prefetch" href="/earn">Earn</a>
</li>
Expand Down
34 changes: 6 additions & 28 deletions src/routes/earn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -175,37 +175,15 @@
<header>
<Logo />
<p>
Earn with LeapDAO by completing a bounty, taking on a role, or applying
for a grant
Want to work with an open source community that is focused on a network combining scalability,
ease of use and security — all in one?
<br>
Want to get rewarded for your efforts while contributing to an open source initiative, join us and
earn with LeapDAO by completing a bounty, taking on a role, or applying
for a grant.
</p>
</header>

<h2>Grants</h2>
<div class="cols">
<div class="col">
<p>
Mass adoption is the next critical step for the blockchain industry.
Scalable and secure decentralized apps can deliver this vision.
<br />
Hence we support selected entrepreneurs and teams with grants.
</p>
</div>
<div class="col">
<p>
If you are an entrepreneur or team delivering a use-case that requires
fast and cheap transactions or complex computations, we can support you
with mentorship and funding.
<br />
Fill out the form to
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSeN9N96hkwyuKSR_QF7O_CSfG7gUQ_rA57y9DZjIk7XZEybyg/viewform">
apply for a grant
</a>
.
</p>
</div>
</div>

<h2>Roles</h2>
<div class="cols">
<div class="col">
Expand Down
68 changes: 0 additions & 68 deletions src/routes/resources.svelte

This file was deleted.

0 comments on commit bb76cc0

Please sign in to comment.