-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
325 lines (287 loc) · 14.9 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<link rel="shortcut icon" href="img/logo.jpg">
<head>
<title>NPL | NAAO Premier League</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/style.css" type="text/css" rel="stylesheet">
<link href="./css/live.css" type="text/css" rel="stylesheet">
<link href="./css/media.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.container a{
display: inline;
}
</style>
<script src="https://www.gstatic.com/firebasejs/4.6.0/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.5.0/firebase-database.js"></script>
</head>
<body >
<div class="container con-width" style="background-image: url(img/blue-bg.jpg);">
<div class="container">
<center>
<img class="img-valign pull-left" src="img/logo.jpg" />
<span class= "hello">NAAO PREMIER LEAGUE</span>
<img href="" class="img-valign pull-right" src="img/naao.jpeg" />
</center>
</div>
</div>
<nav class="navbar" id="mainnav" style="background-color: #24385B;">
<div class="container-fluid">
<div class="navbar-header" >
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="current"><a href="#">Home</a></li>
<li><a href="live.html" class="awesome">Live</a></li>
<li><a href="#trending">Trending</a></li>
<li><a href="team.html">Teams</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!--live score-->
<div class="container" id="battel1">
<div class="col-sm-1 col-xs-12">
<span style="color: red;font-weight: bold;">Live</span>
</div>
<div class="col-sm-5 col-xs-12" style="background-color: #E5E6E9">
<center>
<span class="img-valign pull-left" id="batTeam"></span>
<a href="live.html" class="img-valign pull-left" id="score"></a>
<span class="img-valign pull-right" id="bowTeam"></span>
</center>
</div>
<div class="col-sm-1 col-xs-12">
<span style="color: green;font-weight: bold;">Upcoming</span>
</div>
<div class="col-sm-5 col-xs-12" style="background-color: #E5E6E9">
<center>
<span class="img-valign pull-left" id="batTeam2"></span>
<a href="live.html" class="img-valign pull-left" id="score2"></a>
<span class="img-valign pull-right" id="bowTeam2"></span>
</center>
</div>
</div>
<!-- /main nav -->
<section id="slider">
<div class="container" width="100%">
<div class="row">
<div class="col-sm-9 col-xs-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators bullet -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
</ol>
<!-- End Indicators bullet -->
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- single slide -->
<div class="item active">
<img src="./img/banner1.jpeg" alt="NPL logo">
</div>
<!-- end single slide -->
<!-- single slide -->
<div class="item">
<img src="./img/banner2.jpg" alt="NPL 2017">
</div>
<!-- end single slide -->
<div class="item">
<img src="./img/trophy.jpg" alt="NPL 2017">
</div>
<div class="item">
<img src="./img/fixtures.jpeg" alt="NPL 2017 fixtures">
</div>
</div><!--end inner carousel-->
</div> <!-- End Wrapper for slides -->
</div>
<div class="col-sm-3 col-xs-12" id="news">
<div class="well">
<center>
<div class="holder">
<span style="font-size:20px;color: #DFF00A;"><i class="fa fa-newspaper-o"></i> News & Events </span>
<ul id="ticker01">
<li><span class="btn btn-default fa fa-calendar"> 08 oct</span><a href="index.html#trending"> Final match Bonaigarh Eagles vs Budharaja Tuskers</a></li>
<li><span class="btn btn-default fa fa-calendar"> 07 oct</span><a href=""> 2nd Semifinal Budharaja Tuskers vs Barabati Cabbalos </a></li>
<li><span class="btn btn-default fa fa-calendar"> 06 oct</span><a href="#"> 1st Semifinal Bonaigarh Eagles vs Junagarh Toros</a></li>
<li><span class="btn btn-default fa fa-calendar"> 05 oct</span><a href="#"> 4th Knock out match Barabati Cabbalos vs Jaugarh Dolphins</a></li>
<li><span class="btn btn-default fa fa-calendar"> 04 oct</span><a href="#"> 3rd Knock out match Jeypore yCobras vs Budharaja Tuskers</a></li>
<li><span class="btn btn-default fa fa-calendar"> 03 oct</span><a href="#"> 2nd Knock out match Raibania Tigers vs Junagarh Toros</a></li>
<li><span class="btn btn-default fa fa-calendar"> 02 oct</span><a href="#"> 1st Knock out match Bonaigarh Eagles vs Gadakhurda Lions</a></li>
</ul>
</div>
</center>
</div>
</div>
</div><!--end row-->
</div><!--end of container-->
</section>
<section>
<div class="container" id="trending">
<section>
<div class="page-header">
<center>
<h2>Latest News</h2>
<div class="devider"><i class="fa fa-eye fa-lg"></i></div>
</center>
</div>
<div class="row">
<div class="col-sm-4">
<blockquote>
<img src="img/trending/final-news.jpg"" height="250px" width="100%">
<p>Bonaigarh Eagles handed the first ever NPL trophy</p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<img src="img/wngtm-grp.jpg" height="250px" width="100%">
<p>Bonaigarh Eagles team with winning trophy of NPL 1.0 </p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<img src="img/wng-trophy.jpg" height="250px" width="100%">
<p> Receiving Winning trophy of NPL 1.0 by the team Bonaigarh Eagles captain
</p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
</div><!--end row..1-->
<div class="row">
<div class="col-sm-4">
<blockquote>
<img src="img/fnl-trophy.jpg" height="250px" width="100%">
<p> Winning trophy of NPL 1.0 with two final teams captain </p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<img src="img/tm-brfmtch.jpg" height="250px" width="100%">
<p>Two team players welcoming each other before the match </p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<img src="img/budharaja.jpg" height="250px" width="100%">
<p>team budharaja tusker</p>
<footer>NAAO Premier League</footer>
</blockquote>
</div>
</div><!--end row..2-->
</section>
</div><!--end container-->
<div class="container con-width">
<div class=" btn pull-right" id="accordion">
<div class="btn btn-primary" ><a href="#collapse-1" data-toggle="collapse" data-parent="#accordion" style="color: white">More</a>
</div>
<div id="collapse-1" class="btn-collapse collapse">
<div class="btn-body">
Sorry no trending topics available
</div>
</div>
</div>
</div>
</section>
<div class="container con-width">
<section>
<div class="page-header" id="contact">
<center>
<h2>Contact Us</h2>
<h3 class="feedback">We Would <i class="fa fa-heart-o fa-lg"></i> To Hear</h3>
</i></div>
</center>
<div class="row contact-page">
<div class="col-sm-2 wow fadeInLeft animated" data-wow-duration="500ms">
<i style="padding-left: 100px;" class="fa fa-map-marker fa-lg"></i>
<div class="contact-address">
<p>1461/7705 Ground Floor</p>
<p>Satya Vihar, Rasulgarh, </p>
<p>Bhubaneswar, </p>
<p>Odisha IN </p>
</div>
</div>
<div class="email">
<div class="col-sm-6 col-xs-12 wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay="300ms">
<form action="https://formspree.io/[email protected]"
method="POST" class="contact-form" id="fr1">
<div class="input-field">
<div class="col-sm-6"><div class="input-group">
<span class="input-group-addon"><i style="color: #24385B;" class="fa fa-address-book"></i></span>
<input id="name" type="text" class="form-control" name="name" placeholder="Name">
</div></div>
<div class="col-sm-6"><div class="input-group">
<span class="input-group-addon"><i style="color: #24385B;" class="fa fa-envelope"></i></span>
<input id="email" type="text" class="form-control" name="email" placeholder="Email">
</div></div>
</div>
<div class="col-sm-12">
<div class="input-group">
<span class="input-group-addon"><i style="color: #24385B;" class="fa fa-pencil-square-o"></i></span>
<textarea name="message" id="message" placeholder="Message" class="form-control"></textarea>
</div>
<div class="btna"><i class= "fa fa-paper-plane"><input type="submit" value="Send" ></i></div>
</div>
</form>
</div>
</div>
<div class="col-sm-4 col-xs-12 fadeInRight animated" id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3742.0746024252926!2d85.8653257382895!3d20.29717897568602!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a190a13aaaaaaa9%3A0x211e387e9f8e8d6e!2sNAAO!5e0!3m2!1sen!2sin!4v1510301756607" frameborder="0" style="border:0; width:400px; height:200px;margin-top: -30px;" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="footer" style=" background-image: url(img/blue-bg.jpg);">
<div class="container">
<div class=" wow fadeInRight animated" data-wow-duration="500ms" data-wow-delay="600ms">
<center>
<!-- footer social links -->
<ol class="list-inline social">
<li><p style="color: white">© 2017 Team NAAO </p></li>
<li><a href="https://naao.org.in/"><i style="color: white" class="fa fa-globe "></i></a></li>
<li><a href="https://plus.google.com/u/0/101873824542567369173" style="color: white" class="fa fa-google-plus"></a></li>
<li><a href="https://www.facebook.com/groups/1775415089396422/" style="color: white" class="fa fa-facebook"></a></li>
</ol>
</center>
<!-- end footer social links -->
</div>
</div>
</footer>
<!-- Essential jQuery Plugins
================================================== -->
<!-- Main jQuery -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Single Page Nav -->
<script src="js/jquery.singlePageNav.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- jquery.mixitup.min -->
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/javascript.js"></script>
<script src="js/fixnav.js"></script>
<script src="js/live.js"></script>
<script src="js/contact.js"></script>
</body>
</html>