-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
469 lines (469 loc) · 24 KB
/
index.html
File metadata and controls
469 lines (469 loc) · 24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<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=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<script src="./js/bootstrap.min.js"></script>
<link rel="stylesheet" href="./css/index.css">
<title>Hlegal</title>
</head>
<body>
<header class="header">
<div class="header_content">
<div class="header__logo">
<a href="index.html"><img src="./png/Logo-light.svg" alt="Logo"></a>
<button class="navbar-toggler">
<span class="navbar-toggler-custom-icon"></span>
</button>
</div>
<div class="header__nav-bar">
<div class="nav-lang">
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-uk-tab" data-bs-toggle="pill" data-bs-target="#pills-home"
type="button" role="tab" aria-controls="pills-home" aria-selected="true">УК
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-ru-tab" data-bs-toggle="pill" data-bs-target="#pills-profile"
type="button" role="tab" aria-controls="pills-profile" aria-selected="false">РУ
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-en-tab" data-bs-toggle="pill"
data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact"
aria-selected="false">EN
</button>
</li>
</ul>
</div>
<div class="nav-links">
<ul class="items">
<li class="item item_hidden">
<a href="" class="adress">Kyiv, Mechnikova str, 14/1</a>
</li>
<li class="item">
<a href="" class="phone">0800 211 927</a>
</li>
<li class="item item_hidden">
<a href=""><img src="./png/facebook.svg" alt="facebook"></a>
</li>
</ul>
</div>
<div class="nav-pages">
<ul class="pages">
<li class="page">
<a href="./pages/about-page.html">about us</a>
</li>
<li class="page">
<a href="./pages/services.html">services</a>
</li>
<li class="page">
<a href="">team</a>
</li>
<li class="page">
<a href="pages/publications-page.html">publications</a>
</li>
<li class="page">
<a href="">contact</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<main>
<div class="main-content-bg">
<section class="intro-section">
<div class="intro-section_content">
<div class="intro__bg_h">
<div class="symbol"></div>
</div>
<div class="intro__heading">
<h1>you legal solutions provider</h1>
</div>
<div class="intro__scroll">
<a href="#experience-section_id">
<svg class="button_circle-arrow-svg" width="42" height="42" viewBox="0 0 42 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_22728_11340)">
<circle class="circle" opacity="0.5" cx="21" cy="21" r="20" stroke="white"
stroke-width="2"/>
<path d="M12 18L21 27L30 18" stroke-width="2"/>
</g>
<defs>
<clipPath id="clip0_22728_11340">
<rect width="42" height="42" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
</div>
</div>
</section>
<section class="experience-section" id="experience-section_id">
<div class="experience-section_content">
<div class="headings">
<ul class="items_heading">
<li class="item_heading gradient">
<a href="">Consistent</a>
</li>
<li class="item_heading">
<a href="">Customer oriented</a>
</li>
<li class="item_heading">
<a href="">Innovative</a>
</li>
<li class="item_heading">
<a href="">Business oriented</a>
</li>
</ul>
</div>
<div class="headings-text">
<div class="heading">
We turn the idea of legal services
</div>
<p class="text">
Consolidating many years of experience and practice, the company's lawyers accompany
complex projects and achieve a number of important decisions for the industry. Many of
them form the practice of applying the law of the sea in Ukraine.
</p>
</div>
</div>
</section>
<section class="services-section">
<div class="services-section_content">
<div class="link-services">
<a href="./pages/services.html" class="link-services_heading">Services
<svg class="arrow-svg" width="12" height="13" viewBox="0 0 12 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 2L8 6.5L3.5 11" stroke-width="2"/>
</svg>
</a>
</div>
<h1 class="hero">What can we do better than others?</h1>
<div class="cards">
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon1.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">IT and e-commerce</a>
</div>
<p class="card__text">
An endless stream of contracts, tax issues, labor
relations, corporate papers - legal work distracts
you from doing business. But there is not much
work to do to hire an in-house l
</div>
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">Comprehensive daily
legal support</a>
</div>
<p class="card__text">
In addition, over time, the work will become the same type and uninteresting for a full-time
lawyer.
And we know very well how difficult it is to find a good candidate with experience in the
field
of
information technology in Ukraine.
</p>
</div>
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon-1.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">Structuring corporate relationships</a>
</div>
<p class="card__text">
Instead of just providing legal services, we will hire a lawyer or a whole team that will
fit
into
the daily life of your company.
</p>
</div>
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon-2.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">Building contractual relations</a>
</div>
<p class="card__text">
Once a week, or week after month, you have your own lawyer by your side. Anyone in the
company
can
catch it at the coffee maker and just talk about current affairs instead of waiting for
update
status.
</p>
</div>
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon-3.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">Protection of business, intellectual property</a>
</div>
<p class="card__text">
And all the other time he will work on new diverse projects, so he will definitely not stop
in
professional development. One way or another, all Axon Partners will work for you instead of
a
corporate lawyer.
</p>
</div>
<div class="services_card">
<div class="card__icon">
<img src="png/Services-img/Icon-4.svg" alt="icon">
</div>
<div class="card__heading">
<a href="./pages/service-entry.html">Judicial representation</a>
</div>
<p class="card__text">
Is it a small, medium-sized company or a market leader? Local business or multinational
company?
Do
you have your own legal department or not?
</p>
</div>
</div>
</div>
</section>
</div>
<div class="main-content-bg_underline">
<div class="underline_grey">
</div>
<div class="underline_soft-grey">
</div>
</div>
<div class="main-content">
<section class="carousel-section">
<div class="carousel-section_content">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="true">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-item_content">
<div class="carousel-item__img">
</div>
<div class="carousel-item_text">
<div class="link">
<a href="" class="link_text">КОМАНДА
<svg class="arrow-svg" width="12" height="13" viewBox="0 0 12 13"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 2L8 6.5L3.5 11" stroke-width="2"/>
</svg>
</a>
</div>
<div class="hero">
Ми звикли брати на себе відповідальні
<wbr>
сть та завжди гарантуємо чесну, вчасну
допомогу, навіть у ситуаціях, коли більшість безсилі.
</div>
<h4>Олександр Олександровський</h4>
<p>Керуючий партнер</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item_content">
<div class="carousel-item__img">
</div>
<div class="carousel-item_text">
<div class="link">
<a href="" class="link_text">КОМАНДА
<svg class="arrow-svg" width="12" height="13" viewBox="0 0 12 13"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 2L8 6.5L3.5 11" stroke-width="2"/>
</svg>
</a>
</div>
<div class="hero">
Ми звикли брати на себе відповідальні
<wbr>
сть та завжди гарантуємо чесну, вчасну
допомогу, навіть у ситуаціях, коли більшість безсилі.
</div>
<h4>Олександр Олександровський</h4>
<p>Керуючий партнер</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item_content">
<div class="carousel-item__img">
</div>
<div class="carousel-item_text">
<div class="link">
<a href="" class="link_text">КОМАНДА
<svg class="arrow-svg" width="12" height="13" viewBox="0 0 12 13"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 2L8 6.5L3.5 11" stroke-width="2"/>
</svg>
</a>
</div>
<div class="hero">
Ми звикли брати на себе відповідальні
<wbr>
сть та завжди гарантуємо чесну, вчасну
допомогу, навіть у ситуаціях, коли більшість безсилі.
</div>
<h4>Олександр Олександровський</h4>
<p>Керуючий партнер</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="brands-section">
<div class="brands-section_content">
<h4 class="heading">They already trust us</h4>
<div class="brands-panel">
<div class="item hillel">
<img class="item-img" src="./png/brands/hillel.svg" alt="hillel">
</div>
<div class="item wannabiz">
<img class="item-img" src="./png/brands/wannabiz.svg" alt="wannabiz">
</div>
<div class="item tapgerine">
<img class="item-img" src="./png/brands/tapgerine.svg" alt="tapgerine">
</div>
<div class="item dlook">
<img class="item-img" src="./png/brands/3dlook.svg" alt="3dlook">
</div>
<div class="item orangear">
<img class="item-img" src="./png/brands/orangear.svg" alt="orangear">
</div>
<div class="item adtelligent">
<img class="item-img" src="./png/brands/adtelligent.svg" alt="adtelligent">
</div>
<div class="item clickky">
<img class="item-img" src="./png/brands/clickky.svg" alt="clickky">
</div>
<div class="item eco-leasing">
<img class="item-img" src="./png/brands/eco-leasing.svg" alt="eco-leasing">
</div>
<div class="item ingratek">
<img class="item-img" src="./png/brands/ingratek.svg" alt="ingratek">
</div>
<div class="item city">
<img class="item-img" src="./png/brands/city.svg" alt="city">
</div>
<div class="item artprint">
<img class="item-img" src="./png/brands/artprint.svg" alt="artprint">
</div>
<div class="item ultimatecard">
<img class="item-img" src="./png/brands/ultimatecard.svg" alt="ultimatecard">
</div>
</div>
</div>
</section>
<section class="publications-section">
<div class="publications-section_content">
<div class="link">
<a href="" class="link_text">Publications
<svg class="arrow-svg" width="12" height="13" viewBox="0 0 12 13"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 2L8 6.5L3.5 11" stroke-width="2"/>
</svg>
</a>
</div>
<div class="hero">
We have something to tell
</div>
<div class="publications-panel">
<div class="item">
<div class="item-img equity-associate-img"></div>
<div class="link">
<a href="" class="link_text item-link">Equity associate</a>
</div>
<span class="item-date">April 22</span>
<div class="item-separator"></div>
<div class="item-text">
<p>
I'm a jun on projects. I am a co-owner of a law firm. How it happened. Before entering
my parents told me that if I…
</p>
</div>
</div>
<div class="item">
<div class="item-img gdpr-img"></div>
<div class="link">
<a href="" class="link_text item-link">Penalty for the Good Corporation: what will happen to
Google and others for violating the GDPR</a>
</div>
<span class="item-date">September 29</span>
<div class="item-separator"></div>
<div class="item-text">
<p>
And why the recovery of 50 million euros could be a fateful precedent According to
Mind.ua January 21 National Commission for Data Protection.
</p>
</div>
</div>
<div class="item item_big">
<div class="item-img millennial-testament-img"></div>
<div class="link">
<a href="" class="link_text item-link">Millennial Testament</a>
</div>
<span class="item-date">August 19</span>
<div class="item-separator"></div>
<div class="item-text">
<p>
What and how modern vloggers, opinion leaders and crypto-millionaires will inherit A
typical legacy of the Ukrainian generation X looks like this: an apartment in…
</p>
</div>
</div>
</div>
</div>
<div class="section-separator"></div>
</section>
</div>
</main>
<footer class="footer">
<div class="footer_content">
<div class="items">
<div class="item">
<div class="item-block">
<a class="item-address" href="">Kyiv, Mechnikova str, 14/1</a>
<a class="item-link-map" href="">On map</a>
</div>
<div class="item-block">
<a class="item-link-facebook" href=""><img src="./png/facebook-blue.svg" alt="facebook"></a>
<a class="item-phone" href="">0800 211 927</a>
<a class="item-mail" href="">contact@forstudy.space</a>
</div>
</div>
<div class="item item-company item-block">
© 2021 HLEGAL Law company, LLC
</div>
</div>
</div>
</footer>
</body>
</html>