-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
479 lines (466 loc) · 32.4 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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!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">
<title>Projektinjohto Palorinne Oy</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/png">
<link rel="apple-touch-icon" sizes="128x128" href="/assets/images/favicon-apple.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
</head>
<body id="click-home">
<div class="overflow-hidden position-relative">
<div class="position-relative bg__head" style="background-image: url('./assets/images/hero-bg.jpg');">
<nav class="navbar navbar-expand-lg wrapper__nav-group position-relative z-2">
<div class="container">
<a class="navbar-brand position-relative color__black z-2 d-flex align-items-center" href="#">
<svg width="40" height="45" viewBox="0 0 40 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M39.9994 3.40747H37.3994V44.1123H39.9994V3.40747ZM35.4475 43.1677V41.512H35.4408L21.9809 15.2102L12.3644 31.1069L10.2056 25.2192L3.27305 39.3823V17.4186L35.1725 8.62821L34.4995 6.1167L0 15.6236L0.673096 18.1351V44.1119H35.4408M21.981 20.8033L12.3645 36.7001L10.2056 30.8124L4.96842 41.512H32.5786L21.981 20.8033ZM35.4475 43.1677V44.1119ZM38.6993 0L37.4021 2.74209H39.9965L38.6993 0Z"
fill="#F25248" />
</svg>
<span class="regular color__white font__size--24 text__24-1024 text__24-sm ml-3">Palorinne
Oy</span>
</a>
<button class="navbar-toggler nav__button position-relative" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse menu__center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link normal font__size--16 text__18-1024 color__white active"
href="#click-home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link normal font__size--16 text__18-1024 color__white"
href="#click-service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link normal font__size--16 text__18-1024 color__white"
href="#click-blog">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link normal font__size--16 text__18-1024 color__white"
href="#click-about">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link normal font__size--16 text__18-1024 color__white"
href="#click-testi">Testimonials</a>
</li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container">
<div class="row">
<div class="col-md-8">
<h1
class="bold font__size--48 color__white text__40-1024 text__40-sm text__40-mm lh__5 mb-5">
Finland's
premier construction project management
<span class="position-relative color__orange">Experts
<img src="./assets/images/Experts_underline.svg" class="path__1"
alt="Experts Underline">
</span>
</h1>
<p class="normal color__white font__size--18 text__16-1024 text__16-sm lh-2 mb-5">
At our
company, we strive to understand your vision and <br class="d-none d-xl-block">
aspirations for your dream home, ensuring that we bring it to life <br
class="d-none d-xl-block">with minimal costs while maintaining the highest possible
quality.
</p>
<a href="#click-contact"
class="semi-bold font__size--18 text__18-1024 btn btn__orange no__opacity color__white shadow btn__normal mt-5">Contact
Us</a>
</div>
</div>
</div>
</section>
</div>
<section id="click-service">
<div class="container">
<div class="row mb-5">
<div class="col-md-6 mb-3 my-md-auto">
<h2 class="semi-bold font__size--48 text__40-1024 text__40-sm text__40-mm mb-0">Unrivaled
Services Tailored to Your Needs</h2>
</div>
<div class="col-md-5 offset-md-1 my-auto">
<p class="normal font__size--16 text__16-1024 text__16-sm opacity__5 lh-2 mb-0">Experience
exceptional, personalized solutions designed to meet your specific requirements, as we go
above and beyond to deliver unparalleled service and satisfaction.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 mb-4 mb-lg-0 col-lg-3">
<div class="wrapper__service-img zoom__effect">
<img src="./assets/images/advantage_planning.png" class="img mb-2" alt="Planning Image">
<h4 class="semi-bold font__size--24 text__24-1024 text__24-sm mt-4 mb-3">Comprehensive
Project
Planning
</h4>
<p class="normal font__size--14 text__14-1024 opacity__5 mb-4">Success with detailed
strategies and timelines tailored to your unique requirements.</p>
<a href="#click-contact"
class="link color__orange normal font__size--14 text__14-1024 d-flex align-items-center">
Contact Now
<svg class="ml-2" width="52" height="8" viewBox="0 0 52 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M51.3536 4.35355C51.5488 4.15829 51.5488 3.84171 51.3536 3.64645L48.1716 0.464466C47.9763 0.269204 47.6597 0.269204 47.4645 0.464466C47.2692 0.659728 47.2692 0.976311 47.4645 1.17157L50.2929 4L47.4645 6.82843C47.2692 7.02369 47.2692 7.34027 47.4645 7.53553C47.6597 7.7308 47.9763 7.7308 48.1716 7.53553L51.3536 4.35355ZM0 4.5H51V3.5H0V4.5Z"
fill="#f25248" />
</svg>
</a>
</div>
</div>
<div class="col-sm-5 mb-4 mb-lg-0 col-lg-3">
<div class="wrapper__service-img zoom__effect">
<img src="./assets/images/advantage_estimations.png" class="img mb-2"
alt="Estimations Image">
<h4 class="semi-bold font__size--24 text__24-1024 text__24-sm mt-4 mb-3">Accurate & Cost
Estimations Planning
</h4>
<p class="normal font__size--14 text__14-1024 opacity__5 mb-4">Calculations helping you
effectively manage resources and expenses for optimal outcomes</p>
<a href="#click-contact"
class="link color__orange normal font__size--14 text__14-1024 d-flex align-items-center">
Contact Now
<svg class="ml-2" width="52" height="8" viewBox="0 0 52 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M51.3536 4.35355C51.5488 4.15829 51.5488 3.84171 51.3536 3.64645L48.1716 0.464466C47.9763 0.269204 47.6597 0.269204 47.4645 0.464466C47.2692 0.659728 47.2692 0.976311 47.4645 1.17157L50.2929 4L47.4645 6.82843C47.2692 7.02369 47.2692 7.34027 47.4645 7.53553C47.6597 7.7308 47.9763 7.7308 48.1716 7.53553L51.3536 4.35355ZM0 4.5H51V3.5H0V4.5Z"
fill="#f25248" />
</svg>
</a>
</div>
</div>
<div class="col-sm-6 mb-4 mb-lg-0 col-lg-3">
<div class="wrapper__service-img zoom__effect">
<img src="./assets/images/advantage_tendering.png" class="img mb-2" alt="Tendering Image">
<h4 class="semi-bold font__size--24 text__24-1024 text__24-sm mt-4 mb-3">Efficient
Contractor Tendering</h4>
<p class="normal font__size--14 text__14-1024 opacity__5 mb-4">Streamline the bidding
process, connecting you with the most qualified contractors to bring your vision to
life.</p>
<a href="#click-contact"
class="link color__orange normal font__size--14 text__14-1024 d-flex align-items-center">
Contact Now
<svg class="ml-2" width="52" height="8" viewBox="0 0 52 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M51.3536 4.35355C51.5488 4.15829 51.5488 3.84171 51.3536 3.64645L48.1716 0.464466C47.9763 0.269204 47.6597 0.269204 47.4645 0.464466C47.2692 0.659728 47.2692 0.976311 47.4645 1.17157L50.2929 4L47.4645 6.82843C47.2692 7.02369 47.2692 7.34027 47.4645 7.53553C47.6597 7.7308 47.9763 7.7308 48.1716 7.53553L51.3536 4.35355ZM0 4.5H51V3.5H0V4.5Z"
fill="#f25248" />
</svg>
</a>
</div>
</div>
<div class="col-sm-6 mb-4 mb-lg-0 col-lg-3">
<div class="wrapper__service-img zoom__effect">
<img src="./assets/images/advantage_documentation.png" class="img mb-2"
alt="Documentation Image">
<h4 class="semi-bold font__size--24 text__24-1024 text__24-sm mt-4 mb-2">Contract Drafting &
Final Documentation
</h4>
<p class="normal font__size--14 text__14-1024 opacity__5 mb-4">Expertly crafting contracts
and diligently managing all documentation for a smooth project completion</p>
<a href="#click-contact"
class="link color__orange normal font__size--14 text__14-1024 d-flex align-items-center">
Contact Now
<svg class="ml-2" width="52" height="8" viewBox="0 0 52 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M51.3536 4.35355C51.5488 4.15829 51.5488 3.84171 51.3536 3.64645L48.1716 0.464466C47.9763 0.269204 47.6597 0.269204 47.4645 0.464466C47.2692 0.659728 47.2692 0.976311 47.4645 1.17157L50.2929 4L47.4645 6.82843C47.2692 7.02369 47.2692 7.34027 47.4645 7.53553C47.6597 7.7308 47.9763 7.7308 48.1716 7.53553L51.3536 4.35355ZM0 4.5H51V3.5H0V4.5Z"
fill="#f25248" />
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="bg__dark-blue py-6">
<div class="container">
<div class="row">
<div class="col-lg-4 text-center text-lg-left mb-4 mb-lg-0">
<h2 class="semi-bold font__size--36 text__40-1024 text__40-sm text__40-mm color__white mb-0">How
much have we accomplished ?</h2>
</div>
<div class="col-lg-8 pl-lg-5 my-auto">
<div class="row justify-content-center">
<div class="col-6 text-center col-lg-3 mb-4 my-lg-auto">
<h5 class="semi-bold font__size--36 color__orange">36+</h5>
<p
class="mb-0 normal font__size--18 text__18-1024 text__18-md text__18-sm color__white">
Project Complete</p>
</div>
<div class="col-6 text-center col-lg-3 mb-4 my-lg-auto">
<h5 class="semi-bold font__size--36 color__orange">25+</h5>
<p
class="mb-0 normal font__size--18 text__18-1024 text__18-md text__18-sm color__white">
Different Cities</p>
</div>
<div class="col-6 text-center col-lg-3 mb-4 my-lg-auto">
<h5 class="semi-bold font__size--36 color__orange">10+</h5>
<p
class="mb-0 normal font__size--18 text__18-1024 text__18-md text__18-sm color__white">
Contractor Award</p>
</div>
<div class="col-6 text-center col-lg-3 mb-4 my-lg-auto">
<h5 class="semi-bold font__size--36 color__orange">40+</h5>
<p
class="mb-0 normal font__size--18 text__18-1024 text__18-md text__18-sm color__white">
Happy Client</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="click-about">
<div class="container">
<div class="row">
<div class="col-md-5 d-none d-lg-block my-auto">
<img src="./assets/images/about_us.jpg" alt="About Us Image">
</div>
<div class="col-lg-6 pl-lg-5 text-center text-lg-left my-auto">
<h1 class="bold font__size--48 text__40-1024 text__40-sm text__40-mm lh__5 mb-3">About Us
</h1>
<p class="normal font__size--16 text__16-1024 text__16-sm opacity__5 lh-2 mb-4">We are a dynamic
domestic stock company specializing in building services, founded in 2015 and led by our
CEO, Pallorinne Tapani. We are committed to continuous growth and actively seek new
partnerships.
</p>
<p class="normal font__size--16 text__16-1024 text__16-sm opacity__5 lh-2 mb-4">We guarantee
top-quality, affordable services while ensuring projects are executed according
to your timeline and plans. If you have any inquiries, please don't hesitate to reach out,
and we'll gladly address your questions.
</p>
<a href="#!"
class="semi-bold font__size--18 text__18-1024 btn btn__orange color__white shadow btn__normal ">Consultation
with Us</a>
</div>
</div>
</div>
</section>
<section id="click-blog" class="bg__dark-blue">
<div id="container" class="container">
<div id="slider-heading" class="text-center">
<h1 class="bold font__size--48 text__40-1024 text__40-sm text__40-mm lh__5 color__white">Gallery of
completed works
</h1>
<p class="normal font__size--16 text__16-1024 text__16-sm opacity__7 lh-2 mb-5 color__orange">
Various
updated
readings about interior and construction
</p>
</div>
<div class="row flex-xl-row">
<div class="col-xl-5 mb-5">
<p class="blog-date normal font__size--18 text__18-1024 color__white mb-0">May 2015 – June 2017
</p>
<a href="#!"
class="blog-location emi-bold font__size--36 text__36-1024 color__white d-inline-block my-3 lh__3 w-100">Espoo:
Four residential houses</a>
<p class="blog-description normal font__size--14 text__14-1024 color__white opacity__5 mb-4">
Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction</p>
<img src="./assets/images/unsplash_OtXADkUh3-I.png" class="images__blog-first"
alt="Main Blog Image">
</div>
<div id="col-7" class="col-xl-7">
<div class="desktop-grid image-container swiper-container">
<div class="swiper-wrapper">
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2016 – June 2017" data-location="Espoo:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2017 – June 2017" data-location="Espoo:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2018 – June 2017" data-location="Espoo:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2019 – June 2017" data-location="Espoo:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2020 – June 2017" data-location="Milan:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2021 – June 2017" data-location="Rome:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2022 – June 2017" data-location="Vantaa:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2023 – June 2017" data-location="Tallin:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Espoo, finland from 2015 to 2017, four of the residential house
construction">
</div>
<div class="grid-item swiper-slide">
<img src="./assets/images/unsplash_kyt0PkBSCNQsa.png" class="img" alt="Blog Image"
data-date="May 2024 – June 2017" data-location="Moscow:
Four residential houses" data-description="Pellaksen
kirkonmäentie 13, Finland from 2015 to 2017, four of the residential house
construction">
</div>
</div>
<div id="swiper-button-next" class="swiper-button-next"></div>
<div id="swiper-button-prev" class="swiper-button-prev"></div>
</div>
</div>
</div>
</div>
</section>
<section id="click-testi" class="">
<div class="position-relative">
<h1 class="bold font__size--48 text__42-1024 text__42-sm text__42-mm text-center mb-4">Our Partners</h1>
<div class="logos-slider">
<div class="slider-track">
<img src="assets/images/logos/Yrittajat_Logo.png" alt="Yrittajat Logo">
<img src="assets/images/logos/if_Logo.png" alt="if Logo">
<img src="assets/images/logos/VARMA_Logo.png" alt="VARMA Logo">
<img src="assets/images/logos/BASSO_Logo.png" alt="BASSO Logo">
<img src="assets/images/logos/MEHILAINEN_Logo.png" alt="MEHILAINEN Logo">
<img src="assets/images/logos/Tilaajavastuu_Logo.png" alt="Tilaajavastuu Logo">
<img src="assets/images/logos/luotettava-kumppani_Logo.png" alt="luotettava-kumppani Logo">
</div>
<div class="slider-track">
<img src="assets/images/logos/Yrittajat_Logo.png" alt="Yrittajat Logo">
<img src="assets/images/logos/if_Logo.png" alt="if Logo">
<img src="assets/images/logos/VARMA_Logo.png" alt="VARMA Logo">
<img src="assets/images/logos/BASSO_Logo.png" alt="BASSO Logo">
<img src="assets/images/logos/MEHILAINEN_Logo.png" alt="MEHILAINEN Logo">
<img src="assets/images/logos/Tilaajavastuu_Logo.png" alt="Tilaajavastuu Logo">
<img src="assets/images/logos/luotettava-kumppani_Logo.png" alt="luotettava-kumppani Logo">
</div>
</div>
</div>
</section>
<section class="pb-4 bg__black position-relative">
<div class="container position-relative z-2">
<div class="row">
<div class="col-lg-6 pb-5">
<h1 class="normal color__white font__size--36 text__36-1024 text__36-1024 bold mb-3">Subscribe
to
get notified about update</h1>
<p class="normal color__white font__size--16 text__16-1024 text__16-sm opacity__6 lh__4 mb-5">By
subscribing with your mail, you will accept our privacy policy</p>
<div class="wrapper__subscribe d-flex justify-content-start align-items-center">
<input type="text" class="font__size--16 text__16-1024 text__16-sm color__white"
placeholder="Enter your email">
<button
class="btn__sub medium flex-shrink-0 font__size--18 text__18-1024 text__18-md ml-2 color__white">Subscribe
us</button>
</div>
</div>
<div class="col-lg-6 pb-5 color__white">
<div class="accordion">
<h6 class="accordion-header accordion-toggle font__size--16">Contact
information</h6>
<ul class="accordion-list opacity__6">
<li class="mt-4">Address: Tapulitie 2 as.2, 52200 Puumala
</li>
<li class="mt-3">Mailing address: bishop's
bridge 16 b 53, 02230 Espoo</li>
<li class="mt-3">+35844 236 2919 +35840 861 4944</li>
<li class="mt-3">Y-TUNNUS: 2707502-9</li>
</ul>
</div>
<div class="accordion mt-4">
<h6 class="accordion-header accordion-toggle font__size--16 open">Billing address</h6>
<ul class="accordion-list opacity__6">
<li class="mt-4">E-invoice address: 003727075029</li>
<li class="mt-3">Broker id 003721291126 (Mavent), the bank network DABAFIHH</li>
<li class="mt-3">e-mail: [email protected]</li>
<li class="mt-3">mail: project management fire slope Oy27075029, p. o. box 100</li>
<li class="mt-3">80020 Kollektor Scan</li>
</ul>
</div>
</div>
</div>
<div class="row mt__5 text-center text-md-left">
<div class="col-md-3 mb-4 my-md-auto">
<div class="d-flex justify-content-md-start justify-content-center align-items-center">
<svg width="40" height="45" viewBox="0 0 40 45" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M39.9994 3.40747H37.3994V44.1123H39.9994V3.40747ZM35.4475 43.1677V41.512H35.4408L21.9809 15.2102L12.3644 31.1069L10.2056 25.2192L3.27305 39.3823V17.4186L35.1725 8.62821L34.4995 6.1167L0 15.6236L0.673096 18.1351V44.1119H35.4408M21.981 20.8033L12.3645 36.7001L10.2056 30.8124L4.96842 41.512H32.5786L21.981 20.8033ZM35.4475 43.1677V44.1119ZM38.6993 0L37.4021 2.74209H39.9965L38.6993 0Z"
fill="#F25248" />
</svg>
<span
class="normal color__white font__size--24 text__24-1024 text__24-sm text__24-1024 text__24-md ml-3">Palorinne
Oy</span>
</div>
</div>
<div class="col-md-9 my-auto text-md-right" id='click-contact'>
<ul class="list__footer">
<li><a href="#!"
class="normal color__white font__size--16 text__16-1024 text__16-sm">Home</a>
</li>
<li><a href="#!"
class="normal color__white font__size--16 text__16-1024 text__16-sm">Service</a>
</li>
<li><a href="#!"
class="normal color__white font__size--16 text__16-1024 text__16-sm">Blog</a>
</li>
<li><a href="#!" class="normal color__white font__size--16 text__16-1024 text__16-sm">About
Us</a></li>
<li><a href="#!"
class="normal color__white font__size--16 text__16-1024 text__16-sm">Testimonial</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</body>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="./assets/js/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
</html>