-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
617 lines (535 loc) · 31.8 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
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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!-- ===================================================================
* Sec-Army | secarmy.github.io | index.html
==================================================================== -->
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<script>
window.location.replace("https://community.sec.army/");
</script>
<meta charset="utf-8">
<title>SEC ARMY</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>SEC ARMY</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#services" title="services">Services</a></li>
<li><a class="smoothscroll" href="#works" title="works">Work</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
</ul>
<p><a class="btn btn--primary full-width" href="http://bit.ly/joinsecarmy" target="_blank"><i class="fab fa-discord"></i> Join The Army </a></p>
<iframe src="https://discordapp.com/widget?id=540159831491739648&theme=dark" width="270" height="350" allowtransparency="true" frameborder="0"></iframe>
<br><br>
<ul class="header-nav__social">
<li><a href="https://www.facebook.com/secarmyofficial" target="_blank"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://instagram.com/sec_army" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/secarmyofficial" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/secarmy" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://medium.com/@secarmy" target="_blank"><i class="fab fa-maxcdn"></i></a></li>
<li><a href="https://youtube.com/secarmy" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a href="http://bit.ly/joinsecarmy" target="_blank"><i class="fab fa-discord"></i></a></li>
</ul>
</div>
</nav>
<a class="header-menu-toggle" href="#0"><span class="header-menu-icon"></span></a>
</header>
<!-- home -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=top>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h1>SEC ARMY</h1>
<p>Hacking | CTF | Bug Bounty | Tools | Blogs | Jobs</p>
</div>
</div>
<ul class="home-sidelinks">
<li><a class="smoothscroll" href="#about">About<span>who we are</span></a></li>
<li><a class="smoothscroll" href="#services">Services<span>what we do</span></a></li>
<li><a class="smoothscroll" href="#contact">Contact<span>get in touch</span></a></li>
</ul>
<ul class="home-social"><li class="home-social-title">Follow Us</li>
<li><a href="https://www.facebook.com/secarmyofficial" target="_blank"><i class="fab fa-facebook"></i><span class="home-social-text">Facebook</span></a></li>
<li><a href="https://instagram.com/sec_army" target="_blank"><i class="fab fa-facebook"></i><span class="home-social-text">Instagram</span></a></li>
<li><a href="https://twitter.com/5ec4rmy" target="_blank"><i class="fab fa-twitter"></i><span class="home-social-text">Twitter</span></a></li>
<li><a href="https://github.com/secarmy" target="_blank"><i class="fab fa-github"></i><span class="home-social-text">GitHub</span></a></li>
<li><a href="https://medium.com/@secarmy" target="_blank"><i class="fab fa-maxcdn"></i><span class="home-social-text">Medium</span></a></li>
<li><a href="https://youtube.com/cleverhacker" target="_blank"><i class="fab fa-youtube"></i><span class="home-social-text">YouTube</span></a></li>
<li><a href="http://bit.ly/joinsecarmy" target="_blank"><i class="fab fa-discord"></i><span class="home-social-text">Discord</span></a></li></ul>
<a href="#about" class="home-scroll smoothscroll"><span class="home-scroll__text">Scroll Down</span><span class="home-scroll__icon"></span></a>
</section>
<!-- about -->
<section id='about' class="s-about">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Who We Are</h3>
<h1 class="display-1">About The Sec Army</h1>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
Sec-Army is a cyber security and hacking community. We strive to teach all who are willing to learn and help those who are willing to help themselves. If you are interested in hacking, cyber security or programming or are simply looking for a place to collaborate with like-minded people, then give sec-army the chance to be your new home. We are a growing community and We welcome all hats as we are a place of education and growth.
</p>
</div>
</div>
<div class="row">
<div class="about-process process block-1-2 block-tab-full">
<div class="process__vline-left"></div>
<div class="process__vline-right"></div>
<div class="col-block process__col" data-item="1" data-aos="fade-up">
<div class="process__text">
<h4>Ethical Hacking</h4>
<p>
We'll help you to learn real world hacking and penetration testing.
</p>
</div>
</div>
<div class="col-block process__col" data-item="2" data-aos="fade-up">
<div class="process__text">
<h4>Bug Hunting</h4>
<p>
We'll help you to learn how to exploit, find vulnerabilities and report bugs in websites and web applications.
</p>
</div>
</div>
<div class="col-block process__col" data-item="3" data-aos="fade-up">
<div class="process__text">
<h4>CTF</h4>
<p>
Become a member of CTF Team and play CTF with secarmy.
</p>
</div>
</div>
<div class="col-block process__col" data-item="4" data-aos="fade-up">
<div class="process__text">
<h4>Tools</h4>
<p>
We'll teach you how to build your own Hacking Tools and Scripts.
</p>
</div>
</div>
<div class="col-block process__col" data-item="5" data-aos="fade-up">
<div class="process__text">
<h4>Blog</h4>
<p>
Get the latest hacking news and updates.
</p>
</div>
</div>
<div class="col-block process__col" data-item="6" data-aos="fade-up">
<div class="process__text">
<h4>Job</h4>
<p>
Get a chance to work with us in a hacking project.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- services -->
<section id='services' class="s-services light-gray">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">What We Do</h3>
<h1 class="display-1">We have everything you need in the field of Cyber Security.</h1>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
The rise of IT Security and ethical hackers is due to technology advances and the growing number of threats in the computer world. In the wake of September 11, terrorist attack, when ethical hacking as a concept was put forward by EC Council, it received mixed responses. “Ethical Hacking” is an oxymoron and both, people and media were not ready to accept this term. EC Council explained it as a bodyguard to the computer systems. An ethical hacker is someone who follows ethical principles to protect information and systems from the unethical hackers. Recently, many organizations have faced cyber-attacks leading to the growing need of having professional ethical hackers who can safeguard their networks. - <a href="https://www.simplilearn.com/ethical-hackers-for-businesses-article" target="_blank">Source</a>
</p>
</div>
</div>
<div class="row services-list block-1-3 block-m-1-2 block-tab-full">
<div class="col-block service-item " data-aos="fade-up">
<div class="service-icon service-icon--brand-identity">
<i class="icon-network"></i>
</div>
<div class="service-text">
<h3 class="h4">NETWORK PENTESTING</h3>
<p>This is a security testing service that focuses on locating vulnerabilities, misconfigurations and other flaws in your networks, infrastructure and overall architecture. In this service, we try to exploit vulnerabilities in order to gain full access to vulnerable systems. In a Network Vulnerability Assessment, which is a cost effective alternative to a Network Penetration Test, we only report on the flaws without actively exploiting them.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--illustration">
<i class="icon-earth"></i>
</div>
<div class="service-text">
<h3 class="h4">WEB APPLICATION PENTESTING</h3>
<p>More than 70% of all technical attacks are aimed at the Web Application layer. It involves the attempts to actively exploit vulnerabilities in order to gain access to the Web Application, underlying database services and hosting server system itself. In a Web Application Vulnerability Assessment, which is a cost effective alternative to a Web Application Penetration Test, we only report on the flaws without actively exploiting them.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--web-design">
<i class="icon-wi-fi"></i>
</div>
<div class="service-text">
<h3 class="h4">WIRELESS PENTESTING</h3>
<p>WiFi is no longer just a "nice to have" but mission critical component to many businesses. The Wireless Penetration Testing service covers all threat vectors of Wireless Networks. Our audits contain attempts to crack Wireless Encryption and Authentication mechanisms, include the set up of rogue access points along with test phishing portals, a variety of man-in-the-middle (MITM) attacks, Denial of Service Testing and Bluetooth Security tests.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--product-strategy">
<i class="icon-user"></i>
</div>
<div class="service-text">
<h3 class="h4">SOCIAL ENGINEERING SERVICES</h3>
<p>Often Security is breached despite the fact that the latest perimeter defenses are in place. Why? An employee may simply plug a USB stick in which claims to contain Amazon vouchers, brought their own infected device into the corporate network, clicked on a malicious PDF or simple visited a malware website as he/she thought the email instruction to click on that link came from her manager. Could your staff be tricked that way? Our Social Engineering services can find out.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--ui-design">
<i class="icon-terminal"></i>
</div>
<div class="service-text">
<h3 class="h4">CYBER INTELLIGENCE SERVICES</h3>
<p>Have you heard about the dark web? This is where a lot of illegal hacking activities take place. Has any of your confidential business data leaked out already? Are hackers planning to attack your business? Have you unintentionally shared too much information with Google? We provide you high-class reports around threats concerning your business. Reports can be delivered as a one time off or on a regular recurring basis.
</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon service-icon--mobile-dev">
<i class="icon-book"></i>
</div>
<div class="service-text">
<h3 class="h4">CYBER SECURITY TRAINING</h3>
<p>The Cyber Security Training program focusing on real world hacking in cyber world. This is The Advanced Hacking Techniques Program. We teach to be safe from Hacker who breaks the cyber security. for safeguarding from hackers. This enables them to secure their data by hackers. Our Training imparts hacking skills as well defensive techniques as the cyber world organizations need to be safe.
</p>
</div>
</div>
</div>
</section>
<!-- work -->
<section id='works' class="s-works">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Featured Works</h3>
<h1 class="display-1"></h1>
</div>
</div>
<div class="row masonry-wrap">
<div class="masonry">
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/youtubeHD.jpg" class="thumb-link" title="YouTube" data-size="1050x700">
<img src="images/portfolio/youtube.jpg"
srcset="images/portfolio/youtube.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
YouTube
</h3>
<p class="item-folio__cat">
Education
</p>
</div>
<a href="https://www.youtube.com/cleverhacker" class="item-folio__project-link" title="YouTube" target="_blank">
Subscribe Now
</a>
<div class="item-folio__caption">
<p>A big opportunity for you to step into the cyber world and learn real world hacking.</p>
</div>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/writeupsHD.jpg" class="thumb-link" title="Writeups" data-size="1050x700">
<img src="images/portfolio/writeups.jpg"
srcset="images/portfolio/writeups.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
CTF and Bug Bounty Writeups
</h3>
<p class="item-folio__cat">
Education
</p>
</div>
<a href="https://medium.com/@secarmy" class="item-folio__project-link" title="Medium" target="_blank">
Visit Now
</a>
<span class="item-folio__caption">
<p>CTF and Bug Bounty Writeups by SecArmy</p>
</span>
</div>
</div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/repoHD.jpg" class="thumb-link" title="Repositories " data-size="1050x700">
<img src="images/portfolio/repo.jpg"
srcset="images/portfolio/repo.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
GitHub Repositories
</h3>
<p class="item-folio__cat">
Tools
</p>
</div>
<a href="https://www.github.com/secarmy" class="item-folio__project-link" title="Repositories" target="_blank">
Visit Now
</a>
<span class="item-folio__caption">
<p>Hacking Tools, Scripts and Much More</p>
</span>
</div>
</div>
</div>
</div>
<!-- team & testimonials -->
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">Team Members</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/bhav.jpg" class="testimonials__avatar">
<p>
<a href="https://bhavkaran.com/" target="_blank"><i class="fab fa-linux"></i></a>
<a href="https://instagram.com/bhav_karan" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/bhavsec" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/bhavsec" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/bhav" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://youtube.com/cleverhacker" target="_blank"><i class="fab fa-youtube"></i></a>
<div class="testimonials__author">
BhavKaran (bhavsec)
<span>Founder, CTF Team Leader, Red Teamer. </span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/kal1ya.jpg" class="testimonials__avatar">
<p>
<a href="https://www.instagram.com/dipanshujha/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Dipanshu (Kal1ya)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/z0m31en7.jpg" class="testimonials__avatar">
<p>
<a href="https://instagram.com/_pranjal.goel_/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Pranjal (Z0m31en7)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/elementalx.jpg" class="testimonials__avatar">
<p>
<a href="https://www.instagram.com/h00bby7e/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Subhajeet (ElementalX)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/logan47.jpg" class="testimonials__avatar">
<p>
<a href="https://instagram.com/logan_47_/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Ashish (Logan47)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/darklegend.jpg" class="testimonials__avatar">
<p>
<a href="https://www.instagram.com/dark_legend36/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Mohit (DarkLegend)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/umair.jpg" class="testimonials__avatar">
<p>
<a href="https://www.instagram.com/umairnehri9747/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Umair (umair)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/nipun.jpg" class="testimonials__avatar">
<p>
<a href="https://www.instagram.com/0xnipun/" target="_blank"><i class="fab fa-instagram"></i></a>
<div class="testimonials__author">
Nipun (0xnipun)
<span>CTF Player, Red Team Member</span>
</div>
</div>
<div class="testimonials__slide">
<img src="images/avatars/mr_sage.jpg" class="testimonials__avatar">
<p>
<a href="https://instagram.com/thehackingsage" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/thehackingsage" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/thehackingsage" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/thehackingsage" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://youtube.com/hacktronian" target="_blank"><i class="fab fa-youtube"></i></a>
<div class="testimonials__author">
Vipul (Mr.SAGE)
<span>CTF Player, Red Team Member</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="stats" class="s-stats">
<div class="row stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">1000</div>
<h5>Discord Followes</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">15</div>
<h5>CTF Players</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">9</div>
<h5>Red Team Members</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">9</div>
<h5>Blue Team Members</h5>
</div>
</div>
</section>
<!-- contact -->
<section id="contact" class="s-contact">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light">Get in Touch</h3>
<h4 class="display-1 display-1--light">Want To Learn Something? or Start A Service? Let's Work Together.</h4>
</div>
</div>
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p><a href="mailto:[email protected]" class="contact-email">[email protected]</a>
<span class="contact-number">+91XXXXXXXXXX (contact number will be added Soon)</span></p>
</div>
</div>
<div class="row">
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Where To Find Us</h3>
<p class="contact-address">
Delhi, India<br>
110001
</p>
</div>
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Follow Us</h3>
<ul class="contact-social">
<li>
<a href="https://facebook.com/secarmyofficial" target="_blank"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://instagram.com/sec_army" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://twitter.com/5ec4rmy" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/secarmy" target="_blank"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://medium.com/@secarmy" target="_blank"><i class="fab fa-maxcdn"></i></a>
</li>
<li>
<a href="https://youtube.com/cleverhacker" target="_blank"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="http://bit.ly/joinsecarmy" target="_blank"><i class="fab fa-discord"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-full cl-copyright">
<span>
Copyright © SEC-ARMY <script>document.write(new Date().getFullYear());</script> All rights reserved | Design by <a href="https://instagram.com/thehackingsage" target="_blank">Mr.SAGE</a>
</span>
</div>
</div>
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</section>
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<div id="preloader">
<div id="loader">
</div>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>