-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike Kobar
committed
Aug 12, 2018
1 parent
624d59f
commit 9a46451
Showing
3 changed files
with
65 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<ion-view title="Services Search" cache-view="false" hide-nav-bar="false" hide-back-button="false" id="page1"> | ||
<ion-content padding="true" class="has-header"> | ||
<div class="spacer" style="width: 300px; height: 46px;"></div> | ||
<div class="spacer" style="width: 300px; height: 26px;"></div> | ||
<header id="header"> | ||
<div class="container"> <!-- holder --> | ||
<div class="logo2"> | ||
<a href="#"> | ||
<img src="img/1.png" width="80%" alt="essr"> | ||
<img src="img/header.png" width="110%" alt="essr"> | ||
</a><br/> | ||
<a href="#" ng-click="gotoUrl();"> | ||
<img src="img/sponsor.png" width="80%" alt="essr"> | ||
<img src="img/sponsor.png" width="90%" alt="sponsor"> | ||
</a><br/> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<h2>Search For: </h2> | ||
<a ui-sref="list()" id="button3" class="button icon-left ion-home button-assertive button-block">Emergency shelters near you</a> | ||
<a ui-sref="list()" id="button3" class="button icon-left ion-fork button-assertive button-block">Emergency food and water near you</a> | ||
<a ng-click="list()" id="button4" class="button icon-left ion-android-car button-positive button-block">Gas Stations with gas and power</a> | ||
<a ui-sref="list()" id="button5" class="button icon-left ion-battery-charging button-positive button-block">Charging locations</a> | ||
<a ui-sref="list()" id="button3" class="button icon-left ion-android-cart button-positive button-block">Open food stores</a> | ||
<a ui-sref="list()" id="button3" class="button icon-left ion-card button-positive button-block">Working ATMs</a> | ||
<a ui-sref="goSearch()" id="button3" class="button button-positive button-block">Other</a> | ||
<button ng-click="list_esny();" id="button2" class="button icon-left ion-fork button-assertive button-block">Emergency Shelter near you</button> | ||
<button ng-click="list_efu();" id="button3" class="button icon-left ion-fork button-assertive button-block">Emergency food and water near you</button> | ||
<button ng-click="list_gs();" id="button4" class="button icon-left ion-android-car button-positive button-block">Gas Stations with gas and power</button> | ||
<button ng-click="list_cs();" id="button5" class="button icon-left ion-battery-charging button-positive button-block">Charging locations</button> | ||
<button ng-click="list_ofs();" id="button6" class="button icon-left ion-android-cart button-positive button-block">Open food stores</button> | ||
<button ng-click="list_watm();" id="button7" class="button icon-left ion-card button-positive button-block">Working ATMs</button> | ||
<a ui-sref="goSearch()" id="button8" class="button button-positive button-block">Other</a> | ||
</ion-content> | ||
</ion-view> |