generated from Recoded-Spark-Turkey-2022/movie-project
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
276 lines (268 loc) · 9.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/e9fa753156.js"
crossorigin="anonymous"
></script>
<title>Movie</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<h6>
<i class="fa-solid fa-ticket fa-xl" id="logo">CINEMADEV</i>
</h6>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse bg-light" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto" id="navbar-content">
<li class="nav-item active px-sm-3">
<a class="nav-link" href="index.html"
>Home <span class="sr-only">(current)</span></a
>
</li>
<!-- Movie dropdown-->
<li class="nav-item dropdown px-sm-3">
<a
class="text-dark nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Genres
</a>
<div
class="dropdown-menu"
id="movie-dropdown"
aria-labelledby="navbarDropdown"
></div>
</li>
<!--Beginning of Find Movies-->
<li class="nav-item dropdown px-sm-3" id="filterNav">
<a
class="text-dark nav-link dropdown-toggle find"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Filter
</a>
<div
id="dropdownMenu"
class="dropdown-menu"
aria-labelledby="navbarDropdown"
>
<form>
<div class="form-group">
<div class="form-check ml-4 mt-2">
<input
class="form-check-input path"
type="radio"
name="exampleRadios2"
id="now_playing"
value="now_playing"
checked
/>
<label class="form-check-label" for="now_playing">
Now Playing
</label>
</div>
<div class="form-check ml-4 mt-2">
<input
class="form-check-input path"
type="radio"
name="exampleRadios2"
id="popular"
value="popular"
/>
<label class="form-check-label" for="popular">
Popular
</label>
</div>
<div class="form-check ml-4 mt-2">
<input
class="form-check-input path"
type="radio"
name="exampleRadios2"
id="top_rated"
value="top_rated"
/>
<label class="form-check-label" for="top_rated">
Top Rated
</label>
</div>
<div class="form-check ml-4 mt-2">
<input
class="form-check-input path"
type="radio"
name="exampleRadios2"
id="upcoming"
value="upcoming"
/>
<label class="form-check-label" for="upcoming">
Upcoming
</label>
</div>
<div class="form-check ml-4 mt-2">
<input
class="form-check-input path"
type="radio"
name="exampleRadios2"
id="releaseDate"
/>
<label class="form-check-label" for="releaseDate">
<label
for="example-date-input"
class="col-12 col-form-label p-0"
>Release Date</label
>
<input
class="form-control col-12"
style="transform: scale(0.85)"
type="date"
value="2020-08-19"
id="example-date-input"
/>
</label>
</div>
<hr />
<button
type="submit"
class="btn btn-primary ml-4 mt-2"
data-toggle="collapse"
data-target="#dropdownMenu"
id="filterSearch"
>
Search
</button>
</div>
</form>
</div>
</li>
<!-- Ending of Find Movies -->
<!-- Actors/Actresses -->
<li class="nav-item active px-sm-3">
<a class="nav-link" id="popularStars" href="index.html"
>Actors<span class="sr-only">(current)</span></a
>
</li>
<!--End of Actors-->
<!--About-->
<li class="nav-item active px-sm-3">
<a class="nav-link" id="about" href="#"
>About <span class="sr-only">(current)</span></a
>
</li>
<!--End of About-->
</ul>
<!--Search-->
<form class="form-inline my-2 my-lg-0">
<input
class="form-control mr-sm-2"
id="searchBox"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button
class="btn btn-outline-success my-2 my-sm-0"
id="searchButton"
type="submit"
>
Search
</button>
</form>
</div>
</nav>
<div class="container"></div>
<footer class="footer py-3 align-items-bottom">
<div class="row">
<div class="footer-col">
<h6>
<i class="fa-solid fa-ticket fa-xl" id="footer-logo">CINEMADEV</i>
</h6>
</div>
<div class="footer-col">
<h4 class="cont-name">NAJI ALHUSAMI</h4>
<div class="social-links">
<a href="https://github.com/naji-alhusami" target="_blank"
><i class="fab fa-github"></i
></a>
<a
href="https://www.linkedin.com/in/naji-alhusami-b629b01a4/"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
<div class="footer-col">
<h4 class="cont-name">PELIN KARAKOCA</h4>
<div class="social-links">
<a href="https://github.com/pelinkarakoca" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-col">
<h4 class="cont-name">OMER ALESTVANI</h4>
<div class="social-links">
<a href="https://github.com/Omer-Amr" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-col">
<h4 class="cont-name">FURKAN AKKAYA</h4>
<div class="social-links">
<a href="https://github.com/furkanakkayaa" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>