-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 4.57 KB
/
Copy pathindex.html
File metadata and controls
88 lines (85 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>null Study Group</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,700,700i,800,800i,900,900i&display=swap">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Social-Icons.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="font-family: Poppins, sans-serif;">
<div class="container">
<nav class="navbar navbar-light navbar-expand-md">
<div class="container-fluid"><a class="navbar-brand text-center" href="#" style="color: rgba(0,0,0,0.9);"><strong>n|u Study Groups</strong><br></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse d-md-flex justify-content-md-end" id="navcol-1">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<div style="background-color: rgba(0,0,0,0.06);padding-left: 5px;padding-right: 5px;"><a href="https://forms.gle/rTefzZ1SEaHCAPNb6" target="_blank"><strong>CFP!</strong></a></div>
</div>
</div>
</nav>
</div>
<div class="container">
<div class="row" style="margin-top: 50px;">
<div class="col-md-6" style="margin-top: 90px;">
<h1>null<strong> Study Groups</strong></h1>
<p class="text-start">null Study Group is an initiative by null - Open Security Community, where like minded people come together to learn different security topics (like Web Security, Cloud Security, etc.) under the guidance of mentors.<br><br></p>
<h4><strong>Call for Participation </strong>Open!</h4><a href="https://forms.gle/rTefzZ1SEaHCAPNb6" target="_blank"><strong>Register Here!</strong></a>
</div>
<div class="col-md-6"><img class="img-fluid" src="assets/img/undraw_good_team_m7uu.png"></div>
</div>
</div>
<section style="padding-top: 70px;margin-top: 30px;background: rgba(28,28,28,0.18);margin-bottom: 30px;padding-bottom: 70px;">
<div class="container">
<h3 style="text-decoration: underline #009e60 dotted;padding-bottom: 20px;">Study Group <strong>Domains</strong></h3>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<p><strong>Web</strong> Security</p>
</div>
<div class="col-md-3">
<p><strong>Cloud </strong>Security</p>
</div>
<div class="col-md-3">
<p><strong>iOS </strong>Security</p>
</div>
<div class="col-md-3">
<p><strong>IoT </strong>Security</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<p><strong>DevSecOps</strong></p>
</div>
<div class="col-md-3">
<p><strong>Android </strong>Security</p>
</div>
<div class="col-md-3">
<p><strong>Reverse </strong>Engineering</p>
</div>
<div class="col-md-3">
<p><strong>Kubernetes </strong>Security</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<p><strong>Infrastructure </strong>Security</p>
</div>
</div>
</div>
</section>
<div class="container">
<div class="social-icons"><a href="https://twitter.com/null0x00" target="_blank"><i class="icon ion-social-twitter"></i></a><a href="https://null.community" target="_blank"><i class="icon ion-android-globe"></i></a></div>
</div>
<footer>
<p class="d-lg-flex justify-content-lg-center" style="font-size: 10px;">© null Study Group | 2021</p>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>