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 all commits
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
57 changes: 29 additions & 28 deletions src/routes/earn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
/* width: 30rem;*/
/* height: 26rem;*/
font-size: 2rem;
line-height: 3rem;
line-height:3rem;
margin-bottom: 1rem;
padding: 1rem;
overflow: hidden;
Expand Down Expand Up @@ -158,6 +158,10 @@
text-align: center;
}

#content-header-less-top-margin {
margin-top: 2rem;
}

.glassfrog {
background: center left url(/img/glassfrog-logo.png) no-repeat;
background-size: 25.5px 21.25px;
Expand All @@ -174,37 +178,34 @@
<div class="content">
<header>
<Logo />
<p>
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.
Are you a developer who is
</p>
</div>
<div class="col">

<ul>
<li>
Looking to get started with blockchain technology and want to work with an
open source community that is focused on a network combining scalability, ease of use and security — all in one
</li>
<li>
Currently working with an unmotivated team and with an organisation that is hierarchy based
</li>
<li>
Looking for a highly motivated team and the companions who believe in you and realize your ideas
</li>
<li>
Willing to work on cutting edge technology
</li>
</ul>

<p id="content-header-less-top-margin">
then LeapDAO is the right place for you.
</p>

<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>
.
Join us and earn with LeapDAO by taking on a role or completing a bounty here.
</p>
</div>
</div>
</header>

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

This file was deleted.