-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
323 lines (323 loc) · 12 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
<!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" />
<meta
name="description"
content="Welcome to amenity. We provide you with the best from french and danish design furniture"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<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=Frank+Ruhl+Libre:wght@300;400&family=Montserrat:wght@400;500;600;700&family=MuseoModerno:wght@300&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/aaba5ad25b.js"
crossorigin="anonymous"
></script>
<title>amenity. - Home</title>
</head>
<body class="d-flex flex-column min-vh-100">
<header class="menu fixed-top container-fluid"></header>
<main>
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Are you sure?</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-primary"
data-bs-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-danger logoutBtn">
Log out
</button>
</div>
</div>
</div>
</div>
<section class="hero">
<div class="hero__container container-fluid">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<h1 class="headingMobile">for your home desires</h1>
<div class="cta__container container">
<div class="ctaText">
<h1 class="heroHeading">for your home desires</h1>
<p class="heroParagraph">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<a href="products.html" class="btn heroBtn"> shop now </a>
<div class="trust__stars">
<img class="feather-star" src="./img/star.svg" alt="Rating" />
<img class="feather-star" src="./img/star.svg" alt="Rating" />
<img class="feather-star" src="./img/star.svg" alt="Rating" />
<img class="feather-star" src="./img/star.svg" alt="Rating" />
<img class="feather-star" src="./img/star.svg" alt="Rating" />
<p class="trust__text">trustpilot.com</p>
</div>
</div>
</div>
<div class="container heroMobile">
<p class="heroParagraph__mobile">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<div class="trust__stars--mobile">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="black"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-star"
>
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
></polygon>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="black"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-star"
>
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
></polygon>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="black"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-star"
>
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
></polygon>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="black"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-star"
>
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
></polygon>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="black"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-star"
>
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
></polygon>
</svg>
</div>
<p class="trust__text--mobile">trustpilot.com</p>
</div>
</section>
<section class="review">
<div class="container review__container row">
<div class="js-scroll col-sm-12 col-lg-3">
<i class="fas fa-quote-left"></i>
<p class="review__text">
Great product and fast delivery, love it!
</p>
<p class="review__person">- Helle</p>
</div>
<div class="js-scroll col-sm-12 col-lg-3">
<i class="fas fa-quote-left"></i>
<p class="review__text">Love my new sofa, looks really good!</p>
<p class="review__person">- Anne</p>
</div>
<div class="js-scroll col-sm-12 col-lg-3">
<i class="fas fa-quote-left"></i>
<p class="review__text">
Got my new table yesterday, great quality!
</p>
<p class="review__person">- Lina</p>
</div>
</div>
</section>
<section class="featuredSection">
<div class="container featuredHeading__container">
<h2 class="featuredHeading js-scroll">Featured</h2>
</div>
<div class="featured__container container">
<div class="row row-cols-3 g-4 featured--cards js-scroll"></div>
</div>
</section>
<section class="aboutSection container">
<div class="about__container">
<h2 class="about__text--heading js-scroll">About amenity.</h2>
<p class="about__text--paragraph js-scroll">
amenity is a Oslo based company specilalizing in french and danish
quality furniture. We provide you everything you need for your
modern home. At amenity we want to offer you the finest designs at
competitive prices.
</p>
</div>
</section>
<section class="sliderSection js-scroll">
<div class="container">
<div
id="carouselSlider"
class="carousel slide carousel-fade"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="./img/spacejoy-RqO6kwm4tZY-unsplash.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
<div class="carousel-item">
<img
src="./img/curology-6CJg-fOTYs4-unsplash.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
<div class="carousel-item">
<img
src="./img/kam-idris-_HqHX3LBN18-unsplash_11zon.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
<div class="carousel-item">
<img
src="./img/spacejoy-vPKNB_gc23Q-unsplash-min.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
<div class="carousel-item">
<img
src="./img/spacejoy-trG8989WjFA-unsplash_11zon.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
<div class="carousel-item">
<img
src="./img/spacejoy-jfVTVARGCao-unsplash_11zon.jpg"
class="slider-img d-block w-100"
alt="Living room interior design"
/>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="mt-auto container-fluid">
<div class="footer__container row">
<div class="SoMe_container col-lg-4 col-sm-12">
<div>
<img
class="SoMe facebook"
src="./img/facebook.svg"
alt="facebook"
/>
</div>
<div>
<img class="SoMe twitter" src="./img/twitter.svg" alt="twitter" />
</div>
<div>
<img class="SoMe insta" src="./img/instagram.svg" alt="instagram" />
</div>
</div>
<div class="contact__container col-lg-4 col-sm-12">
<div class="contact__item">
<img src="./img/phone.svg" alt="phonenumber" /> +47 12345678
</div>
<div class="contact__item">
<img src="./img/mail.svg" alt="email address" /> post@amenity.com
</div>
<div class="contact__item">
<img src="./img/compass.svg" alt="location" /> Oslogata 10 0850 Oslo
</div>
</div>
<div class="copyright__container col-lg-4 col-sm-12">
<p>Martin Bolsønes © 2021</p>
<p>made for educational purposes</p>
</div>
</div>
</footer>
<script type="module" src="./js/components/createMenu.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="./js/scrollAnimation.js"></script>
<script type="module" src="./js/components/hero.js"></script>
<script type="module" src="./js/script.js"></script>
</body>
</html>