-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·723 lines (711 loc) · 35.1 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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CYBER SQUAD</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- Google Font -->
<link href="http://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Allerta+Stencil:400,700,900:normal" rel="stylesheet" type="text/css">
<!-- Bootstrap Core CSS -->
<link href="bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!-- Plugins CSS -->
<link href="assets/css/normalize.css" type="text/css" rel="stylesheet" />
<link href="assets/css/animate.css" type="text/css" rel="stylesheet" />
<!-- Main CSS -->
<link href="assets/css/style.css" type="text/css" rel="stylesheet" />
<link href="assets/css/responsive.css" type="text/css" rel="stylesheet" />
<!-- icons -->
<link href="assets/css/iline-icons.css" type="text/css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" type="text/css" rel="stylesheet" />
<!-- Shortcut icon -->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<!-- NAVIGATION START -->
<header class="CYBER SQUAD-navbar" data-id="default-navbar">
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="assets/images/logo.jpg" alt="cyber squad logo" class="img-responsive" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="https://discord.gg/mAgmTSs">Our Den</a></li>
<li><a href="team.html">Our team</a></li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Arsenal <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="biginer.html">
LEVEL 0 RESOURCES
</a>
</li>
<li>
<a href="intermediate.html">
OUR TOOLS
</a>
</li>
<li>
<a href="bug.html">
BUG BOUNTY RESOURCES
</a>
</li>
<li>
<a href="passwordcombo.html">
PASSWORD COMBO LIST
</a>
</li>
</ul>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="text-primary" href="login.html">Login</a></li>
<li><a class="text-success" href="sign-up.html">Sign Up</a></li>
<li><a href="about.html" >About</a></li>
<li><a href="terms.html" >Terms</a></li>
<li><a href="contact.html" >Contact</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</header>
<!-- NAVIGATION END -->
<!-- MAIN CONTAINER -->
<div class="main-content">
<!-- Image Slider -->
<section class="slider-content">
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- .row -->
<div class="row">
<div class="col-xs-12 no-padding">
<div id="main-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#main-carousel" data-slide-to="0" class="active"></li>
<li data-target="#main-carousel" data-slide-to="1"></li>
<li data-target="#main-carousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<!-- img src="assets/images/slider/Slider-1.png" alt="first slider image" /-->
<div class="carousel-caption">
<span class="caption-head" data-animation="animated bounceInLeft"><span class="text-success">JOIN US</span> & <span class="text-primary">AND START HACKING FOR GOOD </span></span>
<p class="text-center" data-animation="animated bounceInRight">Ready to be a H@CK3R ?</p>
<a class="btn btn-primary btn-lg" data-animation="animated zoomInUp" href="#">Join US </a>
</div>
</div>
<div class="item">
<!--img src="assets/images/slider/Slider-2.png" alt="second slider image" / -->
<div class="carousel-caption">
<span class="caption-head" data-animation="animated bounceInDown">A <span class="text-success">CTF squad</span> team</span><br/>
<p class="text-center" data-animation="animated bounceInUp">Join us of CTF events</p>
<a class="btn btn-success btn-lg" data-animation="animated zoomInRight" href="#">join now</a>
</div>
</div>
<div class="item">
<!-- img src="assets/images/slider/Slider-3.png" alt="thirth slider image" / -->
<div class="carousel-caption">
<span class="caption-head" data-animation="animated zoomInLeft" >resources to be a skilled <span class="text-danger"> hacker</span></span><br/>
<p class="text-center" data-animation="animated flipInX">Lets form a <span class="text-danger"> Red </span> team</p>
<a class="btn btn-danger btn-lg" data-animation="animated lightSpeedIn" href="#">Continue reading</a>
</div>
</div>
</div>
<div class="slider-inner">
<div class="boxed">
<h1 class="text-primary wow fadeInDown text-uppercase" data-wow-duration="1.8s" data-wow-delay=".2s">CYB3R SQUAD</h1>
<span class="line-sep-green"></span>
<h3 class="text-white text-uppercase wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
THE SQUADH00D <span class="text-success"></span>
</h3>
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /Image Slider -->
<section class="blue cut-ccw02">
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- .row -->
<div class="row">
<div class="col-sm-6 col-xs-12">
<h2 class="uppercase wow fadeInDown" data-wow-duration=".8s" data-wow-delay=".2s">Why cybersquad</h2>
<span class="line-sep-blue"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
Usually we all say hackers are lone wolves or like a hacking machine. We are wolf gang and usually wolf gang wins over lone wolves. We are an evolving hackers joined together
in facing a every challenges like CTF. We create tools signes with 0x003F signature.<br><br>
We are white hats || We hack for good || We are an army.
</p>
</div>
<div class="col-sm-6 col-xs-12">
<div class="thumbnail mar-auto wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<figure>
<img src="assets/images/media/hack.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/media/hack.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<section class="pattern-3">
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<div class="panel-group panel-accordion" id="accordion" role="tablist" aria-multiselectable="true">
<!-- panel 1 -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<div class="side-tab" data-target="#tab1" data-toggle="tab" role="tab" aria-expanded="false">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
LEVEL 0 RESOURCES
</a>
</h4>
</div>
<i class="icon iline2-arrow407"></i>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<p class="panel-body no-margin-bottom">
The required resources for the person who never entered hacking, to make
him understand the basics like IP address and network esentials and make him/her
to involve in hacking by providing random hacking techniques and make them fimilar
with the concepts.
</p>
</div>
</div>
<!-- /panel 1 -->
<!-- panel 2 -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<div class="side-tab" data-target="#tab2" data-toggle="tab" role="tab" aria-expanded="false">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Intermidiate
</a>
</h4>
</div>
<i class="icon iline2-arrow407"></i>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<p class="panel-body no-margin-bottom">
Once the hacker is capable of understanding basic terms and fimilar with
basic attacks the offical courses like CEHV10(pirated) are usually the
great way to begin with network hacking and other resources randomly
including black hat are provided and parallely they can be involved
in CTF events in cyber squad team to paticipate in events and contest
like HACK THE BOX.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<div class="side-tab" data-target="#tab3" data-toggle="tab" role="tab" aria-expanded="false">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
BUG BOUNTY
</a>
</h4>
</div>
<i class="icon iline2-arrow407"></i>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<p class="panel-body no-margin-bottom">
Once the hacker is ready to penetrate trough the vulnerable networks
and systems the bug bounty is the great option to make money as side
skill so we provide both resourse and help in earning.
</p>
</div>
</div>
<!-- /panel 3 -->
</div><!-- /.panel-group -->
</div> <!-- /.col-md-6 -->
<div class="col-md-6 hidden-xs">
<!-- begin notebook mockup -->
<div class="md-notebook md-glare">
<div class="md-lid">
<div class="md-camera"></div>
<div class="md-screen">
<!-- content goes here -->
<div class="tab-featured-image">
<div class="tab-content">
<div class="tab-pane in active" id="tab1">
<img src="assets/images/media/sk.jpeg" alt="" class="img img-responsive" />
</div>
<div class="tab-pane " id="tab2">
<img src="assets/images/media/in.jpeg" alt="" class="img img-responsive" />
</div>
<div class="tab-pane fade" id="tab3">
<img src="assets/images/media/bb.jpg" alt="" class="img img-responsive" />
</div>
</div>
</div>
</div>
</div>
<div class="md-base"></div>
</div> <!-- end notebook mockup -->
</div> <!-- /.col-md-6 -->
</div> <!--/ .row -->
</div>
</div>
</div>
<!-- comment -->
</section>
<!-- Features -->
<section class="white">
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- .row -->
<div class="row">
<div class="col-md-6 mar-bottom-md">
<span class="icon blue-icon iline2-codings1"></span>
<h2 class="wow fadeInDown text-uppercase" data-wow-duration=".8s" data-wow-delay=".2s">skills required to be a hacker</h2>
<span class="line-sep-gray"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
Computer Hacking is a Science as well as an Art. Like any other expertise, you need to put a lot of effort in order to acquire knowledge and become an expert hacker. Once you are on the track, you would need more effort to keep up-to-date with latest technologies, new vulnerabilities and exploitation techniques.
An ethical hacker must be a computer systems expert and needs to have
very strong programming and computer networking skills.
An ethical hacker needs to have a lot of patience, persistence, and
perseverance to try again and again and wait for the required result.
Additionally, an ethical hacker should be smart enough to understand
the situation and other users’ mind-set in order to apply social engineering
exploits. A good ethical hacker has great problem-solving skills too.
</p>
</div>
<div class="col-md-6 mar-bottom-md">
<span class="icon green-icon iline2-tablet42"></span>
<h2 class="wow fadeInDown text-uppercase" data-wow-duration=".8s" data-wow-delay=".2s">who can join us?</h2>
<span class="line-sep-gray"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
Anyone who is intrested in hacking and have skills and is intrested in technology.
</p>
</div>
<div class="col-md-6 mar-bottom-md">
<span class="icon blue-icon iline2-newspaper7"></span>
<h2 class="wow fadeInDown text-uppercase" data-wow-duration=".8s" data-wow-delay=".2s">who can post resources</h2>
<span class="line-sep-gray"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
Only authorized personals in our squad can you can suggest for resources.
</p>
</div>
<div class="col-md-6 mar-bottom-md">
<span class="icon blue-icon iline2-dollar77"></span>
<h2 class="wow fadeInDown text-uppercase" data-wow-duration=".8s" data-wow-delay=".2s">Is it paid ?</h2>
<span class="line-sep-gray"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
We are not savages, we are brotherhood. Hope you understand from this sentance.
</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /Features -->
<section class="background-1">
<h2 class="hidden">150+ squad members </h2>
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<div class="highlight green">
Looking forward to evolve<br/>
</div>
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Portfolio -->
<section class="pattern-3">
<!-- .container -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<h2 class="wow fadeInDown text-uppercase" data-wow-duration=".8s" data-wow-delay=".2s">PORTFOLIO</h2>
<span class="line-sep-gray"></span>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
CYBER SQUAD is started as a whatsapp group by the group of people of 110 and and looking forward to increase the comunity and becoming stronger.
</p>
<ul class="filter list-inline text-center mar-top-lg">
<li><a class="active" href="#" data-filter="*">hacking wallpaers Show All</a></li>
<li><a href="#" data-filter=".photography" class="">hacking</a></li>
<li><a href="#" data-filter=".illustration" class="">cracking</a></li>
<li><a href="#" data-filter=".branding" class="">motivation</a></li>
<li><a href="#" data-filter=".web-design" class=""></a></li>
</ul>
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- All works -->
<ul class="isotope-gallery col-3-gallery">
<!-- .gallery-item -->
<li class="gallery-item branding">
<div class="work-body text-center">
<div class="thumbnail">
<figure>
<img src="assets/images/works/work-1.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-1.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item photography">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-2.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-2.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item web-design">
<div class="work-body text-center">
<div class="thumbnail">
<figure>
<img src="assets/images/works/work-3.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-3.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item illustration">
<div class="work-body text-center">
<div class="thumbnail">
<figure>
<img src="assets/images/works/work-4.png" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-4.png" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item photography">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-5.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-5.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item branding">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-6.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-6.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item web-design">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-7.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-7.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-8.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-8.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item branding">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-9.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-9.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
<!-- .gallery-item -->
<li class="gallery-item branding">
<div class="work-body text-center">
<div class=" thumbnail">
<figure>
<img src="assets/images/works/work-10.jpg" class="img-responsive" alt="" />
<div class="image-overlay">
<p>
<a href="assets/images/works/work-10.jpg" class="show-image">
<i class="iline2-arrows55"></i>
</a>
</p>
</div><!--image overlay-->
</figure><!--/figure-->
</div>
</div>
</li>
<!-- /.gallery-item -->
</ul>
<!-- /All works -->
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.col-md-12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /Portfolio -->
<!-- BEGIN FOOTER -->
<footer class="page-footer">
<!-- FOOTER CONTENT -->
<div class="container">
<!-- .row -->
<div class="row">
<!-- .col-md-12 -->
<div class="col-md-12">
<!-- .row -->
<div class="row">
<aside class="col-md-4 col-sm-6 col-xs-12 text-left">
<h3 class="uppercase">Newsletter</h3>
<span class="line-sep-gray"></span>
<p>
Subscribe to our weekly Newsletter and stay tuned
to all our updates.
</p>
<!-- Newsletter form -->
<form action="#" id="mailchimp-form" method="post" class="subscription" data-url="http://appdevfolio.us10.list-manage.com/subscribe/post?u=a024d704e715c033b405711a3&id=de4c3fd5b0">
<div class="form-group">
<div class="input-group">
<input type="email" class="form-control input-lg" placeholder="Your email address" id="mailchimp-email" name="EMAIL">
<span class="input-group-btn">
<button type="submit" class="btn btn-lg">
<i class="iline2-paper41"></i> Signup
</button>
</span>
</div>
</div>
<label for="mailchimp-email" class="text-danger text-center mailchimp-label"></label>
</form>
<!-- /Newsletter Registration Form -->
</aside>
<aside class="col-md-4 col-sm-6 col-xs-12 text-left">
<!-- Copyright Informations -->
<h3 class="uppercase">Copyright</h3>
<span class="line-sep-gray"></span>
<p>
CyberSquad 2020 ©
</p>
</aside>
<aside class="col-md-4 col-sm-6 col-xs-12">
<h3 class="uppercase">Visit Us</h3>
<span class="line-sep-gray"></span>
<!-- address -->
<address>
<a href="mailto:#">[email protected]</a><br/>
<a href="mailto:#">.............</a><br/>
24X7X365 Whenever<br>
</address>
<!-- /address -->
</aside>
</div>
<!-- /.row -->
<div class="row">
<div class="col-md-12 text-center mar-top-sm">
<!-- .social -->
<ul class="social">
<li><a href="#" class="icon-xl iline3-be"></a></li>
<li><a href="#" class="icon-xl iline3-facebook27"></a></li>
<li><a href="#" class="icon-xl iline3-instagram4"></a></li>
<li><a href="#" class="icon-xl iline3-twitter19"></a></li>
<li><a href="#" class="icon-xl iline3-vimeo11"></a></li>
</ul>
<!-- /.social -->
</div>
</div>
<!-- /.row -->
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- FOOTER CONTENT -->
</footer>
<!-- FOOTER END -->
<!-- End Footer -->
</div>
<!-- MAIN CONTAINER END -->
<!-- Back to top -->
<div id="back-to-top" class="back-to-top">
<a href="#" class="icon iline2-thin16 no-margin"></a>
</div>
<!-- Back to top end -->
<!-- Plugins JS -->
<script src="assets/js/libs/jquery-1.11.2.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/libs/jqBootstrapValidation.js"></script>
<script src="assets/js/libs/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/libs/imagesloaded.js"></script>
<script src="assets/js/libs/jquery.magnific-popup.min.js"></script>
<script src="assets/js/libs/isotope.pkgd.min.js"></script>
<script src="assets/js/libs/ParallaxScrolling.js"></script>
<script src="assets/js/libs/jquery.mailchimp.js"></script>
<script src="assets/js/libs/wow.min.js"></script>
<script src="assets/js/libs/jquery.fittext.js"></script>
<script src="assets/js/libs/jquery.lettering.js"></script>
<script src="assets/js/libs/jquery.textillate.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>