Skip to content

Commit 9c59215

Browse files
committed
redo tour and add splash screen graphics for ios
1 parent cc7c579 commit 9c59215

File tree

7 files changed

+27
-23
lines changed

7 files changed

+27
-23
lines changed

media/icons/icon.png

207 KB
Loading
258 KB
Loading
218 KB
Loading

media/splashscreen/Default~iphone.png

81.7 KB
Loading

www/css/style.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
.tour {
2-
z-index: 1000;
3-
height: 100%;
42
background-color: #ffefd6;
3+
text-align: center;
4+
position: absolute;
5+
z-index: 100;
56
}
6-
.tour img {
7+
.tour .slider {
78
height: 100%;
8-
width: 100%;
9+
padding-top: 20px;
910
}
10-
.tour ion-content {
11-
top: 0;
12-
}
13-
.tour .slider-pager {
14-
top: 10px;
11+
.tour img {
12+
width: 80%;
1513
}
1614
.comments .button-block {
1715
margin: 0;

www/img/logo.jpg

74.9 KB
Loading

www/views/tour/tour.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
<ion-view title="Welcome" class="tour">
2-
<ion-content>
3-
<ion-slide-box>
4-
<ion-slide>
5-
<img src="/img/tour-1.jpg" />
6-
</ion-slide>
7-
<ion-slide>
8-
<img src="/img/tour-2.jpg" />
9-
</ion-slide>
10-
<ion-slide>
11-
<img src="/img/tour-3.jpg" />
12-
<button class="button button-full button-positive" ng-click="login()">Get Started</button>
13-
</ion-slide>
14-
</ion-slide-box>
15-
</ion-content>
2+
<ion-nav-buttons side="left">
3+
</ion-nav-buttons>
4+
<ion-slide-box>
5+
<ion-slide>
6+
<img src="img/logo.jpg" />
7+
<h2>Welcome to<br />Sunshine Resort</h2>
8+
</ion-slide>
9+
<ion-slide>
10+
<h3>View your reservation</h3>
11+
<h3>Call the concierge</h3>
12+
<h3>Order room service</h3>
13+
<h3>Discover resort events</h3>
14+
<h3>Find local places</h3>
15+
<h3>and much more!</h3>
16+
</ion-slide>
17+
<ion-slide>
18+
<img src="img/logo.jpg" />
19+
<button class="button button-full button-positive" ng-click="login()">Get Started</button>
20+
</ion-slide>
21+
</ion-slide-box>
1622
</ion-view>

0 commit comments

Comments
 (0)