-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
213 lines (199 loc) · 9.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta author="c">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="assets/img/favicon.png">
<title>NullSec</title>
</head>
<body class="dark-theme" oncontextmenu="return false">
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-up-arrow-alt scrolltop__icon'></i>
</a>
<!-- HEADER -->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="index.html" class="nav__logo">NullSec</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#aboutus" class="nav__link active-link">About Us</a></li>
<li class="nav__item"><a href="#whatwedo" class="nav__link">What We Do</a></li>
<li class="nav__item"><a href="#social" class="nav__link">Social</a></li>
<li class="nav__item"><a href="#gallery" class="nav__link">Gallery</a></li>
<li class="nav__item"><a href="#signup" class="nav__link">Sign Up</a></li>
<!-- <li class="nav__item"><a href="exploit.html" class="nav__link" target="_blank">BeEf Exploit</a></li> -->
<li><i class='bx bx-toggle-left change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-grid-alt'></i>
</div>
</nav>
</header>
<main class="l-main">
<!-- ABOUT US -->
<section class="home" id="aboutus">
<div class="home__container bd-container bd-grid">
<div class="home__img">
<img src="assets/img/new_logo.png" alt="">
</div>
<div class="home__data">
<h1 class="home__title">This Is NullSec</h1>
<p class="home__description">
We are part of the Special Interest Group (SIG) in School of ICT at Ngee Ann Polytechnic.
</p>
<div class="animationn">
<div class="text"></div>
</div>
<br />
</div>
</div>
</section>
<!-- WHAT WE DO -->
<section class="share section bd-container" id="whatwedo">
<div class="share__container bd-grid">
<div class="share__data">
<h2 class="section-title-center">This Is What We Do</h2>
<p class="share__description">
At NullSec, we aim to share and spread our knowledge in the cybersecurity field through
workshops conducted by our members and participating is various competition.
</p>
</div>
<div class="share__img">
<img src="assets/img/hacker.png" alt="">
</div>
</div>
</section>
<!-- SOCIAL -->
<section class="decoration section bd-container" id="social">
<h2 class="section-title">Catch Us On Our Socials</h2>
<div class="decoration__container bd-grid">
<div class="decoration__data">
<img src="assets/img/gmail.png" alt="" class="decoration__img">
<h3 class="decoration__title">Email</h3>
<a href="mailto:[email protected]" target="_blank" class="button button-link">Contact Us</a>
</div>
<div class="decoration__data">
<img src="assets/img/github.png" alt="" class="decoration__img">
<h3 class="decoration__title">Github</h3>
<a href="https://github.com/NullSec-SIG/" target="_blank" class="button button-link">Exciting Projects</a>
</div>
<div class="decoration__data">
<img src="assets/img/instagram.png" alt="" class="decoration__img">
<h3 class="decoration__title">Instagram</h3>
<a href="https://www.instagram.com/NullSec.sig/" target="_blank" class="button button-link">Follow</a>
</div>
</div>
</section>
<!-- GALLERY -->
<section class="decoration section bd-container" id="gallery">
<h2 class="section-title">Gallery</h2>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="gallery__data">
<img src="assets/img/gallery/img1.jpg" alt="" class="gallery__img">
</div>
</div>
<div class="swiper-slide">
<div class="gallery__data">
<img src="assets/img/gallery/img2.jpg" alt="" class="gallery__img">
</div>
</div>
<div class="swiper-slide">
<div class="gallery__data">
<img src="assets/img/gallery/img3.jpg" alt="" class="gallery__img">
</div>
</div>
<div class="swiper-slide">
<div class="gallery__data">
<img src="assets/img/gallery/img4.jpg" alt="" class="gallery__img">
</div>
</div>
<div class="swiper-slide">
<div class="gallery__data">
<img src="assets/img/gallery/img5.jpg" alt="" class="gallery__img">
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- SIGN UP -->
<section class="send section" id="signup">
<div class="send__container bd-container bd-grid">
<div class="send__content">
<h2 class="section-title-center send__title">Join Us</h2>
<p class="send__description">
Become A member of the club and get updates on the latest events and be informed of
our upcoming workshops!
</p>
<a href="#" class="button">Fill Up The Form</a>
</div>
<div class="send__img">
<img src="assets/img/joinusnow.png" class="send__pic" alt="">
</div>
</div>
</section>
</main>
<footer class="footer section">
<div class="footer__container bd-container bd-grid">
<div class="footer__content">
<h3 class="footer__title">
<a href="#" class="footer__logo">NullSec SIG</a>
</h3>
<p class="footer__description">
Why did the programmer leave the camping trip early?
<br><br>
<There were too many bugs>
</p>
</div>
<div class="footer__content">
<h3 class="footer__title">Ngee Ann Polytechnic</h3>
<ul>
<li><a href="https://www.np.edu.sg/Pages/default.aspx" target="_blank" class="footer__link">Ngee Ann Polytechnic </a></li>
<li><a href="https://www.np.edu.sg/ict/Pages/default.aspx" target="_blank" class="footer__link">School Of ICT </a></li>
<li><a href="https://map.np.edu.sg/npmap/web/app/#/app/placemark/7413" target="_blank" class="footer__link">NP Map </a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">
<a href="#" class="footer__logo">NullSec SIG</a>
</h3>
<p class="footer__description">
What’s the best way to catch a runaway robot?
<br><br>
<Use a botnet>
</p>
</div>
</div>
<div class="footer__copy">
<span>©2021 NullSec</span>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/scrambler.js"></script>
<script>
var swiper = new Swiper('.swiper-container', {
cssMode: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
pagination: {
el: '.swiper-pagination'
},
mousewheel: true,
keyboard: true,
});
</script>
</body>
</html>