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
19 lines • 989 B
HTML
<ion-view title="delete me" id="page22">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<form class="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>
</ion-list>
<div class="spacer" style="height: 40px;"></div>
<button id="deleteMe-button51" class="button button-stable button-block">Log in</button>
<a href="#" onclick="window.open('/signup', '_system', 'location=yes'); return false;" id="deleteMe-button52" class="button button-positive button-block button-clear">Or create an account</a>
</form>
</ion-content>
</ion-view>