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
52 lines (47 loc) • 1.72 kB
HTML
<ion-header>
<ion-navbar>
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>2017 Election</ion-title>
<ion-buttons end>
<button ion-button icon-only (click)="presentPopover($event)">
<ion-icon name="more"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content>
<div class="about-header">
<img src="assets/img/ionic-logo-white.svg">
</div>
<div padding class="about-info">
<h4>2017 Election</h4>
<ion-list no-lines>
<ion-item>
<ion-icon name="calendar" item-left></ion-icon>
<ion-label>Date</ion-label>
<ion-datetime displayFormat="MMM DD, YYYY" [(ngModel)]="conferenceDate"></ion-datetime>
</ion-item>
<ion-item>
<ion-icon name="pin" item-left></ion-icon>
<ion-label>Location</ion-label>
<ion-select>
<ion-option value="madison" selected>Madison, WI</ion-option>
<ion-option value="austin">Austin, TX</ion-option>
<ion-option value="chicago">Chicago, IL</ion-option>
<ion-option value="seattle">Seattle, WA</ion-option>
</ion-select>
</ion-item>
</ion-list>
<p>
The Ionic Conference is a one-day conference featuring talks from the
Ionic team. It is focused on Awaken Direct Democracylications being built with
Ionic 2. This includes migrating apps from Ionic 1 to Ionic 2,
Angular concepts, Webpack, Sass, and many other technologies used
in Ionic 2. Tickets are completely sold out, and we’re expecting
more than 1000 developers – making this the largest Ionic
conference ever!
</p>
</div>
</ion-content>