-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
501 lines (487 loc) · 19.2 KB
/
index.html
File metadata and controls
501 lines (487 loc) · 19.2 KB
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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>LookinWeb</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<!-- Load Google Fonts-->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!-- Load Fonts Awesome-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<!-- Load Flag Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css"
/>
<!-- https://tailwindcss.com/docs/installation/play-cdn -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Tailwind Elements -->
<script
src="https://cdn.jsdelivr.net/npm/tw-elements@1.0.0/dist/js/tw-elements.umd.min.js"
defer
></script>
<script src="js/main.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!-- Google Captcha-->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body class="lookinweb-body-bg">
<header class="relative mx-auto mb-8">
<div class="container">
<nav class="fixed top-0 w-full z-50 lookinweb-navbar">
<div
class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto"
>
<a
href="#about"
class="flex items-center space-x-3 rtl:space-x-reverse lg:pl-10 xl:pl-0"
>
<img
src="./img/logo_small.svg"
class="ml-8 lg:ml-0 h-20"
alt="LookinWeb"
/>
<span
class="self-center text-2xl font-semibold whitespace-nowrap"
></span>
</a>
<button
id="navbar-toggler"
type="button"
class="mr-8 inline-flex items-center p-2 w-10 h-10 justify-center text-sm rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-default"
aria-expanded="false"
>
<span class="sr-only" data-translation-key="navbar_open_menu"
>Open main menu</span
>
<svg
class="w-5 h-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15"
/>
</svg>
</button>
<div class="hidden w-full md:flex md:w-auto" id="navbar-default">
<ul
class="font-medium flex flex-col md:p-0 md:flex-row md:space-x-8 rtl:space-x-reverse"
>
<li>
<a
href="#about"
class="block py-2 px-3 md:hover:bg-transparent md:border-0 md:hover:text-purple-700 md:p-0 md:dark:hover:text-purple-700 hover:bg-purple-700 hover:text-white md:dark:hover:bg-transparent"
data-translation-key="navbar_about"
>About</a
>
</li>
<li>
<a
href="#benefits"
class="block py-2 px-3 md:hover:bg-transparent md:border-0 md:hover:text-purple-700 md:p-0 md:dark:hover:text-purple-700 hover:bg-purple-700 hover:text-white md:dark:hover:bg-transparent"
data-translation-key="navbar_benefits"
>Benefits</a
>
</li>
<li>
<a
href="#our-works"
class="block py-2 px-3 md:hover:bg-transparent md:border-0 md:hover:text-purple-700 md:p-0 md:dark:hover:text-purple-700 hover:bg-purple-700 hover:text-white md:dark:hover:bg-transparent"
data-translation-key="navbar_our_works"
>Our works</a
>
</li>
<li>
<a
href="#our-reviews"
class="block py-2 px-3 md:hover:bg-transparent md:border-0 md:hover:text-purple-700 md:p-0 md:dark:hover:text-purple-700 hover:bg-purple-700 hover:text-white md:dark:hover:bg-transparent"
data-translation-key="navbar_our_reviews"
>Our reviews</a
>
</li>
<li>
<a
href="#contact"
class="block py-2 px-3 font-bold md:hover:bg-transparent md:border-0 md:hover:text-purple-700 md:p-0 md:dark:hover:text-purple-700 hover:bg-purple-700 hover:text-white md:dark:hover:bg-transparent"
data-translation-key="navbar_contact_us"
>Contact Us</a
>
</li>
</ul>
</div>
<div id="language-changer" class="p-5">
<div class="relative inline-flex items-center">
<button id="language-button" class="flex items-center">
<i class="fas fa-globe mr-2"></i>
<span id="selected-language" class="text-sm">EN</span>
<i class="fas fa-caret-down ml-2"></i>
</button>
<div
id="language-options"
class="hidden absolute rounded mt-2 w-32 right-0 top-full"
>
<button
class="p-2 flex items-center w-full text-left hover:bg-purple-500 hover:text-white"
data-value="en"
>
EN
</button>
<button
class="p-2 flex items-center w-full text-left hover:bg-purple-500 hover:text-white"
data-value="ee"
>
EE
</button>
<button
class="p-2 flex items-center w-full text-left hover:bg-purple-500 hover:text-white"
data-value="ru"
>
RU
</button>
</div>
</div>
</div>
</div>
</nav>
</div>
<section id="about" class="relative w-full pt-0 sm:pt-16">
<div
class="w-full h-[600px] bg-cover bg-center flex flex-col justify-center items-center text-black"
style="
background-image: url('img/about_us_background.jpg');
background-attachment: fixed;
"
>
<div class="bg-white bg-opacity-60 p-8 rounded max-w-2xl text-center">
<h1
class="text-4xl font-bold mb-4 underline"
data-translation-key="section_about_us"
>
About Us
</h1>
<p
class="leading-6"
data-translation-key="section_about_us_description"
>
LookinWeb is a leading software development company that
specializes in creating innovative solutions for businesses of all
sizes. We offer a wide range of services, including web
development and custom software development. Our team of
experienced professionals is dedicated to delivering high-quality
solutions that meet the unique needs of our clients.
</p>
</div>
<a
href="#contact"
class="mt-6 px-6 py-3 bg-blue-500 text-white font-bold rounded hover:bg-blue-600"
data-translation-key="button_contact_us"
>Contact Us</a
>
</div>
</section>
</header>
<main class="container mx-auto px-8 md:px-16 lg:px-32 fade-in">
<section
id="benefits"
class="sm:w-auto md:w-auto lg:w-auto xl:w-auto flex flex-wrap pt-16"
>
<h1
class="text-2xl font-bold my-6 underline w-full text-center"
data-translation-key="section_benefits"
>
Benefits
</h1>
</section>
<section id="kpis" class="pt-16">
<div class="container mx-auto">
<div class="flex flex-wrap justify-center">
<!-- First Icon Column -->
<div class="w-full sm:w-1/2 lg:w-1/3 px-4 mb-8 sm:mb-0">
<div class="text-center">
<i
class="fas fa-rocket text-6xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"
></i>
<h3
class="text-xl font-semibold mb-2"
data-translation-key="section_benefits_performance"
>
Performance
</h3>
<p
class="text-gray-600"
data-translation-key="section_benefits_performance_description"
>
Achieve high performance with our solutions
</p>
</div>
</div>
<!-- Second Icon Column -->
<div class="w-full sm:w-1/2 lg:w-1/3 px-4 mb-8 sm:mb-0">
<div class="text-center">
<i
class="fas fa-user-tie text-6xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"
></i>
<h3
class="text-xl font-semibold mb-2"
data-translation-key="section_benefits_expertise"
>
Expertise
</h3>
<p
class="text-gray-600"
data-translation-key="section_benefits_expertise_description"
>
Benefit from our extensive expertise
</p>
</div>
</div>
<!-- Third Icon Column -->
<div class="w-full sm:w-1/2 lg:w-1/3 px-4 mb-8 sm:mb-0">
<div class="text-center">
<i
class="fas fa-lock text-6xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"
></i>
<h3
class="text-xl font-semibold mb-2"
data-translation-key="section_benefits_security"
>
Security
</h3>
<p
class="text-gray-600"
data-translation-key="section_benefits_security_description"
>
Ensure top-notch security for your data
</p>
</div>
</div>
</div>
<div class="flex flex-wrap justify-center mt-8">
<!-- Fourth Icon Column -->
<div class="w-full sm:w-1/2 lg:w-1/3 px-4 mb-8 sm:mb-0">
<div class="text-center">
<i
class="fas fa-hand-holding-usd text-6xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"
></i>
<h3
class="text-xl font-semibold mb-2"
data-translation-key="section_benefits_cost_efficiency"
>
Cost-Efficiency
</h3>
<p
class="text-gray-600"
data-translation-key="section_benefits_cost_efficiency_description"
>
Optimize costs without compromising quality
</p>
</div>
</div>
<!-- Fifth Icon Column -->
<div class="w-full sm:w-1/2 lg:w-1/3 px-4 mb-8 sm:mb-0">
<div class="text-center">
<i
class="fas fa-lightbulb text-6xl text-transparent bg-clip-text bg-gradient-to-r from-emerald-700 via-indigo-700 to-purple-900 mb-4"
></i>
<h3
class="text-xl font-semibold mb-2"
data-translation-key="section_benefits_innovation"
>
Innovation
</h3>
<p
class="text-gray-600"
data-translation-key="section_benefits_innovation_description"
>
Drive innovation with cutting-edge solutions
</p>
</div>
</div>
</div>
</div>
</section>
<section
id="our-works"
class="sm:w-auto md:w-auto lg:w-auto xl:w-auto flex flex-wrap pt-16"
>
<h1
class="text-2xl font-bold my-6 underline w-full text-center"
data-translation-key="section_our_works"
>
Our Works
</h1>
<div class="carousel-container mb-8">
<div id="works-carousel" class="flex px-4 overflow-auto"></div>
</div>
<div class="container px-4 mx-auto">
<div class="flex items-center justify-center">
<button
id="left-works-button"
class="text-black flex mr-4 items-center justify-center w-12 h-12 bg-white rounded-full border border-gray-200 hover:border-orange-900 transition duration-200"
>
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</button>
<button
id="right-works-button"
class="text-black flex items-center justify-center w-12 h-12 bg-white rounded-full border border-gray-200 hover:border-orange-900 transition duration-200"
>
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</button>
</div>
</div>
</section>
<section
id="our-reviews"
class="sm:w-auto md:w-auto lg:w-auto xl:w-auto flex flex-wrap pt-16"
>
<h1
class="text-2xl font-bold my-6 underline w-full text-center"
data-translation-key="section_our_reviews"
>
Our Reviews
</h1>
<div class="carousel-container mb-8">
<div id="reviews-carousel" class="flex px-4 overflow-auto"></div>
</div>
<div class="container px-4 mx-auto">
<div class="flex items-center justify-center">
<button
id="left-reviews-button"
class="text-black flex mr-4 items-center justify-center w-12 h-12 bg-white rounded-full border border-gray-200 hover:border-orange-900 transition duration-200"
>
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</button>
<button
id="right-reviews-button"
class="text-black flex items-center justify-center w-12 h-12 bg-white rounded-full border border-gray-200 hover:border-orange-900 transition duration-200"
>
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</button>
</div>
</div>
</section>
<section
id="partners"
class="flex flex-col items-center justify-center p-4 pt-16"
>
<h1
class="text-2xl font-bold my-6 underline w-full text-center"
data-translation-key="section_our_partners"
>
Our Partners
</h1>
<div
class="flex flex-col md:flex-row w-full items-center mt-12 md:mt-6 mb-12 px-4"
>
<div class="flex flex-1 justify-center pr-2 md:pr-8">
<a href="https://aws.amazon.com/what-is-cloud-computing">
<img
class="w-40"
src="https://d0.awsstatic.com/logos/powered-by-aws-white.png"
alt="Powered by AWS"
/>
</a>
</div>
</div>
</section>
<section
id="contact"
class="flex flex-col items-center mt-20 px-4 md:px-0 mb-16"
>
<h1
class="text-2xl font-bold my-6 underline w-full text-center"
data-translation-key="section_contact_us"
>
Contact Us
</h1>
<div
class="w-full md:w-2/3 grid grid-cols-1 md:grid-cols-2 gap-8 items-center"
>
<div
class="p-4 text-center flex flex-col items-center justify-center"
>
<div>
<p class="montserrat text-base mt-4">+372 5686 5405</p>
<p class="montserrat text-base mt-4">support@lookinweb.org</p>
<p class="montserrat text-base mt-4">Tallinn, Estonia</p>
<p class="montserrat text-base mt-4">
IBAN: EE667700771010911573
</p>
<p class="montserrat text-base mt-4">Register code: 17093508</p>
<a
href="mailto:support@lookinweb.org?subject=Contact%20Us"
id="schedule-button"
>
<button
class="px-4 py-2 mt-4 bg-gray-800 text-white rounded-lg hover:bg-gray-700"
data-translation-key="button_contact_us"
>
Contact us
</button>
</a>
</div>
</div>
<div
class="p-4 flex flex-col items-center md:items-end justify-center"
>
<div class="w-full h-full">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2035.050482300751!2d25.3305054!3d59.332111!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4692e3cc50496bf1%3A0x63b2ddce207e2c98!2sKooli%20tn%204%2C%20Kehra%2C%2074307%20Harju%20maakond!5e0!3m2!1sen!2see!4v1734877335598!5m2!1sen!2see"
title="LookinWeb location"
width="100%"
height="300"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
</section>
</main>
<div
class="sm:w-auto md:w-auto lg:w-auto xl:w-auto flex justify-center mt-4"
>
<footer class="w-full mt-20 p-2 lookinweb-footer text-center">
<div class="max-w-full mx-auto px-4 sm:px-6 lg:px-8">
<div class="py-2 h-12 text-3xl font-bold">LookinWeb</div>
<div class="h-12 flex justify-center space-x-4">
<a href="https://github.com/LookinWeb" target="_blank">
<i class="fab fa-github fa-2x hover:text-gray-400"></i>
</a>
<a
href="https://www.linkedin.com/company/lookinweb"
target="_blank"
>
<i
class="fab fa-linkedin fa-2x text-blue-700 hover:text-blue-900"
></i>
</a>
</div>
<hr class="my-2 mx-auto bg-gray-900 border-gray-200 shadow-lg" />
<div class="flex justify-center space-x-4 text-lg">
© All rights reserved
</div>
</div>
</footer>
</div>
</body>
</html>