-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (288 loc) · 11.5 KB
/
index.html
File metadata and controls
298 lines (288 loc) · 11.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Barlow&display=swap"
rel="stylesheet"
/>
<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=Kiwi+Maru&family=Playfair+Display&display=swap"
rel="stylesheet"
/>
<title>Legacy Vision</title>
</head>
<body>
<!-- This is where the Hero is displayed. -->
<div class="indexHeroImage">
<nav>
<div class="nav_section_one">
<div class="navtext">
<a href="index.html"><h3>HOME</h3></a>
<a href="index.html"><H3>MOVIES</H3></a>
<a href="index.html"><H3>ABOUT</H3></a>
</div>
<svg class="hamburger" xmlns="http://www.w3.org/2000/svg" width="33" height="27" viewBox="0 0 33 27" fill="none">
<path d="M2 2H31H2ZM2 13.5H31H2ZM2 25H31H2Z" fill="#FFFEF6"/>
<path d="M2 2H31M2 13.5H31M2 25H31" stroke="#FFFEF6" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
</svg>
<img class="loggapng" src="assets/images/Logga.png" alt="">
</div>
<div class="nav-end-container">
<svg class='hamburger' xmlns="http://www.w3.org/2000/svg" width="34" height="30" viewBox="0 0 34 30" fill="none">
<path d="M2 2.5H32H2ZM2 15H32H2ZM2 27.5H32H2Z" fill="#FFFEF6"/>
<path d="M2 2.5H32M2 15H32M2 27.5H32" stroke="#FFFEF6" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/>
</svg>
<svg class="search" xmlns="http://www.w3.org/2000/svg" width="32" height="31" viewBox="0 0 32 31" fill="none">
<path d="M22.2043 21.7969L28.1254 27.6094" stroke="#FFFEF6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.8029 23.7344C19.9806 23.7344 24.178 19.614 24.178 14.5312C24.178 9.4485 19.9806 5.32812 14.8029 5.32812C9.62513 5.32812 5.42773 9.4485 5.42773 14.5312C5.42773 19.614 9.62513 23.7344 14.8029 23.7344Z" stroke="#FFFEF6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</nav>
<div class="LV"></div>
<div class="indexHerotext">
<p class="indexHeroH1">Fight Club</p>
<p class="indexHeroP">Lorem ipsum dolor sit amet consectetur adipiscing elit porta urna lectus sapien arcu, magna a potenti quisque vestibulum venenatis tristique vestienen. </p>
<button onclick="window.location.href = 'movie.html'" class="leftButton">Biljetter</button>
<button class="rightButton">Trailer</button>
</div>
</div>
<div class="newsletter">
<picture>
<source media="(max-width: 699px)" srcset="Media/bannerTopSmall.svg">
<source media="(min-width: 700px)" srcset="Media/BannerUpper.svg">
<img class="indexBanner" src="Media/BannerUpper.svg" alt="A nice banner">
</picture>
</div>
<!-- This is where current movies are displayed. With a sidescroll -->
<p class="indexHeader">Nu på Bio</p>
<div class="indexSwiperContainer">
<div class="indexSwiper swiper" id="swiper2">
<!-- Additional required wrapper -->
<div class="swiper-wrapper indexSwiperWrapper">
<!-- Slides -->
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/pulp fiction.png"
alt="this is the movie poster for Pulp Fiction"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/silence of the lambs.png"
alt="this is the movie poster for Silence of The Lambs"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/fight club.png"
alt="this is the movie poster for Fight Club"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/oldboy.png"
alt="this is the movie poster for Oldboy"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/joker.png"
alt="this is the movie poster for Joker"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/whiplash.png"
alt="this is the movie poster for Whiplash"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/grave of the fireflies.png"
alt="this is the movie poster for Grave of the Fireflies"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/leon.png"
alt="this is the movie poster for Leon"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/matrix.png"
alt="this is the movie poster for the Matrix"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/parasite.png"
alt="this is the movie poster for Parasite"
/>
</div>
</div>
<!-- <div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div> -->
</div>
</div>
<!-- this is here the offer is going to be displayed-->
<picture>
<source media="(max-width: 699px)" srcset="Media/offerEdgeUpperSmall.svg">
<source media="(min-width: 700px)" srcset="Media/offerEdgeUpper.svg">
<img id="offerEdgeUpper" src="Media/offerEdgeUpper.svg" alt="nice banner">
</picture>
<div class="offerContainer">
<img class="offerImg" src="Media/offerImage.png" alt="This is an image from the movie Joker">
<div class="offerTextContent">
<p class="offerHeader">Erbjudande</p>
<p class="offerParagraph">
Lorem ipsum dolor sit amet consectetur adipiscing elit, in velit dictumst habitant nulla fusce, pretium suspendisse lacinia vel posuere eget. Malesuada venenatis est metus taciti habitasse ligula vitae <br><br>
facilisi accumsan felis ante turpis ut. Sem aenean quis nec sollicitudin litora. Condimentum sociosqu facilisi odio quis </p>
<button class="offerButton" onclick="window.location.href = 'movie.html'" > Till Erbjudande</button>
</div>
</div>
<picture
id="containerOfferMisc">
<source media="(max-width: 699px)" srcset="Media/offerEdgeLowerSmall.svg">
<source media="(min-width: 700px)" srcset="Media/offerEdgeLower.svg">
<img id="offerEdgeLower" src="Media/offerEdgeLower.svg" alt="misc">
</picture>
<!-- This is where upcoming movies are displayed. With a sidescroll -->
<p class="indexHeader">Kommande Filmer</p>
<div class=" indexSwiperContainer">
<div class="indexSwiper swiper" id="swiper1">
<!-- Additional required wrapper -->
<div class="swiper-wrapper indexSwiperWrapper">
<!-- Slides -->
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/dark knight.png"
alt="this is the movie poster for The Dark Knight"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/django.png"
alt="this is the movie poster for Django Unchained"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/endgame.png"
alt="this is the movie poster for Avengers: Endgame"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/gladiator.png"
alt="this is the movie poster for Gladiator"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/inception.png"
alt="this is the movie poster for Inception"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/inglorious basterds.png"
alt="this is the movie poster for Inglorious Basterds"
/>
</div>
<div class="swiper-slide">
<img
class="moviePoster"
src="Media/lord of the rings.png"
alt="this is the movie poster for Lord of th Rings"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/shindlers list.png"
alt="this is the movie poster for Shindler's List"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/star wars.png"
alt="this is the movie poster for Star Wars"
/>
</div>
<div class="swiper-slide indexSwiperSlide">
<img
class="moviePoster"
src="Media/grave of the fireflies.png"
alt="this is the movie poster for Grave of the Fireflies"
/>
</div>
</div>
<!-- <div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>-->
</div>
<div class="lineContainer">
<img class="thinLine" src="Media/thinkLine.svg" alt="A nice banner" />
</div>
</div>
<!-- This is where the newsletter is displayed -->
<div class="newsletterContainer">
<form action="" class="newsletter">
<p class="newsletterHeader">Prenumerera på vårat nyhetsbrev</p>
<input
class="newsInput"
type="text"
placeholder=" Enter your E-mail"
/>
<button class="newsButton">Prenumerera</button>
</form>
<picture>
<source media="(max-width: 699px)" srcset="Media/bannerBottomSmall.svg">
<source media="(min-width: 700px)" srcset="Media/bannerBottom.svg">
<img
class="indexBanner"
src="Media/bannerBottom.svg"
alt="A nice banner"
/>
</picture>
</div>
</div>
<!-- Below is the footer with the three icons -->
<div class="footer">
<img src="Media/Facebook.svg" class="mediaIcon" alt="Facebook icon" />
<img src="Media/Instagram.svg" class="mediaIcon" alt="Instagram icon" />
<img src="Media/Help.svg" class="mediaIcon" alt="Help icon" />
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js">
</script>
<script src="script.js"></script>
</body>
</html>