awaken-direct-democracy
Version:
This is the functional skeleton / working mock up of a disruptive app to increase voter turnout and participation driven at the start by just one person - Tom Atkinson in New Zealand - after watching in horror the signing of the TPPA in Auckland February
22 lines • 1.33 kB
HTML
<ion-view title="Register Local Account" id="page21">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<form class="list">
<div style="text-align:center;">
<img src="img/r38YiI7RnmpmHNOvM3Rf_logo-awaken-rough.png" width="130px" height="auto">
</div>
<div class="spacer" style="height: 40px;"></div>
<a ui-sref="tabsController.electYourRepresentation" id="registerLocalAccount-button48" class="button button-stable button-small button-block">Log in with Google</a>
<a ui-sref="tabsController.electYourRepresentation" id="registerLocalAccount-button49" class="button button-stable button-small button-block">Log in with Facebook</a>
<ion-list></ion-list>
<label class="item item-input">
<span class="input-label">Username</span>
<input type="text" placeholder="">
</label>
<label class="item item-input">
<span class="input-label">Password</span>
<input type="password" placeholder="">
</label>
</form>
<a ui-sref="tabsController.electYourRepresentation" id="registerLocalAccount-button47" class="button button-positive button-block">Register</a>
</ion-content>
</ion-view>