-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
390 lines (328 loc) · 15.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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Deepak Parmar">
<meta name="description" content="A JetBrains Academy project developed by Deepak Parmar.">
<meta name="keywords" content="cafe, hyperskill-cafe, jetbrains academy, hyperskill academy, bootstrap, unsplash">
<!-- OG Meta tags -->
<meta property="og:title" content="Hyperskill Cafe">
<meta property="og:type" content="website" />
<meta property="og:description" name="description" content="A JetBrains Academy project developed by Deepak Parmar.">
<meta property="og:image" content="https://deepak-parmar.github.io/hyperskill-cafe/images/screenshot-dark.png">
<meta property="og:image:alt" content="Screenshot of Hyperskill Cafe site." />
<meta property="og:url" content="https://deepak-parmar.github.io/hyperskill-cafe/">
<meta property="og:site_name" content="deepak-parmar.github.io">
<!-- Twitter OG Metas -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="deepak-parmar.github.io">
<meta property="twitter:url" content="https://deepak-parmar.github.io/hyperskill-cafe/">
<meta name="twitter:title" content="Hyperskill Cafe">
<meta name="twitter:description" content="A JetBrains Academy project developed by Deepak Parmar.">
<meta name="twitter:image" content="https://deepak-parmar.github.io/hyperskill-cafe/images/screenshot-dark.png">
<title>Hyperskill Cafe</title>
<!-- Google Fonts : Roboto -->
<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=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS (Minified) -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<!-- External stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-light">
<header>
<nav class="navbar px-2 py-3 navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#home">Hyperskill Cafe</a>
<!--<span class="navbar-text">Just around the block!</span>-->
<!-- <div class="w-50 d-flex justify-content-end align-items-center">
<span class="themeSwitchLabel p-1 bi bi-moon-fill" style="cursor: pointer;"></span>
<div class="form-check form-switch m-0 ps-5">
<input class="form-check-input" type="checkbox" role="switch" id="themeSwitch" checked>
</div>
<span class="themeSwitchLabel p-1 bi bi-brightness-high-fill" style="cursor: pointer;"></span>
</div>-->
<!-- Theme toggler -->
<div class="ms-lg-5 order-lg-3">
<input type="checkbox" class="btn-check" id="themeSwitch" autocomplete="off">
<label class="btn btn-outline-primary rounded-circle text-center d-flex justify-content-center align-items-center bi bi-moon-fill" for="themeSwitch" style="width: 42px; height: 42px;"></label>
</div>
<!-- Navbar toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsable navbar items -->
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 d-flex flex-col justify-content-center align-items-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="container-fluid p-0 p-3">
<!-- Home Section -->
<div id="home" class="container-fluid p-0 d-flex flex-column-reverse flex-lg-row bg-light gap-3 rounded-3">
<div class="container-fluid m-auto p-5 rounded-3">
<h1 class="display-1 fw-bolder">
<span class="fw-light display-5 d-block">Welcome to</span>
Hyperskill Cafe!
</h1>
<p class="lead py-3 col-md-8 fs-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ultricies urna vitae ex commodo, non dapibus ex condimentum.</p>
<a href="#products">
<button type="button" class="btn btn-lg btn-primary">Discover our products</button>
</a>
</div>
<div class="container-fluid p-0">
<img class="img-fluid w-100 h-100 rounded-3" src="images/hero.jfif" alt="Three people holding coffees image">
</div>
</div>
<!-- Home Section - ends -->
<!-- About Section -->
<div id="about" class="container-fluid p-0 bg-light mt-3">
<div class="container-fluid p-0">
<img class="img-fluid w-100 rounded-3" src="images/cofee-beans.jpg" alt="Coffee beans image">
</div>
<div class="container-fluid p-5">
<h2 class="display-5 fw-bold">About Us</h2>
<p class="fs-5 py-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. A atque doloribus dolorum hic iure laborum, magni maiores molestias nisi nostrum odio odit porro quas qui rerum temporibus tenetur vel velit. Cum excepturi minima nobis qui sed suscipit unde voluptates. Accusamus aliquam, assumenda, dolores dolorum ea error, est facere illo incidunt maiores officiis quasi recusandae sint sunt tempora tenetur vero voluptates?</p>
</div>
</div>
<!-- About Section - ends -->
<!-- Products Section -->
<div id="products" class="container-fluid p-0 bg-light mt-3">
<h2 class="display-5 fw-bold pt-5 px-5">Our Products</h2>
<div class="container-fluid p-0 px-5">
<div class="row">
<!-- Card 01 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/latte.jfif" alt="Latte image">
<div class="card-body">
<h5 class="card-title">Latte</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
<!-- Card 02 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/espresso.jfif" alt="Espresso image">
<div class="card-body">
<h5 class="card-title">Espresso</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
<!-- Card 03 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/turkish-coffee.jfif" alt="Turkish coffee image">
<div class="card-body">
<h5 class="card-title">Turkish Coffee</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
<!-- Card 04 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/frappuccino.jpg" alt="Frappuccino image">
<div class="card-body">
<h5 class="card-title">Frappuccino</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
<!-- Card 05 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/mocha.jpg" alt="Mocha image">
<div class="card-body">
<h5 class="card-title">Mocha</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
<!-- Card 06 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark rounded-3">
<img class="card-img-top img-fluid h-100 rounded-top" src="images/cappuccino.jpg" alt="Cappuccino image">
<div class="card-body">
<h5 class="card-title">Cappuccino</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam aperiam architecto commodi.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Products Section -ends -->
<!-- Review Section -->
<div id="reviews" class="container-fluid p-0 bg-light mt-3">
<h2 class="display-5 fw-bold pt-5 px-5">Reviews From Our Customers</h2>
<div class="px-5 my-3">
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseReview" href="#collapseReview" role="button" aria-expanded="false" aria-controls="collapseReview">Add Review</button>
</div>
<!-- Add Review Form Collapse -->
<div class="collapse" id="collapseReview">
<div class="px-5">
<div class="card bg-light text-dark card-body">
<!-- Add Review Form -->
<form class="row g-3" id="reviewForm">
<!-- Review Title -->
<div class="col-md-4 mb-3">
<label for="reviewTitle" class="form-label">Title</label>
<input type="text" class="form-control" id="reviewTitle" required />
</div>
<!-- Review Comment -->
<div class="col-md-4 mb-3">
<label for="reviewText" class="form-label">Comment</label>
<input type="text" class="form-control" id="reviewText" required />
</div>
<!-- Reviewer's Name -->
<div class="col-md-4 mb-3">
<label for="reviewName" class="form-label">Name</label>
<input type="text" class="form-control" id="reviewName" />
</div>
<!-- Submit Review Button -->
<div class="col-12">
<button class="btn btn-primary" id="reviewButton" type="submit">Submit</button>
</div>
</form>
<!-- Add Review Form - ends -->
</div>
</div>
</div>
<!-- Add Review Form Collapse - ends -->
<!-- Review Cards Section -->
<div class="px-5">
<div class="row" id="reviewsRow">
<!-- Card 01 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark">
<div class="card-body">
<h4 class="card-title">Great Restaurant!</h4>
<blockquote class="blockquote mb-0">
<p>The coffee is great, here!</p>
<footer class="blockquote-footer text-end">
<i>Lorem Ipsum 1</i>
</footer>
</blockquote>
</div>
</div>
</div>
<!-- Card 02 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark">
<div class="card-body">
<h4 class="card-title">I love this place!</h4>
<blockquote class="blockquote mb-0">
<p>You have to try the cheesecake here!</p>
<footer class="blockquote-footer text-end">
<i>Lorem Ipsum 2</i>
</footer>
</blockquote>
</div>
</div>
</div>
<!-- Card 03 -->
<div class="col-lg-4 col-md-6 py-3">
<div class="card h-100 bg-light text-dark">
<div class="card-body">
<h4 class="card-title">First time visit!</h4>
<blockquote class="blockquote mb-0">
<p>You should try this place.</p>
<footer class="blockquote-footer text-end">
<i>Lorem Ipsum 3</i>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<!-- Reviews Cards Section - ends -->
</div>
<!-- Review Section - ends -->
<!-- Contact Section -->
<div id="contact" class="container-fluid p-0 bg-light mt-3">
<div class="container-fluid d-md-flex justify-content-between p-5">
<h2 class="display-5 fw-bold w-100 mb-3">Contact Us</h2>
<!-- Info Section -->
<div class="container ps-0">
<p class="fs-5">
<b>Address:</b> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad beatae, consequatur error eum ex, fuga iste iusto molestiae mollitia necessitatibus non odio provident, recusandae sapiente sed sequi sit veritatis vero.
</p>
<p class="fs-5">
<b>Phone Number:</b> <a href="tel:0000000000">000-000-00-00</a>
</p>
<p class="fs-5">
<b>Email:</b> <a href="mailto:hello@hyperskillcafe.com">hello@hyperskillcafe.com</a>
</p>
</div>
<!-- Info Section - ends -->
</div>
<div class="container-fluid d-md-flex p-0">
<div class="ratio ratio-16x9">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d21001.804086621352!2d2.300106!3d48.85391!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e2964e34e2d%3A0x8ddca9ee380ef7e0!2sEiffel%20Tower!5e0!3m2!1sen!2sus!4v1647351145576!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="container-fluid p-0">
<img class="img-fluid" src="images/cafe.jfif" alt="Cafe image">
</div>
</div>
</div>
<!-- Contact Section - ends -->
</div>
</main>
<footer id="footer" class="footer bg-dark">
<div class="container-fluid pt-5 pb-3">
<ul class="nav">
<li class="nav-item">
<a class="nav-link link-secondary" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link link-secondary" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link link-secondary" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link link-secondary" href="#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link link-secondary" href="#contact" aria-current="page">Contact</a>
</li>
</ul>
</div>
<div class="container-fluid pb-5 px-4 d-flex flex-column flex-lg-row justify-content-between align-items-center">
<span class="text-muted px-1"><span id="year">2021</span> Hyperskill Cafe</span>
<span class="text-muted px-1"><a class="bi bi-github fs-3 p-2" href="https://github.com/deepak-parmar/hyperskill-cafe/" target="_blank"></a></span>
<span class="text-muted px-1">Made with ❤ by <a href="https://github.com/deepak-parmar" target="_blank">Deepak Parmar</a></span>
</div>
</footer>
<!-- Bootstrap JS -->
<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>
<!-- Custom JS -->
<script src="script.js"></script>
</body>
</html>