-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
234 lines (219 loc) · 9.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Limelight&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-carousel.min.css">
<script src="https://kit.fontawesome.com/a14d8b8912.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/styles.css">
<title>Movie Foodie</title>
</head>
<body>
<div class="container is-fluid">
<!--nav bar start-->
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<span class="title appName">
<span class="icon"><i class="fas fa-film" style="margin-right: 1rem;"></i></span>
MOVIE FOODIE
</span>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false"
data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="nav-links">
<div class="navbar-end">
<a class="navbar-item" href="#watchlist">
<div class="dropdown is-hoverable">
<div class="dropdown-trigger">
<button class="button" aria-haspopup="true" aria-controls="dropdown-menu4">
<span>Watch List</span>
<span class="icon is-small">
<i class="fas fa-angle-down" aria-hidden="true"></i>
</span>
</button>
</div>
<div class="dropdown-menu" id="dropdown-menu4" role="menu">
<div class="dropdown-content" id="title-drop">
<h4>Saved for later</h4>
<div class="dropdown-item">
<a id="watchLater0" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater1" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater2" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater3" href=""></a>
</div>
<div id="watchLater4" class="dropdown-item">
<a href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater5" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater6" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater7" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater8" href=""></a>
</div>
<div class="dropdown-item">
<a id="watchLater9" href=""></a>
</div>
</div>
</div>
</div>
</a>
<a class="navbar-item" href="#movies">
Movie Genres
</a>
<a class="navbar-item" href="./concessions.html">
Concession Stand
</a>
<form class="navbar-item" id="searchForm">
<input type="text" name="searchMovie" id="searchMovie" class="input" placeholder="Search by Movie Title">
<div class="field">
<div class="control">
<button class="button movieSearchBtn" id="searchButton">Search</button>
</div>
</div>
</form>
</div>
</div>
</div>
</nav>
</div>
<!--nav bar end-->
<!--movie search div start-->
<section class="searchMovieResults section" id="search-section" style='display:none'>
<div class="container posterContainer">
<h2 class="newReleaseHeading is-2 searchResultsHeading"></h2>
<div class="posters columns is-multiline" id="searchedMovies"></div>
</div>
</section>
<!--movie search div end-->
<section class="section">
<div class="container">
<h2 class="newReleaseHeading is-2">Trending</h2>
<!-- carousel container -->
<div id="carousel-hero" class="carousel">
</div>
<!-- end carousel container -->
</div>
</section>
<section class="section">
<div class="container">
<h2 class="newReleaseHeading is-2">New Releases</h2>
<div class="columns is-multiline newReleases"></div>
</div>
</section>
<!--new release feature end-->
<!--Movie Genres-->
<section class="section" id="movies">
<div class="field container">
<h2 class="newReleaseHeading is-2">Search by Genre</h2>
<label for="select" class="subtitle is-4">Select a movie genre: </label>
<div class="select is-link genres">
<select>
<option class="genreType" value="28">Action</option>
<option class="genreType" value="12">Adventure</option>
<option class="genreType" value="16">Animation</option>
<option class="genreType" value="35">Comedy</option>
<option class="genreType" value="80">Crime</option>
<option class="genreType" value="99">Documentary</option>
<option class="genreType" value="18">Drama</option>
<option class="genreType" value="10751">Family</option>
<option class="genreType" value="14">Fantasy</option>
<option class="genreType" value="36">History</option>
<option class="genreType" value="27">Horror</option>
<option class="genreType" value="10402">Music</option>
<option class="genreType" value="9648">Mystery</option>
<option class="genreType" value="10749">Romance</option>
<option class="genreType" value="878">Science Fiction</option>
<option class="genreType" value="10770">TV Movie</option>
<option class="genreType" value="53">Thriller</option>
<option class="genreType" value="10752">War</option>
<option class="genreType" value="37">Western</option>
</select>
</div>
<button class="button genre-btn">Search for Movies</button>
</div>
<div class="genreSearchResults container">
<div class="genrePosters columns is-multiline" id="genreSearchedMovies"></div>
</div>
</section>
<!--movie genre end-->
<!-- start footer -->
<footer class="footer has-background-white">
<div class="container">
<div class="level">
<div class="level-item has-text-centered">
<div>
<span class="title appName">
<span class="icon">
<i class="fa-solid fa-layer-group fas"></i>
</span>
Developed By
</span>
<p class="title is-5">Michelle Wehr</p>
<p class="title is-5">Jessica Daley</p>
<p class="title is-5">Aileen Bastos</p>
<p class="title is-5">Steve Bendrick</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<span class="title appName">
Powered By
</span>
<figure class="image is-128x128 mt-2">
<img src="./assets/images/TMDB-logo.svg">
</figure>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!--Modal-->
<div class="modal" id="catch-modal">
<div class="modal-background"></div>
<div class="modal-content">
<section class="section modal-wrap">
<div class="box">
<article class="media">
<div class="media-content">
<div class="content">
<p class="modal-text"></p>
</div>
</div>
</article>
</div>
</section>
</div>
<button class="modal-close is-large closeBtn" aria-label="close"></button>
</div>
<!--modal end-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js" integrity="sha512-qTXRIMyZIFb8iQcfjXWCO8+M5Tbc38Qi5WzdPOYZHIlZpzBHG3L3by84BBBOiRGiEb7KKtAOAs5qYdUiZiQNNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bulma-carousel.min.js"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>