-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
519 lines (493 loc) · 28.6 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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Piroll Design</title>
<link rel="shortcut icon" type="image/x-icon" href="img/intro/icon.ico">
<link rel="stylesheet" href="styles/firstLoad_mainPage.css">
</head>
<body>
<div class="intro" id="intro">
<div class="container">
<header class="header">
<div class="header__wrapper">
<div id="header__logo" class="header__logo">
<img class="header__logoImg" src="img/intro/logo.svg" alt="logo">
</div>
<div class="header__menu">
<a class="header__menuItem header__menuItem_active" href="#">home</a>
<a class="header__menuItem" href="about.html">about</a>
<a rel="m_PageScroll2id" class="header__menuItem" href="#works">work</a>
<a rel="m_PageScroll2id" class="header__menuItem" href="#video">process</a>
<a rel="m_PageScroll2id" class="header__menuItem" href="#services">services</a>
<a rel="m_PageScroll2id" class="header__menuItem" href="#testimonials">testimonials</a>
<a class="header__menuItem" href="contact.html">contact</a>
</div>
<div id="header__menuIcon">
<span class="header__iconItem"></span>
<span class="header__iconItem"></span>
<span class="header__iconItem"></span>
<span class="header__iconItem"></span>
</div>
</div>
</header>
<div class="intro__innerContainer">
<h1 class="intro__title">We Design and Develop</h1>
<p class="intro__text">We are a new design studio based in USA. We have over
20 years of combined experience, and know a thing or two
about designing websites and mobile apps.</p>
<div class="button"><a rel="m_PageScroll2id" href="#contactUs">CONTACT US</a></div>
</div>
</div>
</div>
<section class="aboutUs">
<h2 class="aboutUs__title">About Us</h2>
<p class="aboutUs__text">Divide have don't man wherein air fourth. Own itself make have night won't make.<br>
A you under Seed appear which good give. Own give air without fowl moveth dry first
heaven fruit, dominion she'd won't very all.
</p>
<img src="img/aboutUs/signature.webp" alt="#" class="aboutUs__img">
</section>
<section class="skills">
<div class="skills__infoBlock">
<div class="skills__containerInner" id="skills__containerInner">
<h2 class="skills__title">Professional Skills</h2>
<p class="skills__item">UX DESIGN<span class="skills__number" data-num2="75">0</span><span>%</span></p>
<p class="skills__item">WEB DEVELOPMENT<span class="skills__number"
data-num2="90">0</span><span>%</span></p>
<p class="skills__item">MARKETING<span class="skills__number" data-num2="65">0</span><span>%</span></p>
</div>
</div>
<div class="skills__pictureBlock">
<img class="skills__img lazyload" data-src="img/skills/img2.webp" alt="#">
</div>
</section>
<div class="statistic" id="statistic">
<div class="container">
<div class="statistic__flexWrapper" id="counter">
<div class="statistic__item">
<p class="statistic__icon fas fa-briefcase"></p>
<div class="statistic__textBlock">
<p class="statistic__number" data-num="548">0</p>
<p class="statistic__text">PROJECTS COMPLETED</p>
</div>
</div>
<div class="statistic__item">
<p class="statistic__icon far fa-clock"></p>
<div class="statistic__textBlock">
<p class="statistic__number" data-num="1465">0</p>
<p class="statistic__text">WORKING HOURS</p>
</div>
</div>
<div class="statistic__item">
<p class="statistic__icon far fa-star"></p>
<div class="statistic__textBlock">
<p class="statistic__number" data-num="612">0</p>
<p class="statistic__text">POSITIVE FEEDBACKS</p>
</div>
</div>
<div class="statistic__item">
<p class="statistic__icon far fa-heart"></p>
<div class="statistic__textBlock">
<p class="statistic__number" data-num="735">0</p>
<p class="statistic__text">HAPPY CLIENTS</p>
</div>
</div>
</div>
</div>
</div>
<div class="works" id="works">
<div class="works__flexWrapper">
<a class="works__item" href="img/works/pic6.webp">
<img class="works__icon lazyload" data-src="img/works/pic6.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic2.webp">
<img class="works__icon lazyload" data-src="img/works/pic2.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic3.webp">
<img class="works__icon lazyload" data-src="img/works/pic3.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic4.webp">
<img class="works__icon lazyload" data-src="img/works/pic4.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic5.webp">
<img class="works__icon lazyload" data-src="img/works/pic5.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic1.webp">
<img class="works__icon lazyload" data-src="img/works/pic1.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic7.webp">
<img class="works__icon lazyload" data-src="img/works/pic7.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
<a class="works__item" href="img/works/pic8.webp">
<img class="works__icon lazyload" data-src="img/works/pic8.webp" alt="#">
<i class="works__subIcon far fa-eye"></i>
</a>
</div>
<div class="lightbox">
<div class="overlay"></div>
<figure>
<img class="lightbox__img" alt="lightbox service image" src="#">
</figure>
</div>
<a class="works__moreWork" href="work.html">LOAD MORE WORK</a>
</div>
<section class="video" id="video">
<div class="container">
<div class="video_titleContainer">
<h2 class="video__title">Our Work Process</h2>
<p class="video__text">Was years it seasons was there form he in in them together over that,
third sixth gathered female creeping bearing behold years.</p>
</div>
<div class="video__playerContainer">
<video class="video__player" id="vid" loop="loop" muted="muted">
<source src="video/full.webm" type="video/webm">
</video>
<button class="video__playerButton" id="demo" onclick="Play()">
<i class="fas fa-play video__iconPlay" id="video__iconPlay"></i>
<i class="fas fa-pause video__iconPause" id="video__iconPause"></i>
</button>
</div>
</div>
</section>
<div class="services" id="services">
<div class="container">
<div class="services__flexWrapper">
<div class="services__item hvr-wobble-to-bottom-right">
<i class="far fa-gem services__icon"></i>
<h3 class="services__title">UI / UX DESIGN</h3>
<p class="services__text">Be set fourth land god darkness
make it wherein own</p>
</div>
<div class="services__item hvr-wobble-to-top-right"><i class="fas fa-laptop-code services__icon"></i>
<h3 class="services__title">WEB DEVELOPMENT</h3>
<p class="services__text">A she'd them bring void moving
third she'd kind fill</p>
</div>
<div class="services__item hvr-wobble-to-bottom-right"><i class="fas fa-mobile-alt services__icon"></i>
<h3 class="services__title">APP / MOBILE</h3>
<p class="services__text">Dominion man second spirit he,
earth they're creeping</p>
</div>
<div class="services__item hvr-wobble-to-top-right"><i class="fas fa-gamepad services__icon"></i>
<h3 class="services__title">GAME DESIGN</h3>
<p class="services__text">Morning his saying moveth it
multiply appear life be</p>
</div>
<div class="services__item hvr-wobble-to-bottom-right"><i class="far fa-paper-plane services__icon"></i>
<h3 class="services__title">SEO / MARKETING</h3>
<p class="services__text">Give won't after land fill creeping
meat you, may</p>
</div>
<div class="services__item hvr-wobble-to-top-right"><i class="far fa-star services__icon"></i>
<h3 class="services__title">PHOTOGRAPHY</h3>
<p class="services__text">Creepeth one seas cattle grass
give moving saw give</p>
</div>
<div class="services__item hvr-wobble-to-bottom-right"><i class="fas fa-magic services__icon"></i>
<h3 class="services__title">GRAPHIC DESIGN</h3>
<p class="services__text">Open, great whales air rule for,
fourth life whales</p>
</div>
<div class="services__item hvr-wobble-to-top-right"><i class="fas fa-fill-drip services__icon"></i>
<h3 class="services__title">ILLUSTRATIONS</h3>
<p class="services__text">Whales likeness hath, man kind
for them air two won't</p>
</div>
</div>
</div>
</div>
<div class="testimonials" id="testimonials">
<div class="flexslider" style="direction:ltr">
<ul class="slides">
<li class="testimonials__item">
<p class="testimonials__text">“Outstanding job and exceeded all expectations. It was a pleasure
to work with them on a sizable first project and am looking
forward to start the next one asap.”</p>
<p class="testimonials__author">MICHAEL HOPKINS</p>
</li>
<li class="testimonials__item">
<p class="testimonials__text">"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Officiis,
at
harum consequatur dolore nobis dolores!"</p>
<p class="testimonials__author">JOHN DOE</p>
</li>
<li class="testimonials__item">
<p class="testimonials__text">"Lorem, ipsum dolor sit amet consectetur adipisicing elit. Atque qui
facilis omnis delectus voluptas? Doloribus quis voluptates porro architecto quidem?"<p
class="testimonials__author">JOHN DOE</p>
</li>
</ul>
</div>
</div>
<div class="partners" id="partners">
<div class="container">
<div class="partners__flexWrapper">
<img class="partners__item partners__item1 lazyload" alt="#" data-src="img/partners/img1.webp">
<img class="partners__item partners__item2 lazyload" alt="#" data-src="img/partners/img2.webp">
<img class="partners__item partners__item3 lazyload" alt="#" data-src="img/partners/img3.webp">
<img class="partners__item partners__item4 lazyload" alt="#" data-src="img/partners/img4.webp">
<img class="partners__item partners__item5 lazyload" alt="#" data-src="img/partners/img5.webp">
<img class="partners__item partners__item6 lazyload" alt="#" data-src="img/partners/img6.webp">
<img class="partners__item partners__item7 lazyload" alt="#" data-src="img/partners/img7.webp">
<img class="partners__item partners__item8 lazyload" alt="#" data-src="img/partners/img8.webp">
</div>
</div>
</div>
<section class="contactUs" id="contactUs">
<h2 class="contactUs__title">Need a Project?</h2>
<p class="contactUs__text">Let us know what you're looking for in an agency. We'll take a look and see
if this could be the start of something beautiful.
</p>
<div class="contactUs__formWrapper">
<form class="contactForm" action="/" method="POST">
<input class="contactForm__input contactForm__input_name" type="text" name="name"
placeholder="Your Name" required>
<input class="contactForm__input contactForm__input_email" type="email" name="email"
placeholder="Your Email" required>
<input class="contactForm__input contactForm__input_title" type="text" name="title"
placeholder="Your Title" required>
<textarea class="contactForm__input contactForm__input_comment" name="comment"
placeholder="Your Comment"></textarea>
<button class="button contactForm__button" type="submit">Subscribe</button>
</form>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer__flexWrapper">
<div class="footer__title">
<h3 class="footer__companyName">Piroll Design, Inc.</h3>
<p class="footer__rights">© 2017 Piroll. All rights reserved.</p>
<p class="footer__pageDesign">Designed by <a class="footer__designAutor" href="#"
target="_blank">robirurk.</a></p>
<p class="footer__pageDesign">Photo by: <br>
<a class="footer__designAutor"
href="https://unsplash.com/@aidanmh?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Aidan Hancock">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Aidan Hancock
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@joannakosinska?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Joanna Kosinska">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Joanna Kosinska
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@rahulbhogal?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Rahul Bhogal">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Rahul Bhogal
</span>
</a><br>
<a class="footer__designAutor"
href="https://unsplash.com/@ciabattespugnose?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Lucrezia Carnelos">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Lucrezia Carnelos
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@ronmcclenny?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Ron McClenny">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Ron McClenny
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@callumshaw?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Callum Shaw">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Callum Shaw
</span>
</a><br>
<a class="footer__designAutor"
href="https://unsplash.com/@deannaalys?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from deanna alys">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> deanna alys
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@sincerelymedia?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Sincerely Media">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Sincerely Media
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@alexloup?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Alex Loup">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Alex Loup
</span>
</a><br>
<a class="footer__designAutor"
href="https://unsplash.com/@imperiumnordique?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Helena Hertz">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Helena Hertz
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@karaeads?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Kara Eads">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Kara Eads
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@kelli_mcclintock?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Kelli McClintock">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Kelli McClintock
</span>
</a><br>
</p>
<a class="footer__designAutor"
href="https://unsplash.com/@fra99?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Francesca Tirico">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Francesca Tirico
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@hellorevival?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Hello Revival">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Hello Revival
</span>
</a>
<a class="footer__designAutor"
href="https://unsplash.com/@honest?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from The Honest Company">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> The Honest Company
</span>
</a><br>
<a class="footer__designAutor"
href="https://unsplash.com/@cbarbalis?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Chris Barbalis">
<span>
<img class="unsplashLogo" src="img/footer/unsplash.svg" alt="unsplash logo"> Chris Barbalis
</span>
</a>
</div>
<div class="footer__contacts">
<a class="footer__contactsLink" href="https://outlook.live.com/mail"
target="_blank">hello@pirolltheme.com</a>
<p>+44 987 065 908</p>
</div>
<div class="footer__menu-firstBlock">
<a class="footer__menuLink" href="slider.html">Projects</a>
<a class="footer__menuLink" href="about.html">About</a>
<a rel="m_PageScroll2id" class="footer__menuLink" href="#services">Services</a>
<a class="footer__menuLink" href="contact.html">Carreer</a>
</div>
<div class="footer__menu-secondBlock">
<a class="footer__menuLink" href="https://www.facebook.com/">News</a>
<a class="footer__menuLink" href="https://www.facebook.com/">Events</a>
<a class="footer__menuLink" href="contact.html">Contact</a>
<a class="footer__menuLink" href="contact.html">Legals</a>
</div>
<div class="footer__social">
<a class="footer__socialLink" href="https://www.facebook.com/">Facebook</a>
<a class="footer__socialLink" href="https://twitter.com/">Twitter</a>
<a class="footer__socialLink" href="https://www.instagram.com/">Instagram</a>
<a class="footer__socialLink" href="https://dribbble.com/">Dribbble</a>
</div>
</div>
</div>
</footer>
<!-- Navigation button -->
<a rel="m_PageScroll2id" href="#intro">
<div class="button button__navigation" id="btn">HOME</div>
</a>
<!-- Scripts -->
<!-- Отложенная загрузка css -->
<script type="text/javascript">
/* CSS #1 */
var giftofspeed = document.createElement('link');
giftofspeed.rel = 'stylesheet';
giftofspeed.href = 'styles/style.css';
giftofspeed.type = 'text/css';
var godefer = document.getElementsByTagName('link')[0];
godefer.parentNode.insertBefore(giftofspeed, godefer);
/* CSS #2 */
var giftofspeed = document.createElement('link');
giftofspeed.rel = 'stylesheet';
giftofspeed.href = 'styles/flexslider.css';
giftofspeed.type = 'text/css';
var godefer = document.getElementsByTagName('link')[0];
godefer.parentNode.insertBefore(giftofspeed, godefer);
/* CSS #3 */
var giftofspeed2 = document.createElement('link');
giftofspeed2.rel = 'stylesheet';
giftofspeed2.href = 'styles/hover-min.css';
giftofspeed2.type = 'text/css';
var godefer2 = document.getElementsByTagName('link')[0];
godefer2.parentNode.insertBefore(giftofspeed2, godefer2);
</script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/jquery-easing.js"></script>
<script>
var video = document.getElementById("vid");
var butn = document.getElementById("demo");
var pl = document.getElementById("video__iconPlay");
var ps = document.getElementById("video__iconPause");
function Play() {
if (video.paused) {
video.play();
butn.style.opacity = "0";
pl.style.display = "none";
ps.style.display = "inline";
} else {
video.pause();
butn.style.opacity = "1";
pl.style.display = "inline";
ps.style.display = "none";
}
}
</script>
<script src="js/jquery.malihu.PageScroll2id.min.js"></script>
<script>
(function ($) {
$(window).on("load", function () {
$("a[rel='m_PageScroll2id']").mPageScroll2id();
});
})(jQuery);
</script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/script.js"></script>
<script src="js/gallery.js"></script>
<script src="js/lazysizes.min.js" async=""></script>
</body>
</html>