-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
341 lines (244 loc) · 9.75 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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html>
<head>
<base href="/">
<title>FILMO-STAT</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!--load angular and angular route via cdn -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-route.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular-animate.js"></script>
<!-- <link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css"> -->
<link rel="stylesheet" href="public/pages/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="public/js/application/scroll.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-inverse navbar-fixed">
<div class="navbar-header">
<a href="/" id="y" class="navbar-brand">FILMOSTAT</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#movies1" id="x"><i class="fa fa-film"></i> MOVIES</a></li>
<li><a href="#shows2" id="x"><i class="fa fa-television"></i> SHOWS</a></li>
<li><a href="#info" id="x"><i class="fa fa-info-circle"></i> ABOUT</a></li>
</ul>
</div>
</nav>
</header>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="public/pages/img/movies.jpg" alt="Chania" width="460" height="345">
</div>
<div class="item">
<img src="public/pages/img/shows.jpg" alt="Chania" width="460" height="345">
</div>
<div class="item">
<img src="public/pages/img/carouselbg.jpg" alt="Flower" width="460" height="345">
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="panel panel-info" id="movies1">
<div id="z"><i class="fa fa-film"></i></div>
<!-- <span class="fa fa-chevron-right">Findout more...</span> -->
</div>
<div class="panel panel-info" id="movies2">
<table class="table">
<tr ><th colspan="2"><u>MOVIES</u></th></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">BoxOffice</td></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">Popular</td></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">Most Watched</td></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">Anticipated</td></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">Statistics besides the movies list </td></tr>
<tr><td><img src="public/pages/img/movie-icon.png" height="30px" width="30px;">Above all, it's real time.</td></tr>
<tr><td><a href="/movies">Findout More...</a><span class="fa fa-chevron-circle-right"></span></td></tr>
</table>
</div>
<div class="panel panel-info" id="shows1">
<table class="table">
<tr ><th colspan="2"><u>TV-SHOWS</u></th></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Trending</td></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Popular</td></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Most Watched</td></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Anticipated</td></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Statistics besides the TV-Shows listed </td></tr>
<tr><td><img src="public/pages/img/tv.png" height="30px" width="30px;">Above all, it's real time.</td></tr>
<tr><td><a href="/shows">Findout More...</a><span class="fa fa-chevron-circle-right"></span></td></tr>
</table>
</div>
<div class="panel panel-info" id="shows2">
<div id="z"><i class="fa fa-television"></i></div>
<!-- <span class="fa fa-chevron-right">Findout more...</span> -->
</div>
<table class="table" id="info">
<tr>
<th>
<h3 style="color:rgb(50,50,50)"><img src="public/pages/img/movie-icon.png" height="50px" width="50px;">Movies</h3>
</th>
<th>
<h3 style="color:rgb(50,50,50)"><img src="public/pages/img/tv.png" height="50px" width="50px;">TV Shows</h3>
</th>
<th>
<h3 style="color:rgb(50,50,50)"><img src="public/pages/img/timer.png" height="50px" width="50px;">Coming soon...</h3>
</th>
</tr>
<tr>
<td>
<li>Filmostat provides latest update on movies yearly basis.</li>
<li>With attractive infographic elements, updated constantly.</li>
<li>Box office movie updates.</li>
</td>
<td>
<li>Offers TV Shows details too.</li>
<li>With attractive infographic elements again,updated constantly.</li>
<li>All these features,profile free.</li>
</td>
<td>
<li>Movie bound details provision.</li>
<li>Ratings and likes besides comments from various sources.</li>
<li>Welcoming suggestions.</li>
</td>
</tr>
</table>
<footer>
<nav class="navbar navbar-inverse navbar-fixed-bottom">
<!-- <table class="table">
<tr><td><u>DEVELOPER DETAILS:</u></td></tr>
<tr><td><text class="fa fa-cog fa-spin" style="color:green"> </text> Built by: <i> Satish Chandra Palakoti | <a href="https://www.linkedin.com/in/palakotisatishchandra" class="fa fa-linkedin-square"> </a> | <a href="mailto:[email protected]" class="fa fa-envelope"> </a> | <a href="mailto:[email protected]" class="fa fa-linkedin-square"> </a></td></tr>
<tr><td>Copyright © 2016. <br>Not All rights reserved.</td></tr>
<tr><td></td></tr>
</table> -->
<p id='footcont'><text class="fa fa-cog fa-spin"> </text> Built by: <i> Satish Chandra Palakoti | <a href="https://www.linkedin.com/in/palakotisatishchandra" class="fa fa-linkedin-square"> </a> | <a href="mailto:[email protected]" class="fa fa-envelope"> </a> | <a href="mailto:[email protected]" class="fa fa-google-plus"> </a>
<br>Copyright © 2016. <br>Not All rights reserved. <txt class="fa fa-warning"><u>NOTE:</u> Application purely developed to enhance skillset. Not meant for professional use.<txt>
</p>
<ul class="nav navbar-nav">
</ul>
</nav>
</footer>
</body>
<style type="text/css">
/*
.footer {
height: 80px ;
}*/
.navbar>table>tr>th{
text-align: left;
font-size: 2px;
}
#x:hover{
color: yellow;
}
a{
text-decoration: none !important;
}
#y:hover{
text-shadow: 2px 2px 20px white;
color: white;
}
tr,td,th,table{
border: none !important;
color: white;
font-family: arial;
margin: auto;
font: 25px;
}
th{
text-align: center;
font-size: 25px;
}
body{
background-image: url('public/pages/img/mainbg.jpg');
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
}
#movies1{
width: 30%;
border: 2px solid gray;
float: left;
margin-top: 4%;
height: 300px;
margin-left: 10%;
background-color: rgba(20,20,20,0.9);
}
#shows1{
width: 30%;
border: 2px solid gray;
float: left;
margin-top: 4%;
height: 300px;
margin-left: 10%;
background-color: rgba(20,20,20,0.9);
overflow: auto;
}
#movies2{
width: 30%;
border: 2px solid gray;
float: right;
margin-top: 4%;
height: 300px;
margin-right: 10%;
background-color: rgba(50,50,50,0.9);
overflow: auto;
}
#shows2{
width: 30%;
border: 2px solid gray;
float: right;
margin-top: 4%;
height: 300px;
margin-right: 10%;
background-color: rgba(50,50,50,0.9);
}
#z{
font-size: 200px;
color: white;
margin: 0% 12% 80% 20%;}
#footcont>text{
font-size: 25px;
color:yellow;
}
txt{
font-size: 10px;
font-weight: 10px;
color: red;
float: right;
}
#footcont{
color: white;
font-size: 12px;
}
.class{
}
.fa:hover{
color: yellow;
}
</style>
</html>