-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (486 loc) · 31.3 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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Parallels - clean responsive one page website</title>
<link rel="stylesheet" href="icons/css/fontello.css">
<link rel="stylesheet" href="stylesheets/style.min.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- ************************** header ************************** -->
<header class="header">
<div class="container header__container">
<h1 class="header__brand">
<span class="logo"><a href="#home" class="logo__text">Parallels</a></span>
<button type="button" class="button-toggle button-toggle--visible" aria-expanded="false" title="open/close menu">
<span class="icon-youtubemenu" aria-hidden="true"></span>
<span class="sr-only">Open/close menu</span>
</button>
</h1>
<nav class="header__navbar">
<h2 class="sr-only">Menu</h2>
<ul class="nav nav--closed">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Services</a></li>
<li class="nav__item"><a href="#portfolio" class="nav__link">Portfolio</a></li>
<li class="nav__item"><a href="#pricing" class="nav__link">Pricing</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
<form class="nav__form nav__form--hidden">
<input type="search" class="input nav__input" placeholder="Search...">
<button type="button" class="button-search" aria-expanded="false" title="show/hide search input">
<span class="icon-youtubesearch" aria-hidden="true"></span>
<span class="sr-only">Show/hide search menu</span>
</button>
</form>
</ul>
</nav>
</div>
</header>
<!-- ************************** slider ************************** -->
<section id="home" class="carousel">
<ul class="slider">
<li class="slider__slide slider__slide--active">
<div class="container slider__container">
<h2 class="slider__caption">Welcome to Parallels</h2>
<p class="slider__subcaption">Clean Responsive Parallax Theme</p>
</div>
</li>
<li class="slider__slide">
<div class="container slider__container">
<h2 class="slider__caption">Do you like this clean theme?</h2>
<p class="slider__subcaption">That's great!</p>
</div>
</li>
<li class="slider__slide">
<div class="container slider__container">
<h2 class="slider__caption">Our team</h2>
<p class="slider__subcaption">We are professional progresive team</p>
</div>
</li>
<button type="button" class="slider__button-left" title="Previous slide" aria-label="previous slide"></button>
<button type="button" class="slider__button-right" title="Next slide" aria-label="next slide"></button>
</ul>
</section>
<!-- ************************** services section ************************** -->
<section id="services" class="services">
<div class="container services__container">
<h2 class="services__header">Our Services</h2>
<div class="service hidden">
<span class="service__icon service__icon--web-design" aria-hidden="true"></span>
<h3 class="service__name">WebDesign</h3>
<p class="service__description">Incididunt ea excepteur ad culpa sit. Aliqua aliqua fugiat ea nisi incididunt laborum elit ex irure deserunt esse.</p>
</div>
<div class="service hidden">
<span class="service__icon service__icon--ui-design" aria-hidden="true"></span>
<h3 class="service__name">UIDesign</h3>
<p class="service__description">Aliquip officia labore do culpa proident.Enim reprehenderit culpa occaecat culpa dolor fugiat consequat consequat aute nulla.</p>
</div>
<div class="service hidden">
<span class="service__icon service__icon--prototype" aria-hidden="true"></span>
<h3 class="service__name">Prototype</h3>
<p class="service__description">Duis ea nulla occaecat dolore incididunt. Culpa eu minim commodo duis.</p>
</div>
<div class="service hidden">
<span class="service__icon service__icon--photography" aria-hidden="true"></span>
<h3 class="service__name">Photography</h3>
<p class="service__description">Nostrud minim officia nulla ut adipisicing ea proident. Duis ea nulla occaecat dolore incididunt.</p>
</div>
</div>
</section>
<!-- ************************** clean theme section ************************** -->
<section class="clean-theme">
<div class="container clean-theme__container">
<h2 class="clean-theme__header">Do you like this clean theme?</h2>
<button type="button" class="button button--small button--rounded button--green">Purchase</button>
<button type="button" class="button button--small button--rounded button--cyan">Follow</button>
</div>
</section>
<!-- ************************** portfolio ************************** -->
<section id="portfolio" class="portfolio">
<div class="container">
<h2 class="portfolio__title">Portfolio</h2>
<nav class="portfolio__buttons">
<button type="button" class="button button--small">Web-design</button>
<button type="button" class="button button--small">UI Design</button>
<button type="button" class="button button--small">Prototype</button>
<button type="button" class="button button--small button--active">Photography</button>
</nav>
<div class="container portfolio__photos-container">
<div class="portfolio__image-container">
<img src="images/portfolio_1.jpg" alt="Men uses smartphone sitting on the bench" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Time to relax</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">10</span>
<span class="icon-youtubeheart-empty">223</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_2.jpg" alt="Girl looking at the sea horizont" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Sad girl</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">2</span>
<span class="icon-youtubeheart-empty">5</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_3.jpg" alt="Boy with curly hair and dark eyes looking at the lens" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Little boy</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">76</span>
<span class="icon-youtubeheart-empty">554</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_4.jpg" alt="Girl standing at the sea water" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Beautiful girl</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">19</span>
<span class="icon-youtubeheart-empty">871</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_5.jpg" alt="A little boy and girl stand posing for the photo" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Sweet childrens</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">8</span>
<span class="icon-youtubeheart-empty">41</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_6.jpg" alt="A young men looking down in the park" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Country boy</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">12</span>
<span class="icon-youtubeheart-empty">43</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_7.jpg" alt="Men play guitar sitting on the rock" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">Holidays</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">9</span>
<span class="icon-youtubeheart-empty">18</span>
</span>
</div>
</div>
<div class="portfolio__image-container">
<img src="images/portfolio_8.jpg" alt="Soldier giving children an apple" class="portfolio__photo">
<div class="portfolio__photo-after">
<span class="photo-after__title">American hero</span>
<span class="photo-after__category">photography</span>
<span class="photo-after__stats">
<span class="icon-youtubecomment">1</span>
<span class="icon-youtubeheart-empty">13</span>
</span>
</div>
</div>
</div>
<div class="portfolio__load-more">
<span class="load-more__text">Load more</span>
<button type="button" class="load-more__button">
<span class="load-more__icon-down" aria-label="load more images"></span>
</button>
</div>
</div>
</section>
<!-- ************************** pricing table ************************** -->
<section class="pricing-baner">
<div class="container pricing-baner__container">
<h2 class="pricing-baner__title">Pricing table</h2>
<p class="pricing-baner__subtitle">Clean beautiful flat table</p>
</div>
</section>
<!-- ************************** our price ************************** -->
<section id="pricing" class="our-price">
<div class="container">
<h2 class="our-price__title">Our price</h2>
<div class="our-price__row">
<div class="price-box price-box--wider price-box--dark hidden">
<h3 class="price-box__title">Website hosting</h3>
<p class="price-box__price price-box__price--cyan">$10/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>2x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>1x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--green">Purchase</button>
</div>
<div class="price-box price-box--wider price-box--light hidden">
<h3 class="price-box__title">Reseller cloud</h3>
<p class="price-box__price price-box__price--cyan">$135/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>5x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>10x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--green">Purchase</button>
</div>
<div class="price-box price-box--wider price-box--dark hidden">
<h3 class="price-box__title">Dedicated hosting</h3>
<p class="price-box__price price-box__price--cyan">$235/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>10x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>10x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--green">Purchase</button>
</div>
</div>
<div class="our-price__row">
<div class="price-box price-box--shorter price-box--light hidden">
<h3 class="price-box__title">Website hosting</h3>
<p class="price-box__price price-box__price--graphite">$10/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>2x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>1x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--white">Purchase</button>
</div>
<div class="price-box price-box--shorter price-box--light hidden">
<h3 class="price-box__title">Reseller cloud</h3>
<p class="price-box__price price-box__price--turquoise">$135/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>5x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>10x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--turquoise">Purchase</button>
</div>
<div class="price-box price-box--shorter price-box--light hidden">
<h3 class="price-box__title">Dedicated hosting</h3>
<p class="price-box__price price-box__price--olive">$235/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>10x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>10x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--olive">Purchase</button>
</div>
<div class="price-box price-box--shorter price-box--light hidden">
<h3 class="price-box__title">Website hosting</h3>
<p class="price-box__price price-box__price--white">$10/month</p>
<ul class="price-box__features">
<li class="price-box__feature"><strong>2x </strong>option 1</li>
<li class="price-box__feature"><strong>Free </strong>option 2</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 3</li>
<li class="price-box__feature"><strong>Unlimited </strong>option 4</li>
<li class="price-box__feature"><strong>1x </strong>option 5</li>
</ul>
<button type="button" class="button button--rounded button--graphite">Purchase</button>
</div>
</div>
<aside class="testimonial">
<h3 class="testimonial__title">clients about us</h3>
<blockquote>
<p class="testimonial__text">
Occaecat eu in duis non non occaecat voluptate labore et anim mollit velit. Excepteur est excepteur nulla quis consectetur exercitation ex mollit sit ipsum aute sunt deserunt. Non enim deserunt consectetur tempor deserunt duis mollit aute labore eu. Lorem do tempor officia occaecat.
</p>
<footer>
<cite class="testimonial__author">#perry maliton</cite>
</footer>
</blockquote>
</aside>
</div>
</section>
<!-- ************************** our team baner ************************** -->
<section class="our-team">
<div class="container our-team__container">
<h2 class="our-team__title">Our team</h2>
<p class="our-team__subtitle">We are a professional and progresive team</p>
</div>
</section>
<!-- ************************** about us ************************** -->
<section id="about" class="about-us">
<div class="container about-us__container">
<h2 class="about-us__title">About Us</h2>
<div class="person hidden">
<img src="images/about_1.jpg" alt="Smiling men working on the computer at the office" class="person__photo">
<h3 class="person__name">Mark Cream</h3>
<p class="person__position">Developer</p>
<p class="person__description">Enim aute nulla cillum non Lorem ea cupidatat aliqua ea. Ipsum dolore tempor elit aliqua. Ex et veniam ut quis enim mollit commodo occaecat.</p>
</div>
<div class="person hidden">
<img src="images/about_2.jpg" alt="Smiling woman standing at the office" class="person__photo">
<h3 class="person__name">Olivia Robben</h3>
<p class="person__position">Project Manager</p>
<p class="person__description">Duis deserunt minim ea nostrud. Ut consectetur commodo amet pariatur aliqua commodo tempor velit aliquip.</p>
</div>
<div class="person hidden">
<img src="images/about_3.jpg" alt="Cheerful woman posing for the photo sitting at the computer" class="person__photo">
<h3 class="person__name">Ana Robben</h3>
<p class="person__position">UI Designer</p>
<p class="person__description">Adipisicing reprehenderit in fugiat commodo. Non amet deserunt consectetur in. Ut proident sit exercitation sint ut nulla quis ea voluptate quis.</p>
</div>
<div class="person hidden">
<img src="images/about_4.jpg" alt="Happy asiatic man wrtiting code at the office" class="person__photo">
<h3 class="person__name">Antonio Paramo</h3>
<p class="person__position">Developer</p>
<p class="person__description">Duis laborum sit culpa officia veniam aute. Deserunt sint ipsum ipsum laborum sunt.</p>
</div>
</div>
</section>
<!-- ************************** looked-over baner ************************** -->
<section class="looked-over">
<div class="container looked-over__container">
<h2 class="looked-over__title">You looked over 6000 px</h2>
<p class="looked-over__subtitle">That's great!</p>
</div>
</section>
<!-- ************************** contact ************************** -->
<section id="contact" class="contact">
<div class="container contact__container">
<h2 class="contact__title">Contact Us</h2>
<form class="form">
<legend class="form__legend">Mail</legend>
<div class="form__group">
<label for="name" class="sr-only">Name</label>
<input type="text" class="form__control form__name" id="name" placeholder="Name" required>
<label for="email" class="sr-only">Mail</label>
<input type="email" class="form__email form__control" id="email" placeholder="Mail" required>
<label for="message" class="sr-only">Message</label>
</div>
<textarea rows="7" class="form__control form__textarea" id="message" placeholder="Message" required></textarea>
<button type="submit" class="button button--cyan">Submit mail</button>
</form>
<aside class="more-info">
<div class="more-info__title">More info</div>
<a href="tel:2(555)8885550320" class="more-info__element">2 (555) 888 555 03 20</a>
<a href="mailto:[email protected]" class="more-info__element">[email protected]</a>
<p class="more-info__element more-info__skype">
<span class="more-info__skype--thin">skype: </span>username
</p>
<p class="more-info__element more-info__contact-person">John Dowl</p>
<p class="more-info__element more-info__address">Salt Lake City. UT<br>87550</p>
<button type="button" class="button button--cyan">Purchase</button>
</aside>
</div>
</section>
<!-- ************************** looked-over baner ************************** -->
<section class="socials">
<div class="container socials__container">
<h2 class="socials__title">Connect with us</h2>
<p class="socials__subtitle">Follow us on social networks</p>
<div class="socials__icons-wrapper">
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M48.1 47.7c0 0 0 0-0.1 0 0 0 0 0-0.1 0 -6 0-11.2-1.5-14.3 1.3 -1.9 1.7-2.6 3.8-2.6 6 0 9.3 7.4 10.4 16.9 10.4h0.1c9.5 0 16.9-1.1 16.9-10.4 0-2.2-0.8-4.3-2.6-6C59.3 46.2 54 47.7 48.1 47.7zM40 60.4c-1.8 0-3.3-2-3.3-4.5s1.5-4.5 3.3-4.5 3.3 2 3.3 4.5S41.8 60.4 40 60.4zM56 60.4c-1.8 0-3.3-2-3.3-4.5s1.5-4.5 3.3-4.5c1.8 0 3.3 2 3.3 4.5S57.8 60.4 56 60.4zM48 0C21.5 0 0 21.5 0 48s21.5 48 48 48c26.5 0 48-21.5 48-48S74.5 0 48 0zM52.4 67.7c-0.9 0-2.6 0-4.4 0 -1.8 0-3.5 0-4.4 0 -3.8 0-18.9-0.3-18.9-18.4 0-4.2 1.4-7.2 3.8-9.8 -0.4-0.9-0.4-6.2 1.6-11.2 0 0 4.6 0.5 11.5 5.3 1.5-0.4 3.9-0.6 6.4-0.6 2.5 0 4.9 0.2 6.4 0.6 6.9-4.8 11.5-5.3 11.5-5.3 2 5 2 10.3 1.6 11.2 2.3 2.5 3.8 5.6 3.8 9.8C71.2 67.4 56.2 67.7 52.4 67.7z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M48 0C21.5 0 0 21.5 0 48s21.5 48 48 48 48-21.5 48-48S74.5 0 48 0zM35.2 58.1c-5.5 0-9.9-4.5-9.9-10.1s4.4-10.1 9.9-10.1 9.9 4.5 9.9 10.1S40.6 58.1 35.2 58.1zM60.8 58.1c-5.5 0-9.9-4.5-9.9-10.1s4.4-10.1 9.9-10.1c5.5 0 9.9 4.5 9.9 10.1S66.3 58.1 60.8 58.1z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 512 512"><path class="socials__path" d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM406.4 219.1c-17 95.6-111.9 176.6-140.4 195.2 -28.5 18.5-54.6-7.4-64-27 -10.8-22.4-43.2-143.5-51.7-153.5 -8.5-10-33.9 10-33.9 10l-12.3-16.2c0 0 51.7-61.7 91-69.4 41.7-8.2 41.6 64 51.7 104.1 9.7 38.8 16.2 61 24.7 61 8.5 0 24.7-21.6 42.4-54.8 17.8-33.2-0.8-62.5-35.5-41.6C292.3 143.5 423.4 123.4 406.4 219.1z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M48 0C21.5 0 0 21.5 0 48c0 26.5 21.5 48 48 48 26.5 0 48-21.5 48-48C96 21.5 74.5 0 48 0zM67.5 39.3c0 0.4 0 0.8 0 1.2 0 12.5-9.5 26.9-26.9 26.9 -5.3 0-10.3-1.6-14.5-4.2 0.7 0.1 1.5 0.1 2.3 0.1 4.4 0 8.5-1.5 11.7-4 -4.1-0.1-7.6-2.8-8.8-6.6 0.6 0.1 1.2 0.2 1.8 0.2 0.9 0 1.7-0.1 2.5-0.3 -4.3-0.9-7.6-4.7-7.6-9.3 0 0 0-0.1 0-0.1 1.3 0.7 2.7 1.1 4.3 1.2 -2.5-1.7-4.2-4.6-4.2-7.9 0-1.7 0.5-3.4 1.3-4.8 4.7 5.7 11.6 9.5 19.5 9.9 -0.2-0.7-0.2-1.4-0.2-2.2 0-5.2 4.2-9.5 9.5-9.5 2.7 0 5.2 1.1 6.9 3 2.2-0.4 4.2-1.2 6-2.3 -0.7 2.2-2.2 4.1-4.2 5.2 1.9-0.2 3.7-0.7 5.4-1.5C71 36.3 69.4 38 67.5 39.3z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M48 0C21.5 0 0 21.5 0 48c0 26.5 21.5 48 48 48s48-21.5 48-48C96 21.5 74.5 0 48 0zM59.4 33.2h-7.2c-0.9 0-1.8 1.1-1.8 2.6v5.2h9v7.4h-9v22.3h-8.5V48.4h-7.7v-7.4h7.7v-4.4c0-6.3 4.4-11.4 10.3-11.4h7.2L59.4 33.2 59.4 33.2z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M43.5 34.4c-1.2-4.2-3.2-5.5-6.2-5.5 -0.3 0-0.7 0-1 0.1 -1.3 0.4-2.4 1.5-2.9 3.1 -0.6 1.7-0.6 3.4-0.1 5.3 0.9 3.5 3.4 6 5.9 6 0.3 0 0.7 0 1-0.1C42.9 42.6 44.6 38.4 43.5 34.4zM48 0C21.5 0 0 21.5 0 48c0 26.5 21.5 48 48 48 26.5 0 48-21.5 48-48C96 21.5 74.5 0 48 0zM45.2 68.6c-3 1.5-6.3 1.6-7.5 1.6 -0.2 0-0.4 0-0.4 0 0 0-0.1 0-0.2 0 -2 0-11.7-0.4-11.7-9.3 0-8.7 10.6-9.4 13.9-9.4l0.1 0c-1.9-2.5-1.5-5-1.5-5 -0.2 0-0.4 0-0.7 0 -1.2 0-3.6-0.2-5.6-1.5 -2.5-1.6-3.7-4.3-3.7-8.1 0-10.7 11.6-11.1 11.7-11.1h11.6v0.3c0 1.3-2.3 1.5-3.9 1.8 -0.5 0.1-1.6 0.2-1.9 0.3 2.9 1.6 3.4 4 3.4 7.7 0 4.2-1.6 6.4-3.4 8 -1.1 1-1.9 1.7-1.9 2.7 0 1 1.2 2 2.5 3.2 2.2 1.9 5.2 4.6 5.2 9.1C51.1 63.4 49.1 66.7 45.2 68.6zM70.6 48h-7.6v7.6H58.3v-7.6h-7.6v-4.8h7.6v-7.6h4.8v7.6h7.6V48zM39.1 53.8c-0.3 0-0.5 0-0.8 0 -2.2 0.2-4.3 1-5.8 2.3 -1.5 1.3-2.2 3-2.1 4.7 0.2 3.5 4 5.6 8.7 5.3 4.6-0.3 7.6-3 7.4-6.5C46.3 56.3 43.4 53.8 39.1 53.8z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="40" height="40"><path class="socials__path" d="M48 0C21.5 0 0 21.5 0 48c0 26.5 21.5 48 48 48 26.5 0 48-21.5 48-48C96 21.5 74.5 0 48 0zM51.3 59.4c-3.1-0.2-4.4-1.8-6.8-3.2 -1.3 7-2.9 13.6-7.7 17.1 -1.5-10.5 2.2-18.4 3.9-26.8 -2.9-4.9 0.4-14.7 6.5-12.3 7.5 3-6.5 18.1 2.9 20 9.8 2 13.8-17.1 7.7-23.2 -8.8-8.9-25.6-0.2-23.6 12.6 0.5 3.1 3.7 4.1 1.3 8.4 -5.6-1.2-7.3-5.7-7.1-11.6 0.3-9.7 8.7-16.5 17.1-17.4 10.6-1.2 20.6 3.9 22 13.9C69 48.1 62.6 60.3 51.3 59.4z"/></svg>
</a>
<a href="" class="socials__icon-link hidden">
<svg class="socials__svg" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 49.7 49.7"><path class="socials__path" d="M24.8 0C11.1 0 0 11.1 0 24.8c0 13.7 11.1 24.8 24.8 24.8 13.7 0 24.8-11.1 24.8-24.8C49.7 11.1 38.5 0 24.8 0zM33.2 36.7c-1.1 0.5-2.2 0.9-3.1 1.1 -0.9 0.2-1.9 0.3-3 0.3 -1.2 0-2-0.2-2.9-0.5 -0.9-0.3-1.8-0.8-2.4-1.3 -0.7-0.6-1.1-1.2-1.4-1.8 -0.3-0.6-0.4-1.6-0.4-2.8v-9.5h-3.7v-3.8c1.1-0.3 2.3-0.8 3-1.5 0.8-0.6 1.4-1.4 1.8-2.3 0.5-0.9 0.8-2 0.9-3.4h3.8v6.2h6.2v4.8h-6.2v6.9c0 1.6 0 2.5 0.1 2.9 0.2 0.4 0.6 0.9 1 1.2 0.6 0.4 1.3 0.5 2 0.5 1.4 0 2.7-0.4 4.1-1.3v4.3H33.2L33.2 36.7z"/></svg>
</a>
</div>
</div>
</section>
<!-- ************************** recent-activity ************************** -->
<section class="recent-activity">
<div class="container recent-activity__container">
<h2 class="sr-only">Recent activity</h2>
<section class="recent-box">
<h3 class="recent-box__title">Recent tweets</h3>
<article class="tweet">
<h4 class="tweet__title"><a href="" class="tweet__author"><span class="icon-youtubetwitter tweet__icon" aria-label="links to the tweet's author"></span>booty</a><time pubdate datetime="2013-10-13">, 15.10.2013</time></h4>
<p class="tweet__text">Esse sit quis in incididunt laboris Lorem officia ullamco. <a href="#" class="tweet__text--linked">Ad deserunt</a> incididunt sunt reprehenderit ad exercitation eiusmod ad ea velit.</p>
</article>
<article class="tweet">
<h4 class="tweet__title"><a href="" class="tweet__author"><span class="icon-youtubetwitter tweet__icon" aria-label="links to the tweet's author"></span>booty</a><time pubdate datetime="2013-10-09">, 9.10.2013</time></h4>
<p class="tweet__text">Veniam aliquip mollit non reprehenderit ex reprehenderit tempor consectetur et elit nulla.</p>
</article>
</section>
<section class="recent-box">
<h3 class="recent-box__title">Recent posts</h3>
<article class="post">
<h4><time pubdate datetime="2013-10-15">15.10.2013</time></h4>
<p class="post__text">Dolore dolore sit minim anim nisi elit. Fugiat non ipsum fugiat quis.</p>
</article>
<article class="post">
<h4><time pubdate datetime="2013-10-15">9.10.2013</time></h4>
<p class="post__text">Non fugiat amet dolor irure sit ad consequat quis magna ullamco ad excepteur.</p>
</article>
<article class="post">
<h4><time pubdate datetime="2013-10-15">7.10.2013</time></h4>
<p class="post__text">Duis anim ut ad mollit velit aliqua labore ea sit pariatur occaecat ea.</p>
</article>
</section>
<section class="recent-box photo-box">
<h3 class="recent-box__title photo-box__title">Photo stream</h3>
<a href="#" class="photo-box__link"><img src="images/recent_1.jpg" alt="Lake in yellow and blue colors" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_2.jpg" alt="Bunch of cherries hanging on a tree" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_3.jpg" alt="Sea coast" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_4.jpg" alt="White flower" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_5.jpg" alt="Ship in harbor" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_6.jpg" alt="Galloping horse" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_1.jpg" alt="Lake in yellow and blue colors" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_2.jpg" alt="Bunch of cherries hanging on a tree" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_3.jpg" alt="Sea coast" class="photo-box__img"></a>
<a href="#" class="photo-box__link"><img src="images/recent_4.jpg" alt="White flower" class="photo-box__img"></a>
</section>
</div>
</section>
<!-- ************************** footer ************************** -->
<footer class="footer">
<div class="container footer__container">
<span class="logo"><a href="#" class="logo__text">Parallels</a></span>
<div class="footer__contact-wrapper">
<span class="footer__contact-element">2 (555) 888 555 03 20</span>
<span class="footer__contact-element">[email protected]</span>
<span class="footer__contact-element footer__skype"><span class="footer__skype--thin">skype: </span>username</span>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>