-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (200 loc) · 7.63 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
<!DOCTYPE html>
<html lang="uk">
<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>Студія</title>
<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=Raleway:wght@700&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css"
integrity="sha512-wpPYUAdjBVSE4KJnH1VR1HeZfpl1ub8YT/NKx4PuQ5NmX2tKuGu6U/JRp5y+Y8XG2tV+wKQpNHVUX03MfMFn9Q=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<!-- Шапка -->
<header class="header">
<div class="conteiner header-div">
<nav class="flex nav-header">
<a href="./index.html" class="logo"> <span class="web">Web</span>Studio </a>
<ul class="list flex">
<li>
<a href="./index.html" class="header-link">Студія</a>
</li>
<li>
<a href="./portfolio.html" class="header-link">Портфоліо</a>
</li>
<li>
<a href="/" class="header-link">Контакти</a>
</li>
</ul>
</nav>
<ul class="list flex head-ul">
<!-- Посилання на почту -->
<li class="li-header">
<a href="mailto:[email protected]" class="header-tel">[email protected]</a>
</li>
<!-- Посилання на телефон -->
<li><a href="tel:+380961111111" class="header-tel">+38 096 111 11 11</a></li>
</ul>
</div>
</header>
<!-- Меин -->
<main>
<!-- Секція с кнопкой -->
<section class="hero">
<div class="conteiner">
<h1 class="hero-tittle">
Ефективні рішення для <br />
вашого бізнесу
</h1>
<button type="button" class="hero-button">Замовити послугу</button>
</div>
</section>
<!-- Секція Особливості -->
<section class="section">
<div class="conteiner">
<h2 hidden>Особливості</h2>
<ul class="list flex opportunity">
<li>
<h3 class="tittle-opportunity">УВАГА ДО ДЕТАЛЕЙ</h3>
<p class="text-opportunity">
Ідейні міркування, і навіть початок повсякденної роботи з формування позиції.
</p>
</li>
<li>
<h3 class="tittle-opportunity">ПУНКТУАЛЬНІСТЬ</h3>
<p class="text-opportunity">
Завдання організації, особливо рамки і місце навчання кадрів тягне у себе.
</p>
</li>
<li>
<h3 class="tittle-opportunity">ПЛАНУВАННЯ</h3>
<p class="text-opportunity">
Так само консультація з широким активом значною мірою зумовлює.
</p>
</li>
<li>
<h3 class="tittle-opportunity">СУЧАСНІ ТЕХНОЛОГІЇ</h3>
<p class="text-opportunity">
Значимість цих проблем настільки очевидна, що реалізація планових завдань.
</p>
</li>
</ul>
</div>
</section>
<!-- Секція чим займаемось -->
<section class="section what-we-do">
<div class="conteiner">
<h2 class="tittle-section">Чим ми займаємося</h2>
<ul class="list flex we-do">
<li>
<img
src="./images/Декстопні-додатки.jpg"
alt="Десктопні додатки"
width="370"
height="294"
/>
</li>
<li>
<img
src="./images/Мобільні-додатки.jpg"
alt="Мобільні додатки"
width="370"
height="294"
/>
</li>
<li>
<img
src="./images/Дизайнерські-рішення.jpg"
alt="Дизайнерські рішення"
width="370"
height="294"
/>
</li>
</ul>
</div>
</section>
<!-- Секція Наша Команда -->
<section class="hero-team section">
<div class="conteiner">
<h2 class="tittle-team">Наша команда</h2>
<ul class="list flex">
<li class="list-worker">
<img
src="./images/Product-designer.jpg"
alt="Дизайнер продукту"
width="270"
height="260"
/>
<h3 class="tittle-team-worker">Ігор Дем'яненко</h3>
<p lang="en" class="tittle-worker-text">Product Designer</p>
</li>
<li class="list-worker">
<img
src="./images/Frontend-developer.jpg"
alt="Фронтенд розробник"
width="270"
height="260"
/>
<h3 class="tittle-team-worker">Ольга Рєпіна</h3>
<p lang="en" class="tittle-worker-text">Frontend Developer</p>
</li>
<li class="list-worker">
<img
src="./images/Marketing-company.jpg"
alt="Головний Маркетолог"
width="270"
height="260"
/>
<h3 class="tittle-team-worker">Микола Тарасов</h3>
<p lang="en" class="tittle-worker-text">Marketing</p>
</li>
<li class="list-worker">
<img
src="./images/UI-designer.jpg"
alt="Дизайнер інтерфейсу"
width="270"
height="260"
/>
<h3 class="tittle-team-worker">Михайло Єрмаков</h3>
<p lang="en" class="tittle-worker-text">UI Designer</p>
</li>
</ul>
</div>
</section>
</main>
<!-- Футер -->
<footer class="basement">
<div class="conteiner">
<a href="https://vanvalera.github.io/goit-markup-hw-02/index.html" class="logo-footer">
<span class="web">Web</span>Studio
</a>
<address class="style-address">
<ul class="list">
<li class="item-footer">
<a href="https://goo.gl/maps/cJ9QzEwfVTvkRfvY8" class="list-address"
>м. Київ, пр-т Лесі Українки, 26</a
>
</li>
<li class="item-footer">
<a href="mailto:[email protected]" class="list-tel">[email protected]</a>
</li>
<li class="item-footer">
<a href="tel:+380961111111" class="list-tel">+38 096 111 11 11</a>
</li>
</ul>
</address>
</div>
</footer>
</body>
</html>