-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (63 loc) · 6.19 KB
/
Copy pathabout.html
File metadata and controls
66 lines (63 loc) · 6.19 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
<!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="index.html" 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 active" href="#">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 text-center" style="margin-top: 50px;"><img class="img-fluid" src="assets/img/undraw_Contract_re_ves9.png" style="width: 30%;">
<p class="text-start"><strong>Objective - </strong>It is a null initiative, where people with similar interests in learning new security concepts or domains, come together and prepare a plan to achieve over six months.<br></p>
<h4 class="text-start">✍️ Detailed <strong>Overview</strong><br></h4>
<p class="text-start">Generally, study groups run for 6 months, where people with similar interests get together and learn. <br>Participants along with mentors create a plan about what they want to achieve during six months and try to complete the set goals. All the participants will be in communication, using the null Discord Server. Each group will have a dedicated channel associated with them, where they can ask questions, share resources, and mostly have fun learning.<br>There will be periodic calls where every one of us gets together and discusses our doubts, and mentors will also be present for these sessions. <br><br>Few pointers to keep in mind,<br></p>
<ul class="text-start">
<li>Preferences will be given to students<br></li>
<li>Each Study Group will only have 25 participants (which will be selected through filtering), as this will help in a better learning experience.<br></li>
<li>More people can be added if any seats free up.<br></li>
</ul>
<h4 class="text-start">👩🏫 Perks of Having a <strong>Mentor</strong><br></h4>
<ul class="text-start">
<li>Mentors are those having industry experience, who will be able to guide you throughout the journey.<br></li>
<li>Mentors’ help can be taken in setting up goals and objectives.<br></li>
<li>You can ask questions to the mentors, on how to do something, what to do or why are you doing a certain thing, but not limited to that.<br></li>
</ul>
<h4 class="text-start">🙏 Code of <strong>Conduct</strong><br></h4>
<p class="text-start">There are a few rules that one must follow to be part of the study groups,<br></p>
<ul class="text-start">
<li>Be nice to each other, and in case of any inconsistency that might lead to elimination from the group.<br></li>
<li>Be consistent and show your involvement in the group. NO PASSIVE LEARNING IS ALLOWED.<br></li>
<li>Please do not contact the mentor directly, if you have some problem or question you can put it in the group and tag the mentor and whenever they get time will help you with your query. It will also help others to learn as well.<br></li>
<li>Please keep note that the mentors will be available on weekends for doubt clearing sessions. And if they get the time they might reply on other days as well.<br></li>
<li>Please DO NOT share personal contact information with any of the members. All the communications are to be done over Discord(recommended) or emails.<br></li>
<li>If you are unable to dedicate time, please let the moderators know about it and so that things can proceed easily and that will the moderators in managing things better.<br></li>
<li>It is not a hand-holding thing, so you'll have to be self-motivated to learn and ask questions.<br></li>
</ul>
<h4 class="text-start">🤝 Benefits after <strong>Completion</strong><br></h4>
<ul class="text-start">
<li>You will have a better understanding of the subject and will be ready to move forward in it.<br></li>
<li>We encourage you to talk to the mentor to set up a goal that you want to be completed at the end of the study group that you can showcase in front of the world. It can be in form of an open-source project, blogs, etc.<br></li>
<li>You will increase your network by meeting and interacting with new people, which might help in your future endeavors.<br></li>
</ul>
<p class="text-start"><strong>We conduct these study group over discord on null Discord Server. </strong><br><strong>Join the discord server using the link - </strong><a href="http://discord.gg/bhwDVGC9Du"><strong>discord.gg/bhwDVGC9Du </strong></a><br><br><strong>Hope to see you there! </strong><a href="https://emojipedia.org/fire/">🔥 </a><br><br><br><br></p>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>