File tree 7 files changed +27
-23
lines changed 7 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 1
1
.tour {
2
- z-index : 1000 ;
3
- height : 100% ;
4
2
background-color : # ffefd6 ;
3
+ text-align : center;
4
+ position : absolute;
5
+ z-index : 100 ;
5
6
}
6
- .tour img {
7
+ .tour . slider {
7
8
height : 100% ;
8
- width : 100 % ;
9
+ padding-top : 20 px ;
9
10
}
10
- .tour ion-content {
11
- top : 0 ;
12
- }
13
- .tour .slider-pager {
14
- top : 10px ;
11
+ .tour img {
12
+ width : 80% ;
15
13
}
16
14
.comments .button-block {
17
15
margin : 0 ;
Original file line number Diff line number Diff line change 1
1
< 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 >
16
22
</ ion-view >
You can’t perform that action at this time.
0 commit comments