Basic signup view

This commit is contained in:
2019-07-21 16:04:00 +02:00
parent 725d36bed6
commit 4c70c0d233
3 changed files with 59 additions and 1 deletions
+27 -1
View File
@@ -1 +1,27 @@
{{outlet}}
<main class="center-column">
<section id="signup">
<header>
<h2>Create your contributor profile</h2>
</header>
<div class="content text-lg">
<p>
You have already contributed to a Kosmos project, or you are interested
in contributing in the near future? Fantastic!
</p>
<p>
In order to earn kredits for your contributions, you will need a
registered contributor profile. The quickest way to register is by
connecting one of the following accounts:
</p>
<p class="actions">
<button {{action "connectGithub"}} class="icon">
{{icon-account-github-com}}
Connect GitHub
</button>
</p>
</div>
</section>
</main>