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

Fix hackathon onboarding typos #5216

Merged
merged 3 commits into from
Sep 18, 2019
Merged
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
16 changes: 8 additions & 8 deletions app/dashboard/templates/dashboard/hackathon_onboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@ <h1>{{hackathon.name}} Guide</h1>
<div class="row py-5">
<div class="col-12">
<div class="mb-4">
<h2>How the hackathon works?</h2>
<p>Our hackathon is formed by many prizes from diferent open source organisations, you can <a href="{% url 'hackathon' hackathon.slug %}#bounties">check the prizes</a> </p>
<h2>How to Participate?</h2>
<p>Here’s how to participate in this Gitcoin virtual hackathon: </p>
</div>

<div class="mb-4">
<h2>How to participate?</h2>
{% if not github_handle %}
<p>First of all you need to connect to gitcoin with your github account. </p>
<p>Log in with Githubto register for the hackathon and receive email updates.</p>
<a class="btn btn-gc-purple my-3" href="{% url 'social:begin' 'github' %}?next={{ request.get_full_path }}"
onclick="dataLayer.push({'event': 'login'});">
<i class="fab fa-github"></i>
<span>{% trans "Login with github" %}</span>
</a>
{% endif %}
<ul class="list-group mt-4">
<li class="list-group-item"><a target="_blank" href="https://discord.gg/TxRKTn8">Join Discord</a> - You will able to get updates from our sponsors prizes and find help.</li>
<li class="list-group-item"><a target="_blank" href="https://github.com/gitcoinco/{{hackathon.slug}}-teams">Create or Join a team</a> - To participate in <b>{{hackathon.name}}</b> we recommend you to have a team, but you can do it alone also.</li>
<li class="list-group-item"><a href="#startSubmit" data-toggle="modal">Start/Submit Work via Gitcoin</a> - Follow this guide to understand how Gitcoin works.</li>
<li class="list-group-item"><a target="_blank" href="{% url 'hackathon' hackathon.slug %}#bounties">View prizes</a> - Find challenges from our sponsors that your team can work on. Prizes will be posted on or before <b>{{hackathon.start_date}}</b></li>
<li class="list-group-item"><a target="_blank" href="https://github.com/gitcoinco/{{hackathon.slug}}-teams">Create or Join a team</a> - Share project ideas and skills or join an existing team.</li>
<li class="list-group-item"><a target="_blank" href="https://discord.gg/TxRKTn8">Join Discord</a> - Our main communication channel for updates, sponsor questions, and project work.</li>
<li class="list-group-item"><a href="#startSubmit" data-toggle="modal">Start/Submit Work via Gitcoin</a> - Follow this guide to formally apply for a prize and submit your work before <b>{{hackathon.end_date}}</b></li>
</ul>

</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h5 class="modal-title" id="startSubmitLabel">Start/Submit Work via Gitcoin</h5>
</div>
<div>
<h2>Ready?</h2>
<p>Now lets go create something amazing, remember you have time until <b>{{hackathon.end_date}}</b> </p>
<p>Let’s hack!</p>
<p>
<a class="btn btn-lg btn-gc-pink" href="{% url 'hackathon' hackathon.slug %}">Start Hacking</a>
</p>
Expand Down