generated from Jeadine29/goit-markup-hw-03
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (290 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homework 4</title>
<link rel="stylesheet" href="node_modules/modern-normalize/modern-normalize.css">
<link rel="stylesheet" href="./css/styles.css">
<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@800&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<nav class="header-navigation">
<h4><a class="header-logo" href="webstudio"><span class="logo">WEB</span><span
class="studio-navy">STUDIO</span></a></h4>
<ul class="header-list">
<li class="header-item"><a class="header-link link" href="studio.html">Studio</a></li>
<li class="header-item"><a class="header-link link" href="portfolio.html">Portfolio</a></li>
<li class="header-item"><a class="header-link link" href="contacts.html">Contacts</a></li>
</ul>
</nav>
<!-- Contacts- Info -->
<div class="contact-info">
<ul class="header-contacts">
<li class="contacts"><a class="email" href="email">info@devstudio.com</a></li>
<li class="contacts"><a class="number" href="number">+11 (000) 111-11-11</a></li>
</ul>
</div>
</header>
<main>
<section class="hero-section">
<div class="main-hero">
<h1 class="hero">Effective Solution <br>for Your Business</h1>
<button class="hero-btn">Order Service</button>
</div>
</section>
<section class="content">
<div class="hero-content">
<ul class="content-list">
<li class="feature">
<div class="hero-icon">
<svg class="icons">
<use href="./images/icons.svg#antenna-1"></use>
</svg>
</div>
<h3>Strategy</h3>
<p>Our goal is to identify the business problem to walk away with the perfect and creative
solution.</p>
</li>
<li class="feature">
<div class="hero-icon">
<svg class="icons">
<use href="./images/icons.svg#clock-1"></use>
</svg>
</div>
<h3>Punctuality</h3>
<p>Bring the key message to the brand's audience for the best price within the shortest possible
time.</p>
</li>
<li class="feature">
<div class="hero-icon">
<svg class="icons">
<use href="./images/icons.svg#diagram-1"></use>
</svg>
</div>
<h3>Diligence</h3>
<p>Research and confirm brands that present the strongest digital growth opportunities and
minimizerisk.</p>
</li>
<li class="feature">
<div class="hero-icon">
<svg class="icons">
<use href="./images/icons.svg#astronaut-1"></use>
</svg>
</div>
<h3>Technologies</h3>
<p>Design practice focused on digital experiences. We bring forth a deep passion for problem
solving.</p>
</li>
</ul>
</div>
</section>
<section class="works">
<h2 class="work">What Are We Doing</h2>
<div class="portfolio-grid">
<ul class="work-list">
<li><img src="images/img1(1).jpg" alt="Data analysis graph" width="360"></li>
<li><img src="images/img2(1).jpg" alt="Communication icon" width="360"></li>
<li><img src="images/img3(1).jpg" alt="Website screenshot" width="360"></li>
</ul>
</div>
</section>
<section class="teams">
<h2 class="team">Our Team</h2>
<div class="team-grid">
<ul class="team-list">
<li class="team-card1"><img src="images/img(1).jpg" alt="Mark Guerrero - Product Designer">
<div class="card">
<h3>Mark Guerrero</h3>
<p>Product Designer</p>
<div class="team-socials">
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#instagram-2"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#twitter-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#facebook-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#linkedin-1"></use>
</svg>
</a>
</div>
</div>
</li>
<li class="team-card2"><img src="images/img(2).jpg" alt="Tom Ford - Frontend Developer">
<div class="card">
<h3>Tom Ford</h3>
<p>Frontend Developer</p>
<div class="team-socials">
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#instagram-2"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#twitter-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#facebook-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#linkedin-1"></use>
</svg>
</a>
</div>
</div>
</li>
<li class="team-card3"><img src="images/img(3).jpg" alt="Camila Garcia - Marketing">
<div class="card">
<h3>Camila Garcia</h3>
<p>Marketing</p>
<div class="team-socials">
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#instagram-2"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#twitter-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#facebook-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#linkedin-1"></use>
</svg>
</a>
</div>
</div>
</li>
<li class="team-card4"><img src="images/img(4).jpg" alt="Daniel Wilson - UI Designer">
<div class="card">
<h3>Daniel Wilson</h3>
<p>UI Designer</p>
<div class="team-socials">
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#instagram-2"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#twitter-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#facebook-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#linkedin-1"></use>
</svg>
</a>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="customers">
<h2 class="customer">Customers</h2>
<div class="customers-logo">
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo-6"></use>
</svg>
</a>
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo-4"></use>
</svg>
</a>
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo-5"></use>
</svg>
</a>
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo-2"></use>
</svg>
</a>
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo"></use>
</svg>
</a>
<a class="logo-icons">
<svg class="customers-icon">
<use href="./images/icons.svg#Logo-1"></use>
</svg>
</a>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<h4><a class="footer-logo" href="webstudio"><span class="logo">WEB</span><span
class="studio-white">STUDIO</span></a></h4>
<p class="footer-text">Increase the flow of customers and <br>sales for your business with digital
<br>marketing & growth solutions.
</p>
</div>
<div class="footer-social">
<div class="social">
<h4><a class="social-header">Social Media</a></h4>
</div>
<div class="footer-links">
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#instagram-2"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#twitter-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#facebook-1"></use>
</svg>
</a>
<a class="socials">
<svg class="socials-icon">
<use href="./images/icons.svg#linkedin-1"></use>
</svg>
</a>
</div>
</div>
</footer>
</body>
</html>