-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
591 lines (419 loc) · 31.9 KB
/
contacts.html
File metadata and controls
591 lines (419 loc) · 31.9 KB
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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<!--[if IE 9 ]> <html lang="ru" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="ru" class="no-js">
<!--<![endif]--><!-- head
============================================================================ --><head>
<!-- Basic Info
======================================================================== -->
<title>Контакты - Владислав Селюков</title>
<meta charset="utf-8">
<meta name="author" content="Владислав Селюков">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="keywords" content="Владислав, Селюков">
<meta name="description" content="Контакты.">
<meta name="yandex-verification" content="88f316c280ef1f59" />
<meta name="google-site-verification" content="ZwyaYtrYq_euSfZ0suQVoZcIfnZiqWlnqFvWwKCkH2w" />
<meta name='wmail-verification' content='c84cdb49d37af72df1b9c9f038ef4178' />
<meta name="webmoney" content="B464ED8A-DC9C-4111-9290-F67206E02D74"/>
<!-- Mobile Configurations
======================================================================== -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- fav and icons for Mobile
======================================================================== -->
<link rel="icon" href="//selyukov.ru/images/icons/favicon.ico" sizes="32x32" />
<link rel="shortcut icon" href="images/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="//selyukov.ru/images/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="//selyukov.ru/images/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="//selyukov.ru/images/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="//selyukov.ru/images/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="//selyukov.ru/images/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="//selyukov.ru/images/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="//selyukov.ru/images/icons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="//selyukov.ru/images/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="//selyukov.ru/images/icons/apple-touch-icon-180x180.png">
<!-- Google Fonts
======================================================================== -->
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600|Roboto:100,100i,300,300i,400,400i,500,700&subset=cyrillic" rel="stylesheet"> -->
<!-- CSS Files
======================================================================== -->
<link rel="stylesheet" href="js/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fonts/font-awesome/css/all.css">
<link rel="stylesheet" href="js/plugins/swiper/css/swiper.min.css">
<link rel="stylesheet" href="js/plugins/mediaelement/css/mediaelementplayer.min.css">
<link rel="stylesheet" href="js/plugins/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="js/plugins/wow/css/animate.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Head JS Libs
======================================================================== -->
<script src="js/vendor/modernizr-custom.js"></script>
<!-- Yandex.Metrika counter
======================================================================== -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(65929552, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/65929552" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
</head><!-- /End head -->
<!-- body
============================================================================ -->
<body class="nbs-10" data-spy="scroll" data-target=".header-menu-container" data-offset="61">
<!-- UP Button
======================================================================== -->
<div id="up-button"><a href="#" title="Наверх"><i class="fa fa-angle-up"></i></a></div>
<!-- Main Wrapper
======================================================================== -->
<div id="main-wrapper">
<!-- Header 1
==================================================================== -->
<header id="header-section-1" class="header-section header-style-1">
<!-- Header Section Container -->
<div class="header-section-container">
<!-- Header Menu -->
<div class="header-menu">
<!-- Header Menu Container -->
<div class="header-menu" style="height: 80px;"><div class="header-menu-container header-menu-stuck">
<!-- Navbar -->
<nav class="navbar">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Navbar Header -->
<div class="navbar-header">
<!-- Logo -->
<a href="https://selyukov.ru/" class="navbar-brand" title="Владислав Селюков" style="color: rgb(18, 18, 18); font-size: 18px; font-weight: 700;">Владислав Селюков
</a><!-- /End Logo -->
<!-- Toggle Menu Button -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
Меню <span><i class="lines"></i></span>
</button><!-- /End Toggle Menu Button -->
</div><!-- /End Navbar Header -->
<!-- Navbar Collapse ( Menu ) -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li style="">
<a href="https://selyukov.ru/" title="Главная">Главная</a>
</li>
<li style="">
<a href="https://selyukov.ru/about.html" title="Обо мне">Обо мне</a>
</li>
<!--<li style="">
<a href="https://selyukov.ru/services.html" title="Услуги">Услуги</a>
</li>-->
<li style="">
<a href="https://selyukov.ru/docs.html" title="Документы">Документы</a>
</li>
<li style="">
<a href="https://selyukov.ru/contacts.html" title="Контакты">Контакты</a>
</li>
</ul>
</div><!-- /End Navbar Collapse ( Menu ) -->
</div><!-- /End col-md-12 -->
</div><!-- /End row -->
</div><!-- /End container -->
</nav><!-- /End Navbar -->
</div></div><!-- /End Header Menu Container -->
</div><!-- /End Header Menu -->
</div><!-- /End Header Section Container -->
</header><!-- /End Header 1 --><!-- Content 2
==================================================================== -->
<div id="content-section-2" class="content-section white-section">
<!-- Section Container -->
<div class="section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- Title Block -->
<div class="col-lg-10 col-lg-offset-1 col-md-12 title-block">
<!-- Title Block Container -->
<div class="title-block-container text-center">
<!-- Title -->
<h2>Контакты</h2>
<!-- Description -->
<p>Все основные сервисы и социальные сети, в которых я зарегистрирован, а также ссылки на мои страницы представлены ниже. Мои аккаунты игровых площадок и игровые ники находятся <a href="https://vk.com/topic-93120309_32179666" title="Игровые ники">здесь</a>.</p>
<!-- Line Separator -->
<div class="line-separator"></div>
</div><!-- /End Title Block Container -->
</div><!-- /End Title Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-vk" id="ui-id-46" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>ВКонтакте</h4>
<!-- Description -->
<p><a href="https://vk.com/vkselyukov" title="ВКонтакте">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-facebook-f" id="ui-id-47" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>Facebook</h4>
<!-- Description -->
<p><a href="https://www.facebook.com/vkselyukov" title="Facebook">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-x-twitter" id="ui-id-48" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>X (Twitter)</h4>
<!-- Description -->
<p><a href="https://x.com/vkselyukov" title="Twitter">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-instagram" id="ui-id-49" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>Instagram</h4>
<!-- Description -->
<p><a href="https://www.instagram.com/vkselyukov" title="Instagram">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-odnoklassniki" id="ui-id-50" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>Одноклассники</h4>
<!-- Description -->
<p><a href="https://ok.ru/vladstiller" title="Одноклассники">@vladstiller</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-youtube" id="ui-id-51" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>YouTube</h4>
<!-- Description -->
<p><a href="https://www.youtube.com/@vkselyukov" title="YouTube">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fa circle-icon-block circle-icon-block-lg fa-gamepad" id="ui-id-52" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>YouTube Gaming</h4>
<!-- Description -->
<p><a href="https://www.youtube.com/@lordwise" title="YouTube Gaming">@lordwise</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-twitch" id="ui-id-53" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>Twitch</h4>
<!-- Description -->
<p><a href="https://www.twitch.tv/lordwise" title="Twitch">@lordwise</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-discord" id="ui-id-54" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>Discord</h4>
<!-- Description -->
<p><a href="https://discord.com/users/621649707118231553" title="Twitch">@lordwiserus</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-telegram-plane" id="ui-id-55" style="color: rgb(232, 80, 65); background-color: rgb(254, 251, 250); font-size: 22px;"></i>
<!-- Title -->
<h4>Telegram</h4>
<!-- Description -->
<p><a href="https://t.me/vkselyukov" title="Telegram">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-soundcloud" id="ui-id-57" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>SoundCloud</h4>
<!-- Description -->
<p><a href="https://soundcloud.com/lordwise" title="SoundCloud">@lordwise</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-tiktok" id="ui-id-59" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 22px;"></i>
<!-- Title -->
<h4>TikTok</h4>
<!-- Description -->
<p><a href="https://www.tiktok.com/@vkselyukov" title="TikTok">@vkselyukov</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-reddit-alien" id="ui-id-60" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 25px;"></i>
<!-- Title -->
<h4>Reddit</h4>
<!-- Description -->
<p><a href="https://www.reddit.com/user/LordWiseRus" title="Reddit">@lordwiserus</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="circle-icon-block circle-icon-block-lg" id="ui-id-61" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 25px;">
<svg width="24" height="24" viewBox="0 0 112 98" fill="#e74c3c" xmlns="http://www.w3.org/2000/svg">
<path d="M59.0071 59.2582H17.5723V42.6574H59.0071C61.4274 42.6574 63.1103 43.0845 63.9548 43.8304C64.7994 44.5763 65.3226 45.9597 65.3226 47.9806V53.9414C65.3226 56.0707 64.7994 57.4541 63.9548 58.2C63.1103 58.9459 61.4274 59.2646 59.0071 59.2646V59.2582ZM61.8497 27.0064H0V98H17.5723V74.9028H49.9562L65.3226 98H85L68.058 74.7945C74.3041 73.8573 77.1089 71.9193 79.422 68.7253C81.7351 65.5314 82.8949 60.4249 82.8949 53.6099V48.2866C82.8949 44.2448 82.4726 41.0508 81.7351 38.6028C80.9977 36.1547 79.7371 34.0254 77.9471 32.1129C76.0563 30.3023 73.9511 29.0273 71.4237 28.173C68.8963 27.4271 65.7385 27 61.8497 27V27.0064Z"/>
<path d="M98.5 27C105.956 27 112 20.9558 112 13.5C112 6.04416 105.956 0 98.5 0C91.0442 0 85 6.04416 85 13.5C85 20.9558 91.0442 27 98.5 27Z"/>
</svg>
</i>
<!-- Title -->
<h4>Rutube</h4>
<!-- Description -->
<p><a href="https://rutube.ru/channel/61032232" title="Reddit">SELYUKOV</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
<!-- Content Block -->
<div class="col-md-3 content-block content-block-style-3">
<!-- Content Block Container -->
<div class="content-block-container" style="height: 111px;">
<!-- Icon -->
<i class="fab circle-icon-block circle-icon-block-lg fa-github" id="ui-id-62" style="color: rgb(231, 76, 60); background-color: rgb(255, 255, 255); font-size: 25px;"></i>
<!-- Title -->
<h4>GitHub</h4>
<!-- Description -->
<p><a href="https://github.com/LordWiseRus" title="Reddit">@lordwiserus</a></p>
</div><!-- /End Content Block Container -->
</div><!-- /End Content Block -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Section Container -->
</div><!-- /End Content 2 --><!-- Contact 1
==================================================================== -->
<div id="contact-section-1" class="contact-section white-section">
<!-- Section Container -->
<div class="section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- Contact Block -->
<div class="col-md-4 col-sm-6 contact-block">
<!-- Contact Block Container -->
<div class="contact-block-container" style="height: 151px;">
<!-- Title -->
<h4>EMAIL</h4>
<!-- Description -->
<p>
Личная почта: <a href="mailto:vk@selyukov.ru" title="Личная почта">vk@selyukov.ru</a>
</p>
</div><!-- /End Contact Block Container -->
</div><!-- /End Contact Block -->
<!-- Contact Block -->
<div class="col-md-4 col-sm-6 contact-block">
<!-- Contact Block Container -->
<div class="contact-block-container" style="height: 151px;">
<!-- Title -->
<h4>МОИ ПРОЕКТЫ:</h4>
<!-- Description -->
<p>
Личный сайт: <a href="https://selyukov.ru" title="Личный сайт">selyukov.ru</a>
</p>
</div><!-- /End Contact Block Container -->
</div><!-- /End Contact Block -->
<!-- Contact Block -->
<div class="col-md-4 col-sm-6 contact-block">
<!-- Contact Block Container -->
<div class="contact-block-container" style="height: 151px;">
<!-- Title -->
<h4>ОСТАЛИСЬ ВОПРОСЫ?</h4>
<!-- Description -->
<p>Пиши!</p>
</div><!-- /End Contact Block Container -->
</div><!-- /End Contact Block -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Section Container -->
</div><!-- /End Contact 1 --><!-- Copyright 1
==================================================================== -->
<footer id="copyright-section-1" class="copyright-section white-section">
<!-- Section Container -->
<div class="section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- Copyright Block -->
<div class="col-md-12 copyright-block">
<!-- Copyright Block Container -->
<div class="copyright-block-container text-center">
<!-- Title -->
<p>Copyright © 2020<script>new Date().getFullYear()>2020&&document.write(" - "+new Date().getFullYear());</script> <a href="https://selyukov.ru/" title="Владислав Селюков">Владислав Селюков</a>. All rights reserved.</p>
<p class="work-status">Режим работы сайта согласно режиму работы сервиса <a href="https://pages.github.com/" style="color: black;">GitHub Pages</a>.</p>
</div><!-- /End Copyright Block Container -->
</div><!-- /End Copyright Block -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Section Container -->
</footer><!-- /End Copyright 1 --></div><!-- /End Main Wrapper -->
<!-- Java Script Files
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
======================================================================== -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins/mobile/mobile.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body></html>