-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (107 loc) · 5.55 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
<!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">
<link rel="stylesheet" href="/assets/css/style.css">
<title>Clersky</title>
</head>
<body>
<section class = "first">
<header class="header">
<div class="container">
<div class="header__wrap">
<div class="header__logo">
<img src="../assets/img/Framelogo.svg" alt="logo">
</div>
<nav class = "header__menu">
<ul class="header__menu__list">
<li class="header__menu__item">
<a href="" class="header__menu__link">Log In</a>
</li>
<li class="header__menu__item">
<a href="" class="header__menu__link">844-332-6440</a>
</li>
</ul>
<a href="#" class="header__btn">Get Started</a>
</nav>
<div class = "header__burger">
<img src="../assets/img/Бургер.png" alt="">
</div>
</div>
</div>
</header>
<div class="intro">
<div class="container">
<div class="intro__wrap">
<div class="intro__block">
<h1 class="intro__title">Running the show has never been so easy.</h1>
<p class="intro__text">Ready to put the human back in HR? Clerksy helps you set the stage with an inclusive and compliant workplace.</p>
</div>
<div class="intro__img">
<img src="./assets/img/Framehumans.svg" alt="icon" class="intro__img">
</div>
</div>
</div>
</div>
</section>
<section class = "second">
<div class = "humans">
<div class="container">
<div class="humans__wrap">
<div class="humans__block1">
<img src="../assets/img/Frame1humans.png" alt="icon" class = "humans__img1">
<div class="humans__block1__texts">
<p class = "humans__title1">Put the human back in HR.</p>
<p class = "humans__text1">Your employees are the real stars. Show the love and help them perform!</p>
</div>
</div>
<div class="humans__block2">
<div class="humans__block2__texts">
<p class = "humans__title2">You don't have to play all the parts.</p>
<p class = "humans__text2">Your employees are the real stars. Show the love and help them perform!</p>
</div>
<img src="../assets/img/Framehumans2.png" alt="icon" class = "humans__img2">
</div>
<div class = "humans__partner__title">We partner with the best</div>
<div class = "humans__partner__imgs">
<img src="./assets/img/Rectanglestripe.png" class = "humans__partner__img1" alt="icon">
<img src="./assets/img/Rectanglegogle.png" class = "humans__partner__img2" alt="icon">
<img src="./assets/img/Rectanglenotion.png" class = "humans__partner__img3" alt="icon">
<img src="./assets/img/Rectanglejidko (1).png" class = "humans__partner__img4" alt="icon">
<img src="./assets/img/Rectangleaircall (1).png" class = "humans__partner__img5" alt="icon">
</div>
</div>
</div>
</div>
</div>
</section>
<section class = "third">
<div class="reasons">
<div class="reasons__wrap">
<div class = "reasons__title">HR Production of the Highest Quality</div>
<div class="reasons__block">
<div class="reasons__block1">
<img src="./assets/img/Frame.png" alt="icon">
<p class = "reasons__block1__text">Educates & Informs<br> Employee Expectations</p>
</div>
<div class="reasons__block2">
<img src="./assets/img/Frame-1.png" alt="icon">
<p class = "reasons__block2__text">Protects Your Business<br> Just in Case</p>
</div>
<div class="reasons__block3">
<img src="./assets/img/Frame-2.png" alt="icon">
<p class = "reasons__block3__text">Manages & Stores<br> Important Documents</p>
</div>
<div class="reasons__block4">
<img src="./assets/img/Frame-3.png" alt="icon">
<p class = "reasons__block4__text">Create a Healthy<br> Work Environment</p>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>