-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.html
539 lines (454 loc) · 23.2 KB
/
home.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>OWASP</title>
<meta charset="UTF-8">
<meta name="description" content="Real estate html template">
<meta name="keywords" content="real estate, html">
<meta name="viewport" content="width=device-width,height=device-height, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Sarabun:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/footer.css" />
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/gallery.css"/>
<link rel="stylesheet" href="css/blog.css"/>
<link rel="stylesheet" href="css/timer.css"/>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/particle.css">
<style>
@media screen and (max-width: 656px) {
.title{
left:22vw;
top:-7vh !important;
width: 30px;
padding-right: 0px !important;
}
.aboutUspara{
position: relative;
left:-10vw;
}
}
</style>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section" style="transform: scale(0.8);">
<a href="index.html" class="site-logo" style="position: relative;left:-10%; top:-10px">
<img src="img/owasp_temp_logo.png" alt="">
</a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<div class="container" style="position: relative;left:-10%;">
<ul class="main-menu">
<li><a href="./">Home</a></li>
<li><a href="./team">Team</a></li>
<li><a href="./techniti">Techniti </a></li>
</ul>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section" style="background-color:darkgrey; height: 100%;">
<div class="hero-social-warp">
<div class="hero-social">
<a href="https://www.facebook.com/owasptsc/" target="_blank"><i class="fa fa-facebook filtered" ></i></a>
<a href="https://www.instagram.com/owasp_tiet/" target="_blank"><i class="fa fa-instagram filtered"></i></a>
</div>
</div>
<div style="font-size: 150px;position:absolute; left :30%;top:25%;" class="OWASP">OWASP</div>
<div style="font-size: 30px;position:absolute; left :30%;top:60%;" class="hometext">Open Web Application Security Project</div>
<div id="particles-js"></div>
</section>
<br><br><br>
<link rel="stylesheet" href="./styles.css" />
<section class="pt100 pb100">
<div class="container" style="transform: scale(0.8);left:11vw;position: relative;">
<div class="section_title">
<h3 class="title" style="position:relative;top:60px;">
About <span style="color: #f50136;">Us</span>
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<p style="text-align: justify; margin-bottom: 20px;" class="aboutUspara">
The Project Management is a platform to learn expert techniques for building successful project teams, creating efficient plans and implementing effective tracking measures to ensure your projects come in on deadline and on budget. In one fast-paced, well-designed day, we’ll cover all the essential elements of project management.
</p>
</div>
</div>
<!--event features end-->
</div>
</section><br><br><br>
<section class="ftco-section ftco-counter" id="section-counter" style="background-color: black;" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row d-md-flex align-items-center" >
</div>
</div>
<div class="col-lg-8" style="left:15vw">
<div class="row d-md-flex align-items-center">
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="2000">0</strong>
<span>Done Works</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="300">0</strong>
<span>Happy Customers</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="100">0</strong>
<span>Coffee</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="1000">0</strong>
<span>Work Hours</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="gallery_part section_padding" style="padding:0px; padding-top:40px">
<div class="container" style="height: 100%;">
<div class="gallery text-center">
</div>
<span class="subheading"></span>
<h2 class="mb-4 gallerymedia" style="position: absolute;left:42.5vw ; width:30px;">Gallery</h2>
<p></p>
<div class="row" style="transform: scale(0.8);">
<div class="col-xl-12">
<div class="gallery_part_item">
<div class="grid">
<div class="grid-sizer"></div>
<a href="./img/IMG_8303.JPG" class="grid-item bg_img img-gal grid-item--height-1 img-size--property lazy" style="background-image: url('./img/IMG_8303.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8314.JPG" class="grid-item bg_img img-gal img-size--property lazy" style="background-image: url('./img/IMG_8314.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8324.JPG" class="grid-item bg_img img-gal img-size--property lazy" style="background-image: url('./img/IMG_8324.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8339.JPG" class="grid-item bg_img img-gal grid-item--height-2 img-size--property lazy" style="background-image: url('./img/IMG_8339.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8597.JPG" class="grid-item bg_img img-gal grid-item--height-2 img-size--property lazy" style="background-image: url('./img/IMG_8597.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8856.JPG" class="grid-item bg_img img-gal grid-item--width-1 img-size--property lazy" style="background-image: url('./img/IMG_8856.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
<a href="./img/IMG_8506.JPG" class="grid-item bg_img img-gal sm_weight grid-item--height-1 img-size--property lazy" style="background-image: url('./img/IMG_8506.JPG')">
<div class="single_gallery_item">
<div class="single_gallery_item_iner">
<div class="gallery_item_text">
<i class="ti-zoom-in"></i>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-team" style = "padding-top: 0px;background-color: black; padding-bottom: 10px;padding-left: 20px;">
<div class="container-fluid px-md-5">
<div class="row justify-content-center pb-3">
<div class="col-md-10 heading-section text-center ftco-animate fadeInUp ftco-animated" style = "padding-top: 0px;padding-bottom: 0;padding-left: 0;">
<span class="subheading"></span><br><br><br>
<h2 class="mb-4" style="filter: invert();">Exbo</h2>
<p></p>
</div>
</div>
<div class="row" >
<div class="col-md-12 ftco-animate fadeInUp ftco-animated">
<div class="carousel-team owl-carousel owl-loaded owl-drag">
<div class="owl-stage-outer owl-height" style="height: 502px;">
<div class="owl-stage" style="transform: translate3d(-459px, 0px, 0px); transition: all 0.25s ease 0s; width: 2299px;">
<div class="owl-item active" >
<div class="item">
<a href="#" class="team text-center">
<div class="img" style="background-image: url(./img/gensec.jpeg);"></div>
<h2>Sarthak Sharma</h2>
<span class="position">GenSec</span>
</a>
</div>
</div>
<div class="owl-item active" >
<div class="item">
<a href="#" class="team text-center">
<div class="img" style="background-image: url(./img/harkirat.jpg);"></div>
<h2>Harkirat Nagpal</h2>
<span class="position">GenSec</span>
</a>
</div>
</div>
<div class="owl-item active" >
<div class="item">
<a class="team text-center">
<div class="img" style="background-image: url(./img/Anmol.jpeg);"></div>
<h2>Anmol Goyal</h2>
<span class="position">Joint Sec</span>
</a>
</div>
</div>
<div class="owl-item active" >
<div class="item">
<a class="team text-center">
<div class="img" style="background-image: url(./img/Sirish.jpeg);"></div>
<h2>Sirish</h2>
<span class="position">JointSec</span>
</a>
</div>
</div>
<div class="owl-item active" >
<div class="item">
<a class="team text-center">
<div class="img" style="background-image: url(./img/IMG_20190130_140255.jpg);"></div>
<h2>Leeza</h2>
<span class="position">Content Head</span>
</a>
</div>
</div>
<div class="owl-item active" >
<div class="item">
<a class="team text-center">
<div class="img" style="background-image: url(./img/Malvika.jpeg);"></div>
<h2>Malvika</h2>
<span class="position">NonTech Head</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features-section" >
<div class="container" style="transform: scale(0.6);">
<div class="section-title" >
<h1 > <span style="background-color: #12c7b8; box-sizing: border-box; border-radius: 70%;">B</span>log</h1>
</div>
<hr class="style-eight" />
<br>
<br>
</div>
<div class="container" >
<div class="features-slider owl-carousel" style="transform: scale(0.9);">
<div class="feature-box ">
<h4>Data Structures</h4>
<p>Data structure is a process through which we can collect and organise data in an effective manner .</p><p>For example, we can store a list of items having the same data-type using the array data structure.</p>
</div>
<div class="feature-box">
<h4>Web Development</h4>
<p>Web development is the work involved in developing a web site for the Internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web-based internet applications (web apps), electronic businesses, and social network services. </p>
</div>
<div class="feature-box">
<h4>Competetive Programming</h4>
<p>It is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. There are several organizations who host programming competitions on a regular basis </p>
</div>
<div class="feature-box">
<h4> Photoshop</h4>
<p>It is an image editing software developed and manufactured by Adobe Systems Inc. Photoshop is considered one of the leaders in photo editing software. The software offers unique patterns and effects, as well as advanced brushes that allow them to create and customize digital masterpieces. </p>
</div>
<div class="feature-box">
<h4>Artificial Intelligence</h4>
<p>It is the simulation of human intelligence processes by machines, especially computer systems. These processes include learning , reasoning and self-correction. For example, speech recognition, problem-solving, learning and planning. </p>
</div>
</div>
<div class="features-slider owl-carousel" style="transform: scale(0.9);">
<div class="feature-box">
<h4>Machine Learning</h4>
<p>ML is a scientific study of algorithms and statistical models that computer systems use to perform a specific task without using explicit instructions, relying on patterns and inference instead. It is seen as a subset of AI. ML algorithms build a mathematical model based on sample data. </p>
</div>
<div class="feature-box">
<h4>App Development</h4>
<p>App development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. One can develop the app using different languages such as Java , c++, kotlin, Dart etc. </p>
</div>
<div class="feature-box">
<h4>Information Security</h4>
<p>It is the practice of protecting information by mitigating information risks. It is part of information risk management. It involves preventing unauthorized access, use, disclosure,destruction, corruption, modification, inspection,recording </p>
</div>
<div class="feature-box">
<h4>Data Science</h4>
<p>Data science is a multi-disciplinary field that uses scientific methods, processes, algorithms and systems to extract knowledge and insights from structured and unstructured data.It is a concept to unify statistics, data analysis in order to understand and analyze actual phenomena with data. </p>
</div>
<div class="feature-box">
<h4>Ethical Hacking</h4>
<p>Ethical hacking refers to the act of locating weaknesses and vulnerabilities of computer and information systems by duplicating the intent and actions of malicious hackers. Ethical hacking is also known as penetration testing, intrusion testing, or red teaming </p>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container" style="transform: scale(0.7);">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2 logo"></h2>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5" style="position: relative;left:30%;">
<li class="ftco-animate fadeInUp ftco-animated"><a href="https://www.facebook.com/owasptsc/" target="_blank"><span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate fadeInUp ftco-animated"><a href="https://www.instagram.com/owasp_tiet/" target="_blank"><span class="fa fa-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ">
<h2 class="ftco-heading-2">Have a Question?</h2>
<div class="block-21 mb-3 footerShift">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text" style="color: white;">Thapar University</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text"> +91 85690 36690<br>+91 95602 44110</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<!-- <p>
Copyright ©<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript">document.write(new Date().getFullYear());</script>2019 All rights reserved | This template is made with <i class="icon-heart color-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
</p> -->
</div>
</div>
</div>
</footer>
<!--====== Javascripts & Jquery ======-->
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script>
var count_particles, update;
count_particles = document.querySelector('.js-count-particles');
update = function() {
stats.begin();
stats.end();
if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) {
count_particles.innerText = window.pJSDom[0].pJS.particles.array.length;
}
requestAnimationFrame(update);
};
requestAnimationFrame(update);
</script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/main.js"></script>
<script src="js/exbo.js"></script>
<!-- jquery plugins here-->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/masonry.pkgd.js"></script>
<script src="js/custom.js"></script>
<script src="js/blog.js"></script>
<script src="js/timer.js"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js" type="text/javascript"></script>
<script>
$('.owl-carousel').owlCarousel({
items:4,
loop:true,
margin:10,
autoplay:true,
autoplayTimeout:1500,
autoplayHoverPause:true,
animateOut: 'slideOutDown',
animateIn: 'flipInX',
responsive:{
0:{
items:1,
nav:true
},
768:{
items:1,
nav:true,
},
1000:{
items:4,
nav:true,
loop:true
}
}
})
</script>
</body>
</html>