work on onboarding

This commit is contained in:
Kevin Froman 2019-10-16 01:30:44 -05:00
parent 2d5fc6cf54
commit 18e317c820
1 changed files with 7 additions and 2 deletions

View File

@ -81,9 +81,8 @@
<br>
<i class="icon fas fa-university"></i> <input type="checkbox" name="stateTarget"> <label for="stateTarget">Government (direct target)</label>
<br>
<i class="icon fas fa-binoculars"></i> <input type="checkbox" name="local"> <label for="local">Physically nearby threat</label>
<i class="icon fas fa-binoculars"></i> <input type="checkbox" name="local"> <label for="local">Nearby threat</label>
</div>
<br>
<div class="field">
<div>
I want to contribute to Onionr by...
@ -99,6 +98,12 @@
I want to...
</div>
<i class="icon fas fa-user"></i> <input type="checkbox" name="useDeterministic"> <label for="useDeterminisitc">Use a seed to re(generate) an ID</label>
<br>
<i class="icon fas fa-envelope"></i> <input type="checkbox" name="useMail"> <label for="useMail">Use OnionrMail</label>
<br>
<i class="icon fas fa-comments"></i> <input type="checkbox" name="useCircles"> <label for="useMail">Use Circles (message board system)</label>
<br>
</div>
<br>
<input type="submit" value="Get Started" class="button is-primary">