Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactors earn page #173

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have a grant program anymore. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll remove the grant program.

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.