-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
398 lines (386 loc) · 20.5 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
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
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title>Piyush Raj • Portfolio</title>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="Independent Security Researcher, Software Developer & Open Source Enthusiast">
<meta name="Keywords" content="Piyush,Raj,Piyush Raj,0x48piraj,gsoc,security,open source,cyber security,india">
<meta property="og:title" content="Piyush Raj (0x48piraj)">
<meta property="og:type" content="website">
<meta property="og:url" content="index.html">
<meta property="og:image" content="avatar.png">
<meta property="og:description" content="Independent Security Researcher, Developer & Open Source Enthusiast." />
<meta name="theme-color" content="#4d4256">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/main.css" />
<link href="assets/michalsnik/aos/2.0.4/dist/aos.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400italic|Dancing+Script" rel="stylesheet" type="text/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="assets/css/github.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154864356-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154864356-1');
</script>
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"/>
<style>
.myfont{
font-family: 'Josefin Sans', sans-serif ;
}
#homeimg {
opacity: 1;
margin: auto;
height: 200px;
z-index: 10;
width: 200px;
border-radius: 100px;
background-image: url('images/profile.jpg');
background-size: 110%;
background-position-x: 65%;
box-shadow: 0 0 50px #151414;
background-color: #000000;
}
.nomargin{
margin: 0px;
}
.faw-up{
/* padding: 20px; */
background-color: #4a4a4a;
box-shadow: rgb(76, 92, 150) 0 0 15px;
font-size: 30px;
width: 50px;
padding: 10px;
height: 50px;
margin: 10px;
text-align: center;
text-decoration: none;
border-radius: 50%;
cursor: pointer;
}
.faw-up:hover {
opacity: 0.7;
}
.faw-dwn{
/* padding: 20px; */
background-color: #4a4a4a;
box-shadow: rgb(76, 92, 150) 0 0 15px;
font-size: 30px;
width: 50px;
padding: 10px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 50%;
cursor: pointer;
}
.faw-dwn:hover {
opacity: 0.7;
}
#banner:before,#banner:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23555867%3B' /%3E%3C/svg%3E");
}
.notr{
text-transform: none !important;
}
.zeroradius{
border-radius: 0px !important;
}
.calendar {
min-height: 0px;
}
</style>
</head>
<body>
<div id="page-wrapper">
<header id="header" class="alt">
<h1><a href="#">Piyush Raj</a></h1>
<nav>
<a class="button" target="_blank" href="https://medium.com/@0x48piraj"><i class="fa fa-newspaper-o" aria-hidden="true"></i> Medium</a>
<a class="button" href="#menu"><nav></a>
</nav>
</header>
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a target="_blank" href="https://medium.com/@0x48piraj">My Medium Blog</a></li>
<li><a href="#intro">Intro</a></li>
<li><a href="#worked">Worked</a></li>
<li><a href="#OSSC">OSS Contributions</a></li>
<li><a href="/projects">Open Source Projects</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<section id="banner" style="min-height:90%">
<div class="inner">
<div class="logo"><div id="homeimg"></div></div>
<h2 id="headtext" class="notr myfont" style="text-align: center;">
<b>Piyush Raj</b>
<br><code>Open Source Journey</code><br>
</h2>
<p class="notr myfont" style="text-align: center;">
<!-- Software Development Engineering Intern at <a href = "" target="_blank">XYZ</a><br>
Mentor at <a href="https://codein.withgoogle.com/">Google Code-In</a><br><a href="" target="_blank">Student</a> at <a target="_blank" href="https://summerofcode.withgoogle.com/">Google Summer of Code</a><br> -->
Originator of <a target="_blank" href="https://github.com/Uvolve">Uvolve</a> and <a target="_blank" href="https://github.com/pwninthehole">Pwn in the hole</a><br>Independent Security Researcher, Software Developer & Open Source Enthusiast<br>
<!-- <a href="cdn-cgi/l/email-protection.html#83eee6c3f7e2eee6e6f0ebadeaed"><span class="__cf_email__" data-cfemail="1d70785d697c7078786e75337473">[email protected]</span></a><br> -->
<a target="_blank" href="https://linkedin.com/in/0x48piraj" class="fa faw-up fa-linkedin"></a>
<a target="_blank" href="https://www.facebook.com/0x48piraj" class="fa faw-up fa-facebook"></a>
<a target="_blank" href="https://github.com/0x48piraj" class="fa faw-up fa-github"></a>
<a target="_blank" href="https://instagram.com/piyushrajofficial" class="fa faw-up fa-instagram"></a>
<a target="_blank" href="https://twitter.com/0x48piraj" class="fa faw-up fa-twitter"></a>
<a target="_blank" href="https://0x48piraj.com" class="fa faw-up fa-globe"></a><br>
<a target="_blank" href="https://pwninthehole.com" class="notr myfont button">My Security Blog</a>
<center><p class="notr myfont" style="text-align: center;"><h3 style="text-align: center;font-size:1.5em">What's New?</h3>
<!-- <a target="_blank" href="" class="notr myfont button">Engineering Intern</a><br>
<a target="_blank" href="" class="notr myfont button">SWE Intern</a><br>
<a target="_blank" href="#" class="notr myfont button">Speaking at Bsides Delhi Security Conference 2019</a><br> -->
<a target="_blank" href="https://aroma.ofthesongs.com" class="notr myfont button">Launch of Aroma of the Songs</a><br>
</center><br>
</center><br>
<span id="intro"></span>
<div class="calendar">
<!-- Loading stuff -->
Loading the data just for you.
</div>
</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div data-aos="fade-up" class="inner">
<a class="image" style="border-radius: 100%;"><img src="images/octocat.png" alt="My octocat" /></a>
<div class="content">
<h2 class="major myfont">About Me!</h2>
<!-- <h3 class="major myfont">Diving into the world of applications of cryptography in modern cryptosystems</h3> -->
<p class="myfont">
Open Source Contributor at <a target="_blank" href="https://opensourcerover.jpl.nasa.gov/" target="_blank">JPL's Build-It-Yourself Rover - NASA</a><br>
Creator of <a target="_blank" href ="https://github.com/fossasia/Connect-Me" target="_blank">Connect-Me | FOSSASIA</a><br>
Originator of <a target="_blank" href="https://theabuseproject.com/">The Abuse Project</a><br>
Founder & Current President at <a target="_blank" href="https://mfossociety.github.io/">Manipal FOSS Society</a><br>
<a target="_blank" href="https://manipal.edu/mit/programs/program-list/btech/btech-computer-and-communication-engineering.html">Computer Science and Communication Engineering</a> Sophomore at <a target="_blank" href="https://en.wikipedia.org/wiki/Manipal_University_Jaipur">Manipal University Jaipur</a><br>
Independent Security Researcher, Developer & Open Source Enthusiast ♥
</p>
<a target="_bl" href="https://0x48piraj.com" class="special">Learn more</a>
</div>
</div>
<span id="worked"></span>
</section>
<br>
<h1 style="font-size: 3em;text-align: center" class="myfont">Worked</h1>
<br>
<div id="two" data-aos="fade-up" class="wrapper alt spotlight style3">
<div class="inner">
<a target="_blank" href="#" class="image zeroradius"><img class="zeroradius" src="images/nasa.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">NASA-JPL Mars Rover</h2>
<h3 class="nomargin myfont">Open Source Contributor</h3>
<h3 class="nomargin myfont">September – December 2018</h3>
<p>The JPL Open Source Rover is an open source, build it yourself, scaled down version of the 6 wheel rover design that JPL uses to explore the surface of Mars. The Open Source Rover is designed almost entirely out of consumer off the shelf (COTS) parts. This project is intended to be a teaching and learning experience for those who want to get involved in mechanical engineering, software, electronics, or robotics.</p>
<a target="_blank" href="https://opensourcerover.jpl.nasa.gov/" class="special">Learn more</a>
</div>
</div>
</div>
<div id="two" data-aos="fade-up" class="wrapper spotlight style2">
<div class="inner">
<a target="_blank" href="https://summerofcode.withgoogle.com/archive/2019/organizations/5214459562295296/" class="image zeroradius"><img class="zeroradius" src="images/gsoc_logo.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">Google Summer of Code - Freshman year</h2>
<h3 class="nomargin myfont">Student Developer at GSoC '19 for OWASP Foundation</h3>
<h3 class="nomargin myfont">Implementation of Top 10 IoT vulnerabilities in 2018 under IoT-Goat Project</h3>
<h3 class="nomargin myfont">May – August 2019</h3>
<p>Google Summer of Code is a global program focused on bringing more student developers into open source software development. Students work with an open source organization on a 3 month programming project during their break from school.</p>
<a target="_blank" href="https://twitter.com/ithilgore/status/1125787190318063616" class="special">Learn more</a>
<a target="_blank" href="https://twitter.com/ithilgore/status/1125787190318063616" class="special">Project Proposal</a>
<a target="_blank" href="https://medium.com/@0x48piraj/coming-soon-i-guess" class="special">Blog Post</a>
</div>
</div>
</div>
<div id="two" data-aos="fade-up" class="wrapper spotlight alt style3">
<div class="inner">
<a class="image zeroradius" ><img class="zeroradius" src="images/gci.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">Google Code-In</h2>
<h3 class="nomargin myfont">Contribution Winner in FOSSASIA</h3>
<h3 class="nomargin myfont">November 2017 – January 2018</h3>
<p>
</p>
<a href="https://gci17.fossasia.org/" target="_blank" class="special">Learn more</a>
</div>
</div>
</div>
<div id="two" data-aos="fade-up" class="wrapper spotlight style2">
<div class="inner">
<a class="image zeroradius" ><img class="zeroradius" src="images/fossasia.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">FOSSASIA</h2>
<h3 class="nomargin myfont">Active Open Source Contributor & Maintainer</h3>
<h3 class="nomargin myfont">November 2017 – Forever</h3>
<p>Developing Open Source Software and Open Hardware to improve people's lives.</p>
<a href="https://github.com/orgs/fossasia/people?utf8=%E2%9C%93&query=0x48piraj" target="_blank" class="special">Learn more</a>
</div>
</div>
</div>
<div id="two" data-aos="fade-up" class="wrapper spotlight alt style3">
<div class="inner">
<a class="image zeroradius" ><img class="zeroradius" src="images/mfoss.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">Manipal FOSS Society</h2>
<!-- <h3 class="nomargin myfont">Sub-Coordinator</h3> -->
<h3 class="nomargin myfont">Founder</h3>
<h3 class="nomargin myfont">Current President</h3>
<h3 class="nomargin myfont">May 2018 – Present</h3>
<p>Free And Open Source Club in Manipal University Jaipur to pump up the Open Source culture, encourage more people to get into Open Source Software Development and to awaken the Open Source spirit among students.</p>
<p>
Helped in organising the second edition of <a href="https://www.lugm.xyz/musoc/">Manipal University Summer of Code</a>
</p>
<a href="https://www.lugm.xyz/musoc/" target="_blank" class="special">Mentor at MUSoC '19</a>
</div>
</div>
</div>
<div id="two" data-aos="fade-up" class="wrapper spotlight style2">
<div class="inner">
<a class="image"><img src="images/opensourcedesign.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;" class="myfont">Open Source Design</h2>
<!-- <h3 class="nomargin myfont"></h3> -->
<h3 class="nomargin myfont">Active Contributor</h3>
<h3 class="nomargin myfont">Team Leader at <a href="https://github.com/orgs/opensourcedesign/teams/india">@opensourcedesign/india</a></h3>
<h3 class="nomargin myfont">December 2017 – Present</h3>
<p>Community of designers and developers pushing more open design processes and improving the user experience and interface design of open source software.</p>
<a href="https://opensourcedesign.net/" class="special">Learn more</a>
</div>
</div>
</div>
<!-- Three -->
<section id="three" class="wrapper spotlight style3 alt ">
<div class="inner">
<a class="image"><img src="images/moz.png" alt="" /></a>
<div class="content">
<h2 class="major">Mozilla Campus Club<br></h2>
<h3 class="nomargin myfont">Mozilla Campus Club Captain</h3>
<p>Mozilla Campus Clubs are Mozilla Clubs that take place at a University or College - These clubs take advantage of the unique learning environments of Universities and Colleges to bring students with a passion for technology together to build and innovate on open source projects that build the open web.</p>
<a target="_blank" href="https://mfossociety.github.io/" class="special">Learn more</a>
</div>
</div>
</section>
<section id="three" class="wrapper spotlight style2 ">
<div class="inner">
<a class="image"><img src="images/girlscript.png" alt="" /></a>
<div class="content">
<h2 class="major">GirlScript Foundation</h2>
<h3 class="nomargin myfont">Mentor, Project Admin</h3>
<h3 class="nomargin myfont">May 2018 – August 2019 (consecutive)</h3>
<p>GirlScript Foundation is a non-profit organisation in India that helps beginners in technology and promotes the role of Diversity and Inclusion in Tech Industry.</p>
<!-- <a href="#" class="special">Learn more</a> -->
</div>
</div>
</section>
<section id="three" class="wrapper spotlight style3 alt ">
<span id="OSSC"></span>
<div class="inner">
<a class="image"><img src="images/opensource-logo.png" alt="" /></a>
<div class="content">
<h2 class="major">Notable Open Source Contributions</h2>
<h3 class="nomargin myfont">Contributor</h3>
<h3 class="nomargin myfont">May 2014 – Present</h3>
<p>Contributed to — <br><a target="_blank" href="https://github.com/qazbnm456/awesome-cve-poc">qazbnm456/awesome-cve-poc</a><br><a target="_blank" href="https://github.com/openwrt/luci">openwrt/luci</a><br><a target="_blank" href="https://github.com/mame82/duck2spark">mame82/duck2spark</a><br><a target="_blank" href="https://github.com/wine-mirror/wine">wine-mirror/wine</a></p>
</div>
</div>
</section>
<!-- <br>
<h1 style="font-size: 3em;text-align: center" class="myfont">Alma mater</h1>
<br>
<section id="two" class="wrapper spotlight style3 alt">
<div class="inner">
<a class="image"><img src="images/muj.png" alt="" /></a>
<div class="content">
<h2 class="major" style="text-transform: none !important;font-family: 'Josefin Sans', sans-serif !important;">Manipal University Jaipur</h2>
<h3 class="nomargin myfont">Bachelors in Technology</h3>
<h3 class="nomargin myfont">Computer Science and Communications Engineering</h3>
<p></p>
<a href="http://www.jaipur.muj.edu/" target="_blank" class="special myfont">Learn more</a>
</div>
</div>
</section> -->
<!-- Three
<section id="three" class="wrapper spotlight style2 alt">
<div class="inner">
<a href="#" class="image"><img src="images/kvs.png" alt="" /></a>
<div class="content">
<h2 class="major myfont">Kendriya Vidyalaya, Patna</h2>
<h3 class="nomargin myfont">Senior High School</h3>
<p></p>
<a href="http://kvs.edu.in" target="_blank" class="special myfont">Learn more</a>
</div>
</div>
<span id="projects"></span>
</section>-->
<br>
<!--
<br >
<h1 style="font-size: 3em;text-align: center" class="myfont">Projects</h1>
<br>
<center><hr width="50%">
<a target="_blank" href="https://github.com/0x48piraj" class="button">Browse All Projects</a><hr width="50%"></center>
<br ><br ><br >
<h1 style="font-size: 3em;text-align: center">Etc.</h1>
<br>
<section id="three" class="wrapper alt spotlight style3">
<div class="inner">
<a href="#" class="image"><img src="images/cam.png" alt="" /></a>
<div class="content">
<p>The following are a few things I do or used to do before when I'm not coding:
<ul>
<li>Photography</li>
<li>Reading books</li>
<li>Listening to Music!</li>
</ul>
</p>
</div>
</div>
</section>-->
</section>
<!-- mainwrapper close -->
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<ul class="contact">
<li><a target="_blank" href="https://linkedin.com/in/0x48piraj" class="myfont"> LinkedIn</a></li>
<li><a target="_blank" href="https://github.com/0x48piraj" class="myfont"> GitHub</a></li>
<li><a target="_blank" href="https://www.facebook.com/0x48piraj" class=" myfont"> Facebook</a></li>
<li><a target="_blank" href="https://instagram.com/piyushrajofficial" class="myfont "> Instagram</a></li>
<li><a target="_blank" href="https://twitter.com/0x48piraj" class="myfont"> Twitter</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script>
GitHubCalendar(".calendar", "0x48piraj", { responsive: true });
</script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/michalsnik/aos/2.0.4/dist/aos.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
AOS.init();
$(window).on('load', function () {
AOS.refresh();
});
</script>
</body>
</html>