-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
26 lines (26 loc) · 998 Bytes
/
home.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
<div class="pages">
<div data-page="home" class="page navbar-fixed toolbar-fixed" >
<div class="navbar theme-indigo">
<div class="navbar-inner">
<div class="left">
<a href="choose_sports.html" class="link icon-only"><i class="icon icon-back"></i></a>
</div>
<div id="lbl-home" class="center"></div>
<div class="right">
</div>
</div>
</div>
<div class="page-content center-outer">
<div class="center-inner">
<div class="login-screen-title">
<img id="img-sport-selected" src="" class="img-responsive icon-sports">
</div>
<div class="content-block">
<p><a id="btn-make-new-team" href="team_add.html" class="button button-big button-fill button-raised color-teal"></a></p>
<p><a id="btn-choose-existing" href="team_list.html" class="button button-big button-fill button-raised color-teal"></a></p>
</div>
</div>
</div>
</div>
</div>
</div>