-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchoose_sports.html
33 lines (33 loc) · 2.25 KB
/
choose_sports.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="pages">
<div data-page="choose-sports" class="page navbar-fixed toolbar-fixed" >
<div class="navbar theme-indigo">
<div class="navbar-inner">
<div class="left">
<!-- <a href="#" class="back link icon-only"><i class="icon icon-back"></i></a> -->
<img src="img/envp-header-icon.png" style="padding-left:10px; width:30px; height:40px;">
</div>
<div id="lbl-choose-sports" class="center"></div>
<div class="right">
<a href="#" id="open-left-panel" data-panel="left" class="link icon-only"><i class="fa fa-user" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="page-content" style="padding-top:90px;">
<div class="ks-grid">
<div class="row no-gutter">
<div class="col-50"><a href="home.html?sport_id=1&image_url=img/basketball.png"><img src="img/basketball.png" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Basketball</b></p></div>
<div class="col-50"><a href="home.html?sport_id=2&image_url=img/floorball.png"><img src="img/floorball.png" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Floorball</b></p></div>
</div>
<div class="row no-gutter">
<div class="col-50"><a href="home.html?sport_id=3&image_url=img/football.png"><img src="img/football.png" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Football</b></p></div>
<div class="col-50"><a href="home.html?sport_id=4&image_url=img/handball.jpg"><img src="img/handball.jpg" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Handball</b></p></div>
</div>
<div class="row no-gutter">
<div class="col-50"><a href="home.html?sport_id=5&image_url=img/icehokey.png"><img src="img/icehokey.png" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Ice Hockey</b></p></div>
<div class="col-50"><a href="home.html?sport_id=6&image_url=img/rugby.jpg"><img src="img/rugby.jpg" class="img-responsive icon-sports" alt="" style="width:80px; height: 90px;"/></a><p><b>Rugby</b></p></div>
</div>
</div>
</div>
</div>
</div>
</div>