Skip to content

Commit

Permalink
add instructions for home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 22, 2017
1 parent 61df703 commit 203823e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added www/img/android-add-to-home-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/img/ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions www/templates/tab-dash.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ <h4>You have <strong>{{ user.outdegree }}</strong> direct contacts, and <strong>
<button ng-click="go('/tab/friends')">View Contacts</button><br />
<button ng-click="go('/tab/account')">Admin</button>
</div>
</div><br />
<div style="border: 1px;">
<small><strong>Add this app to your homescreen!</strong><br />
<table>
<tr>
<th>On iOS (Safari):</th>
<th>On Android (Chrome):</th>
</tr>
<tr>
<td style="vertical-align: top;"><img src="../img/ios.png" style="max-width:100%; height:auto;"></img></td>
<td style="vertical-align: top;"><img src="../img/android-add-to-home-screen.jpg" style="max-width:100%; height:auto;"></img></td>
</tr>
</table>
</small>
</div>
</ion-list>
</ion-content>
Expand Down

0 comments on commit 203823e

Please sign in to comment.