First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
19
hackatonApp/www/views/auth/walkthrough.html
Normal file
19
hackatonApp/www/views/auth/walkthrough.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<ion-view class="walkthrough-view" cache-view="false">
|
||||
<ion-content scroll="false">
|
||||
<div class="top-content row">
|
||||
<div class="col col-center">
|
||||
<img ng-src="img/logo.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom-content row">
|
||||
<div class="col col-center">
|
||||
<a class="login button button-block button-stable" ui-sref="auth.login">
|
||||
Log In
|
||||
</a>
|
||||
<a class="sign-up button button-block button-stable" ui-sref="auth.signup">
|
||||
Sign Up
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue