-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
327 lines (326 loc) · 10.9 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Mon.Tattoo</title>
<link rel="stylesheet" href="assets/css/reset.css" />
<link rel="stylesheet" href="assets/css/index.css" />
</head>
<body>
<header class="header">
<h1 class="header__logo">
<a href="/index.html"><span class="hidden">Mon.Tattoo</span></a>
</h1>
<div class="header__nav-icon" onclick="toggleNav()">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<ul class="header__nav mobile">
<li>
<a href="../MonTattoo/index.html" class="nav__item">Home</a>
</li>
<li>
<a href="../MonTattoo/tattoos.html" class="nav__item active">Temporary tattoos</a>
</li>
<li><a href="../MonTattoo/events.html" class="nav__item">Events</a></li>
</ul>
</header>
<section class="center-background part--row">
<h2 class="subtitle hidden">Events</h2>
<div class="double-line-txt">
<p class="bold-txt bold-txt--white">Events</p>
</div>
<p class="intro__p">Receive your quote in less than 5 minutes</p>
<button class="button button--yellow-black">Get a quote</button>
<ul class="socials">
<li><a href="" class="socials__item">Facebook</a></li>
<li><a href="" class="socials__item">Instagram</a></li>
</ul>
</section>
<section class="center part--row">
<img
src="assets/img/home/Spice-up.svg"
alt="Spice up your next event"
class="center__icon"
width="200px"
/>
<h2 class="subtitle">Spice up your next event</h2>
<p class="center__p">
Weddings, birthday party's, PR-events, corporate get togethers, ... you
name it, Mon.Tattoo is here to spice up your event. Mon.Tattoo temporary
tattoo's are a sure fire way to get the conversation started.
</p>
</section>
<section class="center part--row">
<h2 class="subtitle hidden">Impressions</h2>
<img src="assets/img/home/img.png" alt="" class="center__img" />
</section>
<section class="double-screen part--row">
<div class="double__image" id="events__unforgettable">
</div>
<div class="double__text double__text--right">
<img
src="assets/img/home/experience.svg"
alt="Unforgettable experience icon"
class="double__icon"
width="200px"
width="200px"
/>
<h2 class="subtitle double__subtitle">Unforgettable experience</h2>
<p class="double__p">
The Mon.Tattoo booth is staffed with experienced tattoo stickers who
can provide all your guests with an unforgettable experience.
</p>
<button class="button button--black-white">
Get a quote
</button>
</div>
</section>
<section class="list part--row" id="clients">
<h2 class="subtitle">Over 100 designs</h2>
<p class="center__p">
Your guest can choose between hundred's of designs from our collection
</p>
<div class="list__container">
<div class="list__item clients">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">L'Oreal</p>
</div>
<div class="list__item clients">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Balls & Glory</p>
</div>
<div class="list__item clients">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Volkswagen</p>
</div>
<div class="list__item clients">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Filmfestival</p>
</div>
<div class="list__item clients hidden">
<img src="assets/img/home/tattoo-sheet.png" alt="" class="list__img" />
<p class="list__p">L'Oreal</p>
</div>
<div class="list__item clients hidden">
<img src="assets/img/home/tattoo-sheet.png" alt="" class="list__img" />
<p class="list__p">Balls & Glory</p>
</div>
<div class="list__item clients hidden">
<img src="assets/img/home/tattoo-sheet.png" alt="" class="list__img" />
<p class="list__p">Volkswagen</p>
</div>
<div class="list__item clients hidden">
<img src="assets/img/home/tattoo-sheet.png" alt="" class="list__img" />
<p class="list__p">Filmfestival</p>
</div>
<div class="list__item clients hidden">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">L'Oreal</p>
</div>
<div class="list__item clients hidden">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Balls & Glory</p>
</div>
<div class="list__item clients hidden">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Volkswagen</p>
</div>
<div class="list__item clients hidden">
<img
src="assets/img/home/tattoo-sheet.png"
alt=""
class="list__img"
/>
<p class="list__p">Filmfestival</p>
</div>
</div>
<button class="button button--black-yellow" onclick="showClients()">
Show more
</button>
</section>
<section class="double-screen part--row">
<div class="double__text double__text--left">
<img
src="assets/img/home/Spice-up.svg"
alt="Your event your branding"
class="double__icon"
width="200px"
width="200px"
/>
<h2 class="subtitle double__subtitle">Your event your branding</h2>
<p class="double__p">
The Mon.Tattoo booth is staffed with experienced tattoo stickers who
can provide all your guests with an unforgettable experience.
</p>
<button class="button button--black-white">
Get a quote
</button>
</div>
<div class="double__image" id="events__spiceup">
</div>
</section>
<section class="list part--row" id="tattoos-why">
<h2 class="subtitle">Why Mon.Tattoo</h2>
<div class="list__container">
<div class="list__item">
<img
src="assets/img/home/custom.svg"
alt="100% custom"
class="list__img"
/>
<p class="list__p">100% Custom</p>
</div>
<div class="list__item">
<img
src="assets/img/home/plant-based.svg"
alt="Plant based inks"
class="list__img"
/>
<p class="list__p">Plant based inks</p>
</div>
<div class="list__item">
<img
src="assets/img/home/easy-to-apply.svg"
alt="Easy to apply"
class="list__img"
/>
<p class="list__p">Easy to apply</p>
</div>
<div class="list__item">
<img
src="assets/img/home/lasts-6-days.svg"
alt="Lasts 6 days"
class="list__img"
/>
<p class="list__p">Lasts 6 days</p>
</div>
</div>
</section>
<section class="center-box part--row">
<div class="center__container">
<h2 class="subtitle center__subtitle">
Give your event a little edge
</h2>
</div>
<img src="" alt="" />
</section>
<section class="slider-screen slider-screen--yellow part--row">
<h2 class="subtitle slider-screen__subtitle">What our clients say</h2>
<div class="slider-screen__slider-container">
<span
class="arrow arrow--left arrow--black"
onclick="plusSlide(-1)"
></span>
<div class="slider__item">
<h3 class="slider__item__title">Balls & Glory</h3>
<p class="slider__item__subtitle">Restaurant</p>
<p class="slider__item__p">
"Looking for top notch temporary tattoo's for your brand, event or
campaign? Montattoo has got you covered."
</p>
</div>
<div class="slider__item hidden">
<h3 class="slider__item__title">Lieselot Geirnaert</h3>
<p class="slider__item__subtitle">Restaurant</p>
<p class="slider__item__p">
sdfsdgs
</p>
</div>
<div class="slider__item hidden">
<h3 class="slider__item__title">Lieselot</h3>
<p class="slider__item__subtitle">Restaurant</p>
<p class="slider__item__p">
sdfgqdfhdfh
</p>
</div>
<span
class="arrow arrow--right arrow--black"
onclick="plusSlide(1)"
></span>
</div>
<div class="slider-screen__bullets">
<span
class="slider__bullet slider__bullet--black slider__bullet--active"
onclick="currentSlide(1)"
></span>
<span
class="slider__bullet slider__bullet--black"
onclick="currentSlide(2)"
></span>
<span
class="slider__bullet slider__bullet--black"
onclick="currentSlide(3)"
></span>
</div>
</section>
<section class="cross cross--black part--row">
<img
src="assets/img/home/edge.svg"
alt="Give your event a little edge"
class="cross__icon"
width="200px"
/>
<h2 class="subtitle cross__subtitle">Give your event a little edge</h2>
<p class="cross__p">Book Mon.Tattoo at your next event</p>
<button class="button button--yellow-black">More info</button>
</section>
<footer>
<section class="footer">
<h2 class="subtitle subtitle--footer">
Make the<br />
difference
</h2>
<p>Wiedauwkaai 23F</p>
<p>9000 Gent</p>
<p class="footer--space">09 398 13 60</p>
<p>info@mon.tattoo</p>
<div class="footer__socials">
<a href="" class="socials__icon"
><img src="assets/img/home/instagram.svg" alt="Montattoo Instagram"
/></a>
<a href="" class="socials__icon"
><img src="assets/img/home/facebook.svg" alt="Montattoo Facebook"
/></a>
</div>
</section>
<img
src="assets/img/home/adres-afbeelding.svg"
alt="Address"
class="footer__address"
/>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>