diff options
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 616f0cd0..5f98bb6b 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -2,23 +2,23 @@ <ion-content class="pin-background"> <div style="margin-left:20px; margin-right:20px"> <center> - <br/> - <br/> + <br /> + <br /> <div id="responsive-image"> <img src="img/authlogo.png"> </div> - <br/> + <br /> <span style="color:white"> <h2 style="color:white">Hi There!</h2> - <br/> + <br /> <h4 style="color:white">{{'kThanksForUsing' | translate}} {{$root.appName}}. - <br/> - <br/> {{'kNeedToKnow' | translate}} + <br /> + <br /> {{'kNeedToKnow' | translate}} </h4> - <br/> + <br /> </span> - <br/> + <br /> <div id="firstuse"> <button class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> {{'kWizard' | translate}} @@ -26,14 +26,15 @@ <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> {{'kExpert' | translate }} </button> - <br/> + <br /> <center> - <button class="button button-clear icon icon-left ion-android-globe white-button-text animated bounceInUp" ng-click="switchLang()"> - {{'kLanguage' | translate}} + <button class="button button-clear icon icon-left ion-android-globe white-button-text animated bounceInUp" + ng-click="switchLang()"> + {{'kLanguage' | translate}} </button> <div class="animated bounceInUp"> - <small ><a style="text-decoration:none; color:white" - href="#" onclick="window.open('https://medium.com/zmninja/zmninja-privacy-and-your-data-5489a5974baf', '_blank', 'location=yes'); return false;">{{'kDataPrivacy' | translate}}</a> + <small><a style="text-decoration:none; color:white" href="#" onclick="window.open('https://medium.com/zmninja/zmninja-privacy-and-your-data-5489a5974baf', '_blank', 'location=yes'); return false;">{{'kDataPrivacy' + | translate}}</a> </small> </div> </center> |
