-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
456 lines (397 loc) · 26.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css" integrity="sha256-WAgYcAck1C1/zEl5sBl5cfyhxtLgKGdpI3oKyJffVRI=" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="page ">
<div class="top-section ">
<header class="header ">
<div class="logo ">
<img class="logo__image " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon.png " alt="logo ">
<div class="logo__text ">
<div class="logo__name ">Foundation</div>
<div class="logo__description ">Startup landing template</div>
</div>
</div>
<nav class="navigation ">
<a href="index.html " class="navigation__item navigation__item-selected ">Home</a>
<a href="stories-page/stories.html" class="navigation__item ">Stories</a>
<a href="# " class="navigation__item ">Library <img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/arrow.png" alt="arrow"></a>
</nav>
<button class="action-button header__button ">Get Started</button>
<button class="header__menu-button ">
<span class="header__menu-icon "></span>
</button>
</header>
<!-- Headline -->
<section class="headline ">
<div class="headline__content ">
<h1 class="headline__title ">Build stunning websites & apps.</h1>
<p class="headline__description ">Create live segments and target the right people for messages based on their behaviors.</p>
<div class="headline__actions ">
<button class="action-button headline__actions-btn ">Get Started</button>
<button class="headline__learn-more-btn headline__actions-btn ">Learn More</button>
</div>
</div>
<img class="headline__banner " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/ouch.png " alt="Headline Banner ">
</section>
</div>
<!-- About -->
<section class="about ">
<article class="article ">
<h4 class="article__title ">
What is it about?
</h4>
<p class="article__text ">
Building a website for a startup that looks amazing is not a rocket science anymore.</p>
</article>
<article class="article ">
<h4 class="article__title ">
Who is it for?
</h4>
<p class="article__text ">
Startups, small companies and teams, entrepreneurs and web developers.</p>
</article>
</section>
<!-- Customers -->
<section class="customers ">
<div class="customers__row ">
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-nyt.png " alt="New York Times Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-forbes.png " alt="forbes Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-apple.png " alt="Apple Logo ">
</div>
</div>
<div class="customers__row ">
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-mashable.png " alt="Mashable Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-wsj.png " alt="WSJ Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-google.png " alt="Google Logo ">
</div>
</div>
</section>
<!-- Features - Mobile -->
<section class="tips ">
<div class="tip ">
<span class="tip__subtitle ">Acquire Customers</span>
<h3 class="tip__title ">Easily find leads and customers</h3>
<p class="tip__description ">Send one-off and automated email, push, and in-app messages to people. Create better stories.</p>
<figure class="tip__decoration ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/tip-asquire-customer.png " alt="Acquire Customers " class="tip__image-caption ">
<figcaption class="tip__image-caption ">A better way to acquire new users</figcaption>
</figure>
</div>
<div class="tip ">
<span class="tip__subtitle ">Engage Users</span>
<h3 class="tip__title ">Engage with your audience</h3>
<p class="tip__description ">Send one-off and automated email, push, and in-app messages to people. Create better stories.</p>
<figure class="tip__decoration ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/tip-engage-user.png " alt="Acquire Customers " class="tip__image-caption ">
<figcaption class="tip__image-caption ">Knowledge base and smart self-service</figcaption>
</figure>
</div>
<div class="tip ">
<span class="tip__subtitle ">Support</span>
<h3 class="tip__title ">The best customer experiences</h3>
<p class="tip__description ">A beautifully simple system for tracking, prioritizing, and solving customer support tickets.</p>
<figure class="tip__decoration ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/tip-support.png " alt="Acquire Customers " class="tip__image-caption ">
<figcaption class="tip__image-caption ">A better way to acquire new users</figcaption>
</figure>
</div>
</section>
<!-- Features - Desktop -->
<section class="features ">
<img class="features__left-decoration " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/hidden-ouch.png " alt="Half Hidden Head ">
<div class="features__content ">
<div class="features__column ">
<h4 class="features__subtitle ">Features</h4>
<h2 class="features__title ">Easily find leads and customers</h2>
<p class="features__description ">Send one-off and automated email, push, and in-app messages to people. Create better stories.</p>
<div class="features__advantage-header ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-compas.png " alt="Compas ">
<h5 class="features__advantage-title ">Acquire new customers</h5>
</div>
<p class="features__advantage-description ">
Everything you need to start building – including open-source code, documentation.
</p>
<div class="features__advantage-item ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-building.png " alt="Icon building ">
<span class="features__advantage-item-text ">Engage users</span>
</div>
<div class="features__advantage-item ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-bucket.png " alt="Icon bucket ">
<span class="features__advantage-item-text ">Develop across platforms</span>
</div>
</div>
</div>
<img class="features__banner " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/invision-screen.png " alt="Invision Screen ">
</section>
<!-- Team Box -->
<section class="inbox ">
<figure class="inbox__figure ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/wheel.png " alt="inbox " class="inbox__figure__image " id="inbox__photo ">
<figcaption>Connect with customers and grow faster</figcaption>
</figure>
<div class="inbox__content ">
<div class="inbox__inbox ">
<div class="inbox__inbox__title ">
<div class="inbox__inbox__title-m ">Team Inbox</div>
<div class="inbox__inbox__title-s ">Manage conversations</div>
</div>
<div class="inbox__inbox__descr ">One place to manage and respond to all conversations with leads and users. Receive messages from leads.</div>
</div>
<div class="inbox__review review ">
<div class="inbox__review__descr ">“Great widgets. Great selection. Great design and easy to implement. Definitely a huge time saver for a web developer!”</div>
<div class="inbox__review__people ">
<img class="inbox__review__people-img " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/user-avatar.png " alt="foto "></img>
<div class="inbox__review__people__name ">
<h4 class="inbox__review__people__name__title ">Viella Malkovich</h4>
<div class="inbox__review__people__name__who ">Creative Director at Johnson</div>
</div>
</div>
</div>
</div>
</section>
<!-- Phone -->
<section class="communication ">
<div class="communication__container ">
<div class="communication__call ">
<div class=" communication__content ">
<h4 class="communication__content-title ">Communicate Better</h4>
<div class="communication__content-subtitle ">Built for busy small teams</div>
<div class="communication__content-dscr ">Three products that can be used independently or combined together for your company’s needs.</div>
<div class="action-button communication__content-btn ">Get Started</div>
</div>
<figure class="communication__img ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/hand-with-phone.png " alt="Phone " class="communication__img-image ">
<figcaption>A better way to acquire new users</figcaption>
</figure>
</div>
<!-- <div class="phn__line hide_desktop "></div> -->
<div class="communication__info ">
<div class="communication__info__content ">
<div class="communication__info__text "><span class="communication__info__span ">Subscriptions.</span> Foundation works with the tools and services you already use every day.
</div>
<a href="# " class="communication__info__link ">Learn more about subscriptions</a>
</div>
<div class="communication__info__content ">
<div class="communication__info__text "><span class="communication__info__span ">Felxible Hours.</span> Get started with our simple snippet of JavaScript or easy to install SDKs for iOS and Android.
</div>
<a href="# " class="communication__info__link ">Learn more about subscriptions</a></div>
<div class="communication__info__content ">
<div class="communication__info__text "><span class="communication__info__span ">Fast Communication.</span> We offer measures like 2FA and SSO to ensure the safety of your data.
</div>
<a href="# " class="communication__info__link ">Communication guidelines</a></div>
</div>
</div>
</section>
<!-- Engage Visitors -->
<section class="audience ">
<div class="audience__visitors ">
<h4 class="audience__visitors__title ">Engage Visitors</h4>
<div class="audience__visitors__subtitle ">Understand your audience</div>
<div class="audience__visitors__descr ">Early stage company? Eligible applicants get all of our products for just $49 a month.</div>
<div class="btn-conteiner ">
<button class="action-button audience-btn ">Get Started</button>
<button class="audience__visitors__additional-btn ">Learn More</button>
</div>
</div>
<div class="audience__type ">
<figure class="audience__type__block user-card ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/user-1.png " alt="Face " class="audience__type__block__img ">
<figcaption>Developers</figcaption>
</figure>
<figure class="audience__type__block user-card ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/user-2.png " alt="TV " class="audience__type__block__img ">
<figcaption>Entertainment</figcaption>
</figure>
<figure class="audience__type__block user-card ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/user-3.png " alt="Man with letter " class="audience__type__block__img ">
<figcaption>Athletes</figcaption>
</figure>
<figure class="audience__type__block user-card ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/user-4.png " alt="Lamp idea " class="audience__type__block__img ">
<figcaption>Creators</figcaption>
</figure>
</div>
</section>
<!-- Green ball -->
<section class="feedback ">
<!-- <div class="customers ">
<div class="customers__row ">
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-nyt.png " alt="New York Times Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-forbes.png " alt="forbes Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-apple.png " alt="Apple Logo ">
</div>
</div>
<div class="customers__row ">
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-mashable.png " alt="Mashable Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-wsj.png " alt="WSJ Logo ">
</div>
<div class="customers__item ">
<img class="customers__logo " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/logo-google.png " alt="Google Logo ">
</div>
</div>
</div> -->
<div class="feedback__line "></div>
<h4 class="feedback__title ">
<!-- <div class="feedback__line "></div> -->
Trusted by the world’s most innovative businesses – big and small
</h4>
<div class="feedback__descr ">
“Comprehensive set of startup tools for all imaginable entrepreneurial needs. Create landing pages, send emails, find freelancers. Perfect for sales, marketing, and support”
</div>
<div class="feedback__name ">
Viella Malkovich
</div>
<div class="feedback__who ">
Creative Director at Johnson
</div>
<div class="feedback__ball ">
<span class="feedback__ball__blue "></span>
<span class="feedback__ball__blue "></span>
<span class="feedback__ball__blue "></span>
</div>
<div class="feedback__img ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/balloon.png " alt="Green Ball " class="feedback__img__image ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/balloon.png " alt="Green Ball " class="feedback__img__hide ">
</div>
</section>
<!-- We are hiring -->
<div class="hiring__line "></div>
<section class="hiring ">
<h2 class="hiring__title ">We’re hiring</h2>
<div class="hiring__descr ">We’re a team of lifelong learners. We’re equal parts left and right brained.</div>
<button class="action-button hiring ">More about Company</button>
<div class="hiring__block vacancy ">
<div class="hiring__it ">
<div class="hiring__it__profes ">
<div class="hiring__it__profes__which ">Front-End Developer</div>
<div class="hiring__it__profes__where ">Los Angeles / Remote</div>
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right-white.png " alt="arrow " class="hiring__it__arrow__imgh ">
</div>
<div class="hiring__it__arrow "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right.png " alt="arrow " class="hiring__it__arrow__img "></div>
</div>
<div class="hiring__it vacancy ">
<div class="hiring__it__profes ">
<div class="hiring__it__profes__which ">Community Manager</div>
<div class="hiring__it__profes__where ">New York / Full-Time</div>
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right-white.png " alt="arrow " class="hiring__it__arrow__imgh ">
</div>
<div class="hiring__it__arrow "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right.png " alt="arrow " class="hiring__it__arrow__img "></div>
</div>
<div class="hiring__it vacancy ">
<div class="hiring__it__profes ">
<div class="hiring__it__profes__which ">Front-End Developer</div>
<div class="hiring__it__profes__where ">UX/UI Designer</div>
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right-white.png " alt="arrow " class="hiring__it__arrow__imgh ">
</div>
<div class="hiring__it__arrow "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-arrow-right.png " alt="arrow " class="hiring__it__arrow__img "></div>
</div>
</div>
</section>
<!-- Order -->
<section class="order ">
<img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/illustration-window.png " alt="Window " class="order__illustration ">
<div class="order__details ">
<h3 class="order__title ">Built for busy small teams</h3>
<p class="order__text ">Three products that can be used independently or combined together for your company’s needs.</p>
<p class="order__text-l ">Three products that can be used independently or combined together for your company’s needs.</p>
<form class="order__form ">
<input type="email " class="order__email " placeholder="Enter your email ">
<button class="action-button order__button ">Get Started</button>
</form>
<p class="order__terms ">Free 14-day trial · Easy setup · Cancel any time. Check out
<a class="order__terms-link " href="# ">Terms of Use.</a>
</p>
</div>
</section>
<!-- Footer -->
<footer class="footer ">
<div class="footer-navigation ">
<div class="about-company ">
<div class="logo ">
<img class="logo__img " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-dark.png " alt="logo " />
<div class="logo__text ">
<div class="logo__name ">Foundation</div>
<div class="logo__description ">Startup landing template</div>
</div>
</div>
<div class="logo-vertical ">
<img class="logo-vertical__img " src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-dark.png " alt="logo " />
<div class="logo-vertical__text ">
<div class="logo-vertical__name ">Foundation</div>
<div class="logo-vertical__description ">Startup landing template</div>
</div>
</div>
<p class="footer-description ">
Foundation is a website template for startups and small teams. It helps to build a website in no time.
</p>
<div class="downloads ">
<a class="downloads__item " href="https://www.apple.com " target="_blank "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/app-store.png " alt="App Store Link "></a>
<a href="https://play.google.com " target="_blank "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/google-play.png " alt="Google Play Link "></a>
</div>
</div>
<div class="footer-line hide_desktop "></div>
<div class="additional-navigation ">
<div class="additional-navigation__column nav-links ">
<h3 class="nav-links__title ">Product</h3>
<ul class="nav-links__list ">
<li class="nav-links__item "><a href="# ">Acquire Users</a></li>
<li class="nav-links__item "><a href="# ">Content Marketing</a></li>
<li class="nav-links__item "><a href="# ">Website Templates</a></li>
<li class="nav-links__item "><a href="# ">Customer Management</a></li>
<li class="nav-links__item "><a href="# ">Virtual Inbox</a></li>
</ul>
</div>
<div class="additional-navigation__column nav-links ">
<h3 class="nav-links__title ">Company</h3>
<ul class="nav-links__list ">
<li class="nav-links__item "><a href="# ">About Foundation</a></li>
<li class="nav-links__item "><a href="# ">Brand Guidelines</a></li>
<li class="nav-links__item "><a href="# ">Press Kit</a></li>
<li class="nav-links__item "><a href="# ">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-line hide_mobile "></div>
<div class="footer-links ">
<nav class="terms ">
<a class="terms__items " href="# ">Terms</a>
<a class="terms__items " href="# ">Privacy</a>
<a class="terms__items " href="# ">License</a>
</nav>
<div class="social-links ">
<a class="social-links__item " href="https://www.twitter.com " target="_blank "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-twitter.png " alt="Twitter Link "></a>
<a class="social-links__item " href="https://www.facebook.com " target="_blank "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-fb.png " alt="Facebook Link "></a>
<a class="social-links__item " href="https://www.linkedin.com " target="_blank "><img src="https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-linkedIn.png " alt="Linkedin Link "></a>
</div>
</div>
</footer>
</div>
</body>
</html>