-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (247 loc) · 14.1 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
<!DOCTYPE html>
<html lang="en">
<!--Author: Amer Tahri Joutey-->
<!--2024-->
<head>
<title>Uniques | Curated Movie Picks</title>
<link rel="icon" sizes="16x16" href="images/favicon-16x16.png" type="image/png">
<link rel="icon" sizes="32x32" href="images/favicon-32x32.png" type="image/png">
<link rel="icon" sizes="192x192" href="images/android-chrome-192x192.png" type="image/png">
<link rel="icon" sizes="512x512" href="images/android-chrome-512x512.png" type="image/png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.1/font/bootstrap-icons.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head>
<body data-bs-theme="dark">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<defs>
<symbol xmlns="http://www.w3.org/2000/svg" id="arrow-left" viewBox="0 0 24 24">
<path fill="currentColor"
d="M17 11H9.41l3.3-3.29a1 1 0 1 0-1.42-1.42l-5 5a1 1 0 0 0-.21.33a1 1 0 0 0 0 .76a1 1 0 0 0 .21.33l5 5a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L9.41 13H17a1 1 0 0 0 0-2Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="arrow-right" viewBox="0 0 24 24">
<path fill="currentColor"
d="M17.92 11.62a1 1 0 0 0-.21-.33l-5-5a1 1 0 0 0-1.42 1.42l3.3 3.29H7a1 1 0 0 0 0 2h7.59l-3.3 3.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-.33a1 1 0 0 0 0-.76Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="search" viewBox="0 0 24 24">
<path fill="currentColor"
d="M21.71 20.29L18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 7-7a7 7 0 0 1-7 7Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="close" viewBox="0 0 15 15">
<path fill="currentColor"
d="M7.953 3.788a.5.5 0 0 0-.906 0L6.08 5.85l-2.154.33a.5.5 0 0 0-.283.843l1.574 1.613l-.373 2.284a.5.5 0 0 0 .736.518l1.92-1.063l1.921 1.063a.5.5 0 0 0 .736-.519l-.373-2.283l1.574-1.613a.5.5 0 0 0-.283-.844L8.921 5.85l-.968-2.062Z" />
</symbol>
</defs>
</svg>
<nav class="navbar navbar-expand-lg text-white text-uppercase fs-7 ls-1 py-5 justify-content-center">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" width="160px" height="90px" alt="logo" data-aos="fade-in"></a>
<button class="navbar-toggler"></button>
<div class="search-popup">
<div class="search-popup-container">
<form role="search" method="get" class="form-group" action="">
<input type="search" id="search-form" class="form-control border-0 border-bottom"
placeholder="Type and press enter" value="" name="s" />
<button type="submit" class="search-submit border-0 position-absolute bg-white"
style="top: 15px;right: 15px;"><svg class="search" width="24" height="24">
<use xlink:href="#search"></use>
</svg></button>
</form>
<h5 class="genre-list-title">Browse Genres</h5>
<ul class="genre-list">
<li class="genre-list-item">
<a href="#" title="Jackets">Action</a>
</li>
<li class="genre-list-item">
<a href="#" title="T-shirts">Drama</a>
</li>
<li class="genre-list-item">
<a href="#" title="Handbags">Science-Fiction</a>
</li>
<li class="genre-list-item">
<a href="#" title="Accessories">Horror</a>
</li>
<li class="genre-list-item">
<a href="#" title="Cosmetics">Animation</a>
</li>
<li class="genre-list-item">
<a href="#" title="Dresses">Romance</a>
</li>
<li class="genre-list-item">
<a href="#" title="Jumpsuits">Classics</a>
</li>
<li class="genre-list-item">
<a href="#" title="Jumpsuits">Comedy</a>
</li>
</ul>
</div>
</div>
</div>
<ul class="list-unstyled d-flex-end m-0">
<li class="search-box" class="mx-2">
<a href="#search" class="search-button" style="position: absolute; margin-left: 42rem; margin-top: -10px;">
<svg width="24" height="24" viewBox="0 0 24 24"><use xlink:href="#search"></use></svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section>
<div class="container-fluid" data-aos="fade-up">
<div class="slideshow slide-in arrow-absolute text-white" style="height: 80vh; border-radius: 20px; margin-top: -10px;">
<div class="swiper-wrapper">
<div class="swiper-slide jarallax">
<img src="images/large-banner1.jpg" class="jarallax-img" alt="slideshow">
<div class="banner-content w-100">
<div class="container">
<div class="row">
<div class="col-md-10 pt-5">
<h2 class="display-1 ls-0 mt-5 pt-5 txt-fx slide-up">The Schawshank Redemption</h2>
<p class="caption" style="word-wrap: break-word; max-width: 50rem;">A timeless tale of hope and friendship, following the journey of a wrongfully convicted man as he forms bonds and seeks redemption within a maximum-security prison.</p>
<a href="#" class="btn btn-outline-light text-uppercase rounded-3 px-4 py-3 mt-3">Watch Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide jarallax">
<img src="images/large-banner2.png" class="jarallax-img" alt="slideshow">
<div class="banner-content w-100">
<div class="container">
<div class="row">
<div class="col-md-10 pt-5">
<h2 class="display-1 mt-5 pt-5 txt-fx slide-up font-godfather" style="font-size: 8rem;">The Godfather</h2>
<p class="caption" style="word-wrap: break-word; max-width: 40rem;">A gripping tale of power, loyalty, and betrayal within the Corleone crime family as they navigate the complexities of organized crime.</p>
<a href="#" class="btn btn-outline-light text-uppercase rounded-3 px-4 py-3 mt-3">Start Watching</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide jarallax">
<img src="images/large-banner3.jpg" class="jarallax-img" alt="slideshow">
<div class="banner-content w-100">
<div class="container">
<div class="row">
<div class="col-md-10 pt-5">
<h2 class="display-1 mt-5 pt-5 txt-fx slide-up font-gotham" style="color: red; font-size: 7rem">INCEPTION</h2>
<p class="caption" style="word-wrap: break-word; max-width: 40rem;">A mind-bending journey into the world of dreams, where a skilled thief must pull off the ultimate heist by planting an idea in a target's subconscious. A thrilling exploration of reality, time, and the human mind.</p>
<a href="#" class="btn btn-outline-light text-uppercase rounded-3 px-4 py-3 mt-3">Watch Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<div class="pagination-wrapper position-absolute">
<div class="container">
<div class="slideshow-swiper-pagination"></div>
</div>
</div>
<div class="icon-arrow icon-arrow-left text-white"><svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-left"></use>
</svg></div>
<div class="icon-arrow icon-arrow-right text-white"><svg width="50" height="50" viewBox="0 0 24 24">
<use xlink:href="#arrow-right"></use>
</svg></div>
</div>
</div>
</section>
<section class="py-5 my-5">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-md-10">
<img src="images/star.svg" data-aos="fade-up" class="spin-on-scroll" style="opacity: 0.8; height: 40px; width: 40px; margin-bottom: 25px; filter: brightness(150%) contrast(80%);">
<span class="text-uppercase" style="display: block; margin-bottom: 20px;" data-aos="fade-up" data-aos-duration="1200">Welcome to Uniques</span>
<h2 class="fs-2 text-center" data-aos="fade-up" data-aos-delay="100" data-aos-duration="1200">
Uncover <span class="gradient-text">iconic cinematic gems</span> handpicked for their lasting impact and viewer acclaim
</h2>
</div>
</div>
</div>
</section>
<!-- End of Section -->
<section class="categories overflow-hidden">
<div class="container-fluid">
<div class="row g-5">
<div class="col-md-4">
<span class="d-block py-3 text-white text-uppercase fs-6 ls-1">Drama</span>
<div class="jarallax position-relative mb-4" style="height: 700px;">
<img src="images/forrest_gump.jpg" alt="categories" class="jarallax-img" style="width: 20px;">
<div class="category-content position-absolute bottom-0 p-5 text-uppercase">
<a href="" class="text-white btn-link">Explore Now</a>
</div>
</div>
</div>
<div class="col-md-4">
<span class="d-block py-3 text-white text-uppercase fs-6 ls-1">Action/Adventure</span>
<div class="jarallax position-relative mb-3" style="height: 700px;">
<img src="images/the_dark_knight.jpg" alt="categories" class="jarallax-img img-fluid">
<div class="category-content position-absolute bottom-0 p-5 text-uppercase">
<a href="" class="text-white btn-link">Explore More</a>
</div>
</div>
</div>
<div class="col-md-4">
<span class="d-block py-3 text-white text-uppercase fs-6 ls-1">Comedy</span>
<div class="jarallax position-relative mb-3" style="height: 700px;">
<img src="images/life_is_beautiful.jpg" alt="categories" class="jarallax-img img-fluid">
<div class="category-content position-absolute bottom-0 p-5 text-uppercase">
<a href="" class="text-white btn-link">Explore More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Section -->
<footer id="footer" class="bg-black" data-aos="fade-up">
<div class="container-fluid">
<div class="row d-flex flex-wrap justify-content-between my-5 py-4">
<div class="col-md-3 col-sm-6">
<div class="footer-menu footer-menu-001 border-animation-left">
<div class="footer-intro mb-5 ps-5">
<a href="index.html">
<img src="images/logofooter.png" alt="logo" style="position: relative; height: 60%; width: 60%;">
</a>
</div>
<p>Uniques is your destination for top-rated, handpicked films. We curate only the best movies, ensuring every choice is a standout. No clutter, just quality.</p>
<div class="social-links">
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-menu footer-menu-004 border-animation-left">
<h5 class="widget-title mb-4">Contact Us</h5>
<p>Do you have any questions or suggestions? <a href="mailto:[email protected]" class="item-anchor">[email protected]</a></p>
<p>Want to see more projects?</p>
<a href="https://github.com/tahrijouteyamer" target="_blank" style="margin-right: 10px;">Visit my GitHub</a><a href="https://github.com/tahrijouteyamer" class="bi bi-github" target="_blank"></a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End of Footer -->
<!-- Script -->
<script src="js/jquery.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
<!-- Rest of the Code -->
</body>
</html>
<!-- Code will be available in the future -->