-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
352 lines (320 loc) · 16.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SIP Mix and Lounge is a vibrant venue in Dublin where expertly
crafted cocktails harmonize with high-end live music performances, creating a rhythm that delivers outstanding,
enjoyable, and comfortable experiences. Discover something different for your night out.">
<meta name="keywords" content="SIP Mix and Lounge, Dublin cocktails, live music venue, sophisticated ambiance, crafted cocktails,
live music performances, nightlife Dublin, entertainment, relaxed atmosphere">
<!--------------------- STYLESHEET LINK--------------------->
<link rel="stylesheet" href="assets/css/style.css">
<!--------------------- BOOTSTRAP LINK--------------------->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<!--------------------- HEADER --------------------->
<header class="header" id="about-header">
<div id="about-bg-img" class="about-bg-image">
<div class="overlay"></div>
</div>
<div class="rectangle" id="rectangle"></div>
<nav class="navbar navbar-expand-lg">
<a id="logo" class="navbar-brand" href="index.html" aria-label="Link to homepage">
</a>
<button class="navbar-toggler navbar-dark ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="#navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span id="burger" class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav ms-auto">
<li class="nav-item">
<a id="nav-home-link" class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a id="nav-inside-link" class="nav-link" href="inside.html">INSIDE</a>
</li>
<li class="nav-item">
<a id="nav-signature-link" class="nav-link" href="signature.html">SIGNATURE</a>
</li>
<li class="nav-item ">
<a id="nav-upcoming-link" class="nav-link" href="upcoming.html">UPCOMING</a>
</li>
<li class="nav-item">
<a id="nav-about-link" class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a id="nav-reservation-link" class="nav-link" href="reservation.html">RESERVATION</a>
</li>
</ul>
</div>
</nav>
</header>
<!----- About page
---- @author Javier Bastande
--->
<div id="about-main-wraper">
<!-------------------- SIPEM STORY SECTION ------------------------->
<section id="story">
<div class="story-wraper">
<!----- decorator -------------->
<div id="story-decorator" class="bg-decorator-wraper">
<div class="decorator">
<img src="./assets/images/left-side-container.png" alt="Grey container image decorator"
loading="lazy">
<img src="assets/images/gold-lines.png" alt="Gold circle image decorator" loading="lazy">
</div>
</div>
<div class="story-container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 order-2 order-lg-1 pe-0">
<div class="story-img-wraper" id="story-img-wraper">
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 order-1 order-lg-2">
<div class="story-text-wraper about-desc-wraper">
<h1 id="sipem-story">SIPEM's story</h1>
<small>Behind the scene</small>
<p>
Sipem isn't just a venue, it's the brainchild of two friends, founded in 2013.
Alex and John. With a shared love for dinners,
cocktails, theaters, and life's vibrant events,
embarked on a journey to create a space that blends
the best of hospitality and entertainment.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- JOHN SECTION ------------------------->
<section id="john">
<div class="john-wraper">
<div class="john-container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 order-2 order-lg-1">
<div class="john-img-wraper" id="john-img-wraper"></div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 order-1 order-lg-2">
<div class="row gx-0">
<h1 id="about-heading">
About us
</h1>
</div>
<div class="john-desc-wraper">
<div class="pin-separator">
<div class="gold-circle"></div>
<div class="gold-line"></div>
</div>
<h2 class="name-heading">
John
</h2>
<p class="p-john-heading">
An industry veteran with over 20 years of hospitality expertise.
I have an infectious passion for hospitality, and I once envisioned a place where
every visit feels like stepping into a celebration. relaxed atmospheres when going
out and about.
My vision was complemented by partner Alex, the soulful voice adding rhythm to the
mix
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- ALEX SECTION ------------------------->
<section id="alex">
<div class="alex-wraper">
<!----- decorator -------------->
<div id="alex-decorator" class="bg-decorator-wraper">
<div class="decorator">
<img src="assets/images/gold-lines.png" alt="Gold circle image decorator" loading="lazy">
<img src="assets/images/upside-down-right-side-container.png"
alt="Grey container image decorator" loading="lazy">
</div>
</div>
<div class="alex-container">
<div class="row gx-0">
<div class="col-sm-12 col-md-12 col-lg-6">
<div class="row alex-desc-wraper">
<div class="pin-separator">
<div class="gold-circle"></div>
<div class="gold-line"></div>
</div>
<h2 class="name-heading">Alex</h2>
<p>
I have been crafting styles in the hairdressing world for over 15 years.
I love creativity, and have a passion for music.
<br>
Beyond the salon, I love chilled and relaxed atmospheres which is the heartbeat
of <em>Sipem</em>.
<br>
I am the maestro curating the rhythm of <em>Simpem</em>.
</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
<div class="alex-img-wraper" id="alex-img-wraper">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="reservation-footer">
<div class="container row">
<div class="col-sm-12 col-lg-6">
<h2 class="reservation-heading">Ready to make a reservation?</h2>
</div>
<div class="col-sm-12 col-lg-6">
<button onclick="location.href='reservation.html';" class="btn-homepage">Book a Table</button>
</div>
</div>
</section>
<!-------------------- Footer section ------------------------->
<section id="footer">
<div class="footer-wraper">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-3 order-1 order-md-1 order-lg-1">
<!------ Footer Logo ------>
<div class="footer-item-wraper">
<a class="navItem" href="index.html" aria-label="Sipem logo">
<div class="div" id="logo-footer"></div>
</a>
</div>
</div>
<!------ Address ------>
<div class="col-sm-12 col-md-6 col-lg-3 order-3 order-md-4 order-lg-3">
<div class="address-wraper">
<p>
+353 (08) 0000000
</p>
<p>
Nowhere Rd 123,
</p>
<p>
Dublin
</p>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-3 order-2 order-md-2 order-g-2">
<!------ Footer links ------>
<div class="availability-wraper">
<p> OPEN HOURS</p>
<p>WED - THU: 17:00 PM - 1:00 AM</p>
<p>
FRI - SUN: 17:00 PM - 2:00 AM
</p>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-3 order-4 order-md-3 order-lg-4">
<!------ Social links ------>
<div class="social-wraper">
<a href="https://www.facebook.com/" target="_blank">
<img id="footer-facebook-icon" width="24" height="24"
src="https://img.icons8.com/fluency-systems-filled/48/FFFFFF/facebook-f.png"
alt="facebook-f" />
</a>
<a href="https://www.instagram.com/" target="_blank">
<img id="footer-insta-icon" width="50" height="50"
src="https://img.icons8.com/sf-regular/68/FFFFFF/instagram-new.png"
alt="instagram-new" /></a>
<a href="https://twitter.com/" target="_blank">
<img id="footer-x-icon" width="26" height="26"
src="https://img.icons8.com/ios-glyphs/30/FFFFFF/twitterx--v2.png"
alt="twitterx--v2" /> </a>
</div>
</div>
</div>
<div class="footer-copyright">
<p>Copy Right <span id="copyRight">©</span> <span id="current-year"></span></p>
</div>
</div>
<div class="authors-wraper">
<div class="authors-container text-center">
<p>Designed and developed by; </p>
<div class="names-wraper d-flex justify-content-evenly sm-flex-column lg-flex-row">
<p> Heloise Lui</p>
<p> Bence Pillips</p>
<p> Javier Bastande</p>
</div>
</div>
</div>
</div>
</section>
<!------------------------ MODAL BURGER MENU ----------->
<div class="modalt closeMenu" id="navbar-modal">
<div class="modal-wraper">
<div class=" modal-container">
<div class="row text-end mt-3 me-4">
<div class="close-wraper ">
<div id="close-icon">
<img width="64" height="64" src="https://img.icons8.com/laces/64/ffffff/arrow.png"
alt="arrow" />
</div>
</div>
</div>
<div class="row modal-menu-holder">
<ul class="nav navbar-nav modal-menu">
<li class="nav-item">
<a id="modal-home-link" class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a id="modal-inside-link" class="nav-link" href="inside.html">INSIDE</a>
</li>
<li class="nav-item">
<a id="modal-signature-link" class="nav-link" href="signature.html">SIGNATURE</a>
</li>
<li class="nav-item ">
<a id="modal-upcoming-link" class="nav-link" href="upcoming.html">UPCOMING</a>
</li>
<li class="nav-item">
<a id="modal-about-link" class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a id="modal-reservation-link" class="nav-link" href="reservation.html">RESERVATION</a>
</li>
<li class="nav-item">
<div class="modal-social-wraper">
<a href="https://www.facebook.com/" target="_blank">
<img id="modal-facebook-icon" width="24" height="24"
src="https://img.icons8.com/fluency-systems-filled/48/FFFFFF/facebook-f.png"
alt="facebook-logo" />
</a>
<a href="https://www.instagram.com/" target="_blank">
<img id="modal-insta-icon" width="50" height="50"
src="https://img.icons8.com/sf-regular/68/FFFFFF/instagram-new.png"
alt="instagram-logo" /></a>
<a href="https://twitter.com/" target="_blank">
<img id="modal-x-icon" width="26" height="26"
src="https://img.icons8.com/ios-glyphs/30/FFFFFF/twitterx--v2.png"
alt="twitterx--v2" />
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!------------ BOOSTRAP CND ------>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script>
const currentYear = new Date().getFullYear();
console.log(currentYear);
document.getElementById("current-year").textContent = currentYear;
</script>
<!----- SCRIPTS-->
<script type="text/javascript" src="assets/js/burgerMenu.js" defer></script>
</body>
</html>