-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
287 lines (272 loc) · 9.35 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
<html>
<head>
<meta charset="UTF-8" />
<title>Najam Ul Saqib</title>
<meta name="theme-color" content="#779FA1" />
<meta name="viewport" content="initial-scale=0.9" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<!-- external resources -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Anonymous+Pro"
rel="stylesheet"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl"
crossorigin="anonymous"
/>
<meta
name="description"
content="Blog of Najam Ul Saqib where he puts his research work and experiences in the world of cyber security"
/>
<!-- local resources -->
<link href="/assets/global/style.css" rel="stylesheet" type="text/css" />
<link href="/assets/index/style.css" rel="stylesheet" type="text/css" />
<!-- Matrix -->
<style>
html,
body {
width: 100%;
height: 100%;
}
body {
background: linear-gradient(#000000);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>
</head>
<body>
<!-- the layer above the full screen particle.js -->
<div class="panel" id="main">
<!-- Illustration by https://www.instagram.com/kissdori/ -->
<img
src="assets/images/profile-gif-unscreen.gif"
height="200"
width="200"
/>
<p style="font-size: 50px; padding-top: 10px; margin-bottom: 5px">
Najam Ul Saqib
</p>
<p style="padding-bottom: 5px">
<i>aka Cyber Soldier</i>
</p>
<div class="interactive">
<!-- Icons by https://www.iconsdb.com/ -->
<!-- <a href="https://twitter.com/njmulsqb" target="_blank"
><img
src="/assets/index/images/twitter.png"
style="width: 51.2px; height: 51.2px"
/></a> -->
<span style="padding-right: 5px"></span>
<a href="https://hackerone.com/njmulsqb" target="_blank"
><img
src="/assets/images/hackerone_icon.png"
style="width: 51.2px; height: 51.2px"
/></a>
<!-- <span style="padding-right: 5px"></span>
<a href="https://bugcrowd.com/njmulsqb" target="_blank"><img src="/assets/images/bugcrowd_logo.png" style="width: 51.2px; height: 51.2px"/></a>
-->
<span style="padding-right: 5px"></span>
<a href="https://www.linkedin.com/in/njmulsqb" target="_blank"
><img
src="/assets/index/images/linkedin.png"
style="width: 51.2px; height: 51.2px"
/></a>
<span style="padding-right: 5px"></span>
<a href="https://github.com/njmulsqb" target="_blank"
><img
src="/assets/index/images/github.png"
style="width: 51.2px; height: 51.2px"
/></a>
<span style="padding-right: 5px"></span>
<a href="https://infosec.exchange/@cybersoldier" target="_blank"
><img
src="/assets/index/images/mastodon.png"
style="width: 51.2px; height: 51.2px"
/></a>
</div>
<div style="margin-top: 30px" class="interactive">
<a href="posts"
><button
type="button"
class="btn btn-outline-secondary"
style="margin-bottom: 10px"
>
Posts
</button></a
>
<!-- <a href="/online-cv"
><button
type="button"
class="btn btn-outline-secondary"
style="margin-bottom: 10px"
>
Resume
</button></a
> -->
<!-- <a href="disclosures"><button type="button" class="btn btn-outline-secondary" style="margin-bottom: 10px">disclosures</button></a> -->
</div>
</div>
<!-- Matrix test -->
<!--
This is an implementation of the green code seen in The Matrix film and video game franchise.
This project demonstrates five concepts:
1. Drawing to floating point frame buffer objects, or 'FBO's,
for performing computation and post-processing
2. GPU-side computation, with a fragment shader
updating two alternating FBOs
3. Rendering crisp "vector" graphics, with a multiple-channel
signed distance field (or 'MSDF')
4. Creating a blur/bloom effect from a texture pyramid
5. Color mapping with noise, to hide banding
For more information, please visit: https://github.com/Rezmason/matrix
-->
<!-- <script src="lib/regl.min.js"></script> -->
<script src="lib/regl.js"></script>
<!-- <script type="module" src="assets/main.js"></script> -->
<!-- the full screen particle.js in the background -->
<!-- <div id="particles-js"></div>
<script src="/assets/global/script.js"></script>
<script src="/assets/index/script.js"></script>
-->
<!-- stars -->
<div class="stars">
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
</div>
<div id="particles-js" class="particles-div"></div>
<noscript>
<div class="panel" align="center" style="color: #fff">
<h1>Please enable JavaScript.</h1>
</div>
</noscript>
<script>
particlesJS("particles-js", {
particles: {
number: { value: 160, density: { enable: true, value_area: 800 } },
color: { value: "#ffffff" },
shape: {
type: "circle",
stroke: { width: 0, color: "#000000" },
polygon: { nb_sides: 5 },
image: { src: "img/github.svg", width: 100, height: 100 },
},
opacity: {
value: 1,
random: true,
anim: { enable: true, speed: 1, opacity_min: 0, sync: true },
},
size: {
value: 3,
random: true,
anim: { enable: true, speed: 4, size_min: 0.3, sync: true },
},
line_linked: {
enable: true,
distance: 150,
color: "#ffffff",
opacity: 0.4,
width: 1,
},
move: {
enable: true,
speed: 1,
direction: "none",
random: true,
straight: true,
out_mode: "out",
bounce: true,
attract: { enable: true, rotateX: 600, rotateY: 600 },
},
},
interactivity: {
detect_on: "canvas",
events: { onhover: { enable: true, mode: "bubble" }, resize: true },
modes: {
grab: { distance: 400, line_linked: { opacity: 1 } },
bubble: {
distance: 250,
size: 0,
duration: 2,
opacity: 0,
speed: 3,
},
repulse: { distance: 400, duration: 0.4 },
push: { particles_nb: 4 },
remove: { particles_nb: 2 },
},
},
retina_detect: true,
});
$("document").ready(function () {
$(".panel").fadeIn(1000);
});
</script>
<noscript>
<div class="panel"><h1>Please enable JavaScript.</h1></div>
</noscript>
</body>
</html>