UNPKG

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

26 lines (20 loc) 659 B
<ion-header> <ion-navbar> <ion-title>{{speaker.name}}</ion-title> </ion-navbar> </ion-header> <ion-content padding class="speaker-detail"> <div text-center> <img [src]="speaker.profilePic" [alt]="speaker.name"><br> <button ion-button icon-only clear small color="twitter"> <ion-icon name="logo-twitter"></ion-icon> </button> <button ion-button icon-only clear small color="github"> <ion-icon name="logo-github"></ion-icon> </button> <button ion-button icon-only clear small color="instagram"> <ion-icon name="logo-instagram"></ion-icon> </button> </div> <p>{{speaker.about}}</p> </ion-content>