-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
509 lines (443 loc) · 24.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
504
505
506
507
508
509
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if (IE 9)]><html class="no-js ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]-->
<head>
<!-- Meta Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ADK | Web-Studio</title>
<meta name="description" content="Creative Outsourcing Web-Studio. Website & Design Development, SEO optimization" />
<meta property="og:image" content="_include/img/slider-images/image01.jpg" />
<!-- Mobile Specifics -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true"/>
<meta name="MobileOptimized" content="320"/>
<!-- Mobile Internet Explorer ClearType Technology -->
<!--[if IEMobile]> <meta http-equiv="cleartype" content="on"> <![endif]-->
<!-- Bootstrap -->
<link href="_include/css/bootstrap.min.css" rel="stylesheet">
<!-- Main Style -->
<link href="_include/css/main.css" rel="stylesheet">
<!-- Supersized -->
<link href="_include/css/supersized.css" rel="stylesheet">
<link href="_include/css/supersized.shutter.css" rel="stylesheet">
<!-- FancyBox -->
<link href="_include/css/fancybox/jquery.fancybox.css" rel="stylesheet">
<!-- Font Icons -->
<link href="_include/css/fonts.css" rel="stylesheet">
<!-- Shortcodes -->
<link href="_include/css/shortcodes.css" rel="stylesheet">
<!-- Responsive -->
<link href="_include/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="_include/css/responsive.css" rel="stylesheet">
<!-- Supersized -->
<link href="_include/css/supersized.css" rel="stylesheet">
<link href="_include/css/supersized.shutter.css" rel="stylesheet">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<!-- Fav Icon -->
<link rel="shortcut icon" href="_include/img/adk-favicon.png">
<link rel="apple-touch-icon" href="_include/img/ios/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="_include/img/ios/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="_include/img/ios/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" sizes="144x144" href="_include/img/ios/apple-touch-icon-144x144-precomposed.png">
<!-- Modernizr -->
<script src="_include/js/modernizr.js"></script>
<!-- Analytics -->
<!-- End Analytics -->
</head>
<body>
<!-- This section is for Splash Screen -->
<div class="ole">
<section id="jSplash">
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</section>
</div>
<!-- End of Splash Screen -->
<!-- Homepage Slider -->
<div id="home-slider">
<div class="overlay"></div>
<div class="slider-text">
<div class="logo-area"><h1 class="logo">ADK </h1> <h1 class="logo-studio">Studio</h1></div>
</div>
<div class="control-nav">
<a id="prevslide" class="load-item"><i class="font-icon-arrow-simple-left"></i></a>
<a id="nextslide" class="load-item"><i class="font-icon-arrow-simple-right"></i></a>
<ul id="slide-list"></ul>
<a id="nextsection" href="#introduction"><i class="font-icon-arrow-simple-down"></i></a>
</div>
</div>
<!-- End Homepage Slider -->
<!-- Header -->
<header>
<div class="sticky-nav">
<a id="mobile-nav" class="menu-nav" href="#menu-nav"></a>
<div id="logo">
<a id="goUp" href="#home-slider" title="ADK studio">ADK</a>
</div>
<nav id="menu">
<ul id="menu-nav">
<li class="current"><a href="#home-slider">Home</a></li>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#work">Portfolio</a></li>
<li><a href="#about">Executive Team</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="prices.html" class="external">Prices</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<div id="introduction" class="page-alternate">
<div class="container">
<div class="row">
<div class="span12">
<div class="title-page" id="creative-title">
<h2 class="title">The Most Creative & Innovative </h2>
<h3 class="title-description">Building Beautiful Websites and Design's</h3>
</div>
</div>
</div>
<div class="span6" id="img-webs"><img src="_include/img/mockup.png" alt="ADK Websites" style="max-width:100% !important; height:auto;"></div>
<div class="span5" id="intro" >
We are a team of <span class="color-text">young professionals</span> eager to make your dreams come true, using the mix of our innovative vision with the most up-to-date technology. <br> Our Team Leaders have been receiving many awards in web-design, programming and web-development since 2014.<br> Let us assist you! Less investment - more results.</div>
</div>
</div>
<!-- Our Work Section -->
<div id="work" class="page">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">Portfolio</h2>
<h3 class="title-description">Here are some of our creations. Check it out!</h3>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- Portfolio Projects -->
<div class="row">
<div class="span3">
<!-- Filter -->
<nav id="options" class="work-nav">
<ul id="filters" class="option-set" data-option-key="filter">
<li class="type-work">Portfolio</li>
<li><a href="#filter" data-option-value="*" class="selected">All Projects</a></li>
<li><a href="#filter" data-option-value=".web">Web</a></li>
<li><a href="#filter" data-option-value=".design">Design</a></li>
<li><a href="#filter" data-option-value=".apps">Apps</a></li>
</ul>
</nav>
<!-- End Filter -->
</div>
<div class="span9">
<div class="row">
<section id="projects">
<ul id="thumbs">
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Puerto Plata Vacation Club" href="_include/img/work/full/image-02-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-02.jpg" alt="http://lifestyleresortpuertoplata.com/">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Mountains" href="_include/img/work/full/image-03-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-03.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Sky-Port Corporation" href="_include/img/work/full/image-01-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-01.jpg" alt="http://sky-port.co.uk/">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Sea" href="_include/img/work/full/image-04-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-04.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 apps">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Clouds" href="_include/img/work/full/image-05-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-05.png" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Dark" href="_include/img/work/full/image-06-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-06.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Standard Getaway" href="_include/img/work/full/image-07-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-07.jpg" alt="http://www.standardgetaway.com/">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Beach" href="_include/img/work/full/image-08-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-08.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Agro Viner Import" href="_include/img/work/full/image-09-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="_include/img/work/thumbs/image-09.jpg" alt="http://aimport.com.ua/">
</li>
<!-- End Item Project -->
</ul>
</section>
</div>
</div>
</div>
<!-- End Portfolio Projects -->
</div>
</div>
<!-- End Our Work Section -->
<!-- About Section -->
<div id="about" class="page-alternate">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">Executive Team</h2>
<h3 class="title-description">We are the younger generation of professionals and strive to keep all our work within all the current trends.</h3>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- People -->
<div class="row">
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<span class="overlay-text-thumb">Sr. Web Developer</span>
</div>
<img src="_include/img/profile/profile-01.jpg" alt="Denis P.">
</div>
<h3 class="profile-name">Denis P.</h3>
<p class="profile-description">Graduated with honors from Kiev University of Technology. Has been professionally developing websites since 2010. His work projects include basic websites for the small businesses as well as global corporate projects, involving E-Commerce web-portals and iphone apps . He leads our team of professional programmers, and makes sure that everything will meet and exceed our clients' expectations.</p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-email"></i></a></li>
<li><a href="#"><i class="font-icon-social-skype"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<span class="overlay-text-thumb">Creative Director</span>
</div>
<img src="_include/img/profile/profile-02.jpg" alt="Julia V.">
</div>
<h3 class="profile-name">Julia V.</h3>
<p class="profile-description">Graduated from Kiev University of Design. She has been creating logo and marketing material designs for major brands of Ukraine and Poland since 2008. Her passion is making sure that every project will be a one-of-a-kind unique design. She lives by the rule "All My Designs are a Form of Art - From Mind they travel through the Heart".</p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-email"></i></a></li>
<li><a href="#"><i class="font-icon-social-skype"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<span class="overlay-text-thumb">Director of Public Relations</span>
</div>
<img src="_include/img/profile/profile-03.jpg" alt="Alexandr G.">
</div>
<h3 class="profile-name">Alexandr G.</h3>
<p class="profile-description">Graduated with honors from both Kiev University of Management in 2007 and Kiev University of Technology in 2010. He specialized in consulting start-up businesses in Kiev, Ukraine. His devotion and management skills allow us to make sure that all the projects are done in a timely manner and with the best possible effort. </p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-email"></i></a></li>
<li><a href="#"><i class="font-icon-social-skype"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
</div>
</div>
<div class="skill-logos">
<img src="_include/img/skill-logos/html5.png" alt="HTML5" width="80">
<img src="_include/img/skill-logos/css3.png" alt="CSS3" width="80">
<img src="_include/img/skill-logos/js.png" alt="JavaScript" width="80">
<img src="_include/img/skill-logos/jquery.png" alt="jQuery" width="80">
<img src="_include/img/skill-logos/php.png" alt="PHP" width="80">
<img id="git" src="_include/img/skill-logos/less.png" alt="LESS" width="80">
<img src="_include/img/skill-logos/mysql.png" alt="MySQL"width="80">
<img id="adobe" src="_include/img/skill-logos/grunt.png" alt="Grunt" width="80">
<img id="adobe" src="_include/img/skill-logos/AI.png" alt="Adobe Illustrator" width="80">
<img id="adobe" src="_include/img/skill-logos/PS.png"alt="Adobe Photoshop" width="80">
<img src="_include/img/skill-logos/wordpress.png" alt="Wordpress" width="80">
<img id="git" src="_include/img/skill-logos/github.png" alt="GitHub" width="80">
<img src="_include/img/skill-logos/apple.png" alt="Apple" width="80">
</div>
</div>
<!-- End About Section -->
<!-- Contact Section -->
<div id="contact" class="page">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">Contact Us</h2>
<h3 class="title-description">To contact us for detailed quotes and packaging, please fill out the request form <br> and we will get back to you within 24 hours.</h3>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- Contact Form -->
<div class="row">
<div class="span9">
<form id="contact-form" class="contact-form" action="#">
<p class="contact-name">
<input id="contact_name" type="text" placeholder="Full Name" value="" name="name" />
</p>
<p class="contact-email">
<input id="contact_email" type="text" placeholder="Email Address" value="" name="email" />
</p>
<p class="contact-message">
<textarea id="contact_message" placeholder="Your Message" name="message" rows="15" cols="40"></textarea>
</p>
<p class="contact-submit">
<a id="contact-submit" class="submit" href="#">SEND</a>
</p>
<div id="response">
</div>
</form>
</div>
<div class="span3">
<div class="contact-details">
<h3>Contact Details</h3>
<ul>
<li><a href="#">[email protected]</a></li>
<li>phone: +1(917)803 6547</li>
<li>fax: +1(201)795 4858</li>
<li>
ADK Web-Studio
<br>
134 Central avenue, Jersey City
<br>
NJ, 07306
</li>
</ul>
</div>
</div>
</div>
<!-- End Contact Form -->
</div>
</div>
<!-- End Contact Section -->
<!-- Socialize -->
<div id="social-area" class="page">
<div class="container">
<div class="row">
<div class="span12">
<nav class="icons-example">
<ul>
<li><a href="#" title="Follow Us on Facebook" target="_blank"><span class="font-icon-social-facebook"></span></a></li>
<li><a href="#" title="Follow Us on Google Plus" target="_blank"><span class="font-icon-social-google-plus"></span></a></li>
<li><a href="#" title="Follow Me on LinkedIn" target="_blank"><span class="font-icon-social-linkedin"></span></a></li>
<li><a href="#" title="Add Us on Skype" target="_blank"><span class="font-icon-social-skype"></span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-- End Socialize -->
<!-- Footer -->
<footer>
<p class="credits">©2015 ADK. <a href="#" title="ADK | Web-Studio">ADK Web-Studio</a></p>
</footer>
<!-- End Footer -->
<!-- Back To Top -->
<a id="back-to-top" href="#home-slider">
<i class="font-icon-arrow-simple-up"></i>
</a>
<!-- End Back to Top -->
<!-- Js -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <!-- jQuery Core -->
<script src="_include/js/bootstrap.min.js"></script> <!-- Bootstrap -->
<script src="_include/js/supersized.3.2.7.min.js"></script> <!-- Slider -->
<script src="_include/js/waypoints.js"></script> <!-- WayPoints -->
<script src="_include/js/waypoints-sticky.js"></script> <!-- Waypoints for Header -->
<script src="_include/js/jquery.isotope.js"></script> <!-- Isotope Filter -->
<script src="_include/js/jquery.fancybox.pack.js"></script> <!-- Fancybox -->
<script src="_include/js/jquery.fancybox-media.js"></script> <!-- Fancybox for Media -->
<script src="_include/js/jquery.tweet.js"></script> <!-- Tweet -->
<script src="_include/js/plugins.js"></script> <!-- Contains: jPreloader, jQuery Easing, jQuery ScrollTo, jQuery One Page Navi -->
<script src="_include/js/main.js"></script> <!-- Default JS -->
<!-- End Js -->
</body>
</html>