-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (278 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Linus Jung - Cybersecurity enthusiast</title>
<link rel="stylesheet" href="style.css" />
<link href="favicon.png" rel="shortcut icon" type="image/png" />
<!-- CDNs -->
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<!-- Standard SEO -->
<meta
name="description"
content="I am a cybersecurity enthusiast with a passion for coding. Check out my latest projects and what I’m up to right now."
/>
<meta name="keywords" content="Linus Jung, Leimen" />
<link rel="canonical" href="https://linusjung.dev" />
</head>
<body id="top">
<div class="wrapper">
<header class="header">
<h1 class="header__title">Linus Jung</h1>
<p class="header__intro">
Cybersecurity enthusiast with a passion for coding
</p>
<p class="header__intro">
I'm Linus, a cybersecurity and coding enthusiast on a mission to
automate tasks and constantly learn new things. Whether it's securing
our digital world or making life easier through automation, I'm here
to make it happen. Check out my latest
<a href="#projects">projects</a>,
<a href="#certificates">certificates</a> and what I’m up to right
<a href="#now">now</a>.
</p>
<div class="header__details">
<div class="header__details-location">
<i class="ph ph-map-pin"></i>
Leimen, DE
</div>
<div class="header__details-availability">
<span class="avail"></span>
<span id="availtime">Available for new opportunities</span>
</div>
<div class="header__toggle" id="theme-toggle"></div>
</div>
</header>
<main class="main">
<section class="section projects" id="projects">
<div class="section__title">
<h3>Projects</h3>
</div>
<div class="section__container" id="projects-container">
<p>Explore my diverse portfolio of projects:</p>
<a
href="https://github.com/lynusdev/AcePlan"
class="card project"
target="_blank"
>
<div class="project__header">
<h4 class="project__header-title">AcePlan</h4>
<span class="badge">2023</span>
</div>
<div class="project__details">
AcePlan is a web based substitute plan app designed for my
school to deliver individual plans for each student in a more
convenient and accessible way.
</div>
</a>
<a
href="https://github.com/lynusdev/YTChecker"
class="card project"
target="_blank"
>
<div class="project__header">
<h4 class="project__header-title">YTChecker</h4>
<span class="badge">2022</span>
</div>
<div class="project__details">
YTChecker is a proof of concept project. The script
automatically claims aged youtube channels that haven't been
claimed by their original owners yet.
</div>
</a>
<a
href="https://youtu.be/YQvXP5N2lNY"
class="card project"
target="_blank"
>
<div class="project__header">
<h4 class="project__header-title">RaidForums</h4>
<span class="badge">2023</span>
</div>
<div class="project__details">
A documentary about RaidForums, which was the go to place for
hackers to buy and sell breached databases.
</div>
</a>
<a
href="https://github.com/lynusdev/BreachForums-Credit-Farmer"
class="card project"
target="_blank"
>
<div class="project__header">
<h4 class="project__header-title">
BreachForums Credit Farmer
</h4>
<span class="badge">2022</span>
</div>
<div class="project__details">
A script that exploits a vulnerability in BreachForums's credit
system to generate unlimited credits for free.
</div>
</a>
</div>
<div class="section__footer">
<a href="#top">
<i class="ph ph-caret-up"></i>
</a>
</div>
</section>
<section class="section now" id="certificates">
<div class="section__title">
<h3>Certificates</h3>
</div>
<div class="section__container">
<p>Take a closer look at my professional certificates:</p>
<ul>
<li>
Google -
<a
href="https://www.coursera.org/account/accomplishments/verify/J3UGZD8XEYZZ"
target="_blank"
>Foundations of Cybersecurity</a
>
</li>
<li>
Google -
<a
href="https://www.coursera.org/account/accomplishments/verify/D7LJ7K7RPA7D"
target="_blank"
>Play It Safe: Manage Security Risks</a
>
</li>
<li>
Google -
<a
href="https://www.coursera.org/account/accomplishments/verify/EF8NNUDWKN7G"
target="_blank"
>Connect and Protect: Networks and Network Security</a
>
</li>
<li>
Google -
<a
href="https://www.coursera.org/account/accomplishments/verify/XRU9NTZALLQB"
target="_blank"
>Tools of the Trade: Linux and SQL</a
>
</li>
</ul>
</div>
<div class="section__footer">
<a href="#top">
<i class="ph ph-caret-up"></i>
</a>
</div>
</section>
<section class="section now" id="now">
<div class="section__title">
<h3>Now</h3>
</div>
<div class="section__container">
<p class="update">Last updated: October 31th, 2023</p>
<p>Find out what's keeping me busy at the moment:</p>
<ul>
<li>
Reviving past coding gems and giving them a new home on my
recently created GitHub
<a href="https://github.com/lynusdev" target="_blank"
>profile</a
>
</li>
<li>
In the process of acquiring the
<a
href="https://www.coursera.org/professional-certificates/google-cybersecurity"
target="_blank"
>Google Cybersecurity Professional Certificate</a
>
</li>
<li>Developing AcePlan, a substitute plan app for my school</li>
<li>
Proactively identified and reported a web directory listing
vulnerability and now providing assistance in the remediation
process
</li>
</ul>
</div>
<div class="section__footer">
<a href="#top">
<i class="ph ph-caret-up"></i>
</a>
</div>
</section>
<section class="section contact" id="contact">
<div class="section__title">
<h3>Contact</h3>
</div>
<div class="section__container">
<article class="card contact">
<p class="contact__platform">Email</p>
<div class="contact__divider"></div>
<div class="contact__link">
<a
href="mailto:[email protected]"
class="contact__link-url"
target="_blank"
>
<div class="contact__link-icon">
<i class="ph ph-caret-right"></i>
</div>
</div>
</article>
<article class="card contact">
<p class="contact__platform">LinkedIn</p>
<div class="contact__divider"></div>
<div class="contact__link">
<nobr
><a
href="https://www.linkedin.com/in/linus-jung/"
class="contact__link-url"
target="_blank"
>@linus-jung</a
></nobr
>
<div class="contact__link-icon">
<i class="ph ph-caret-right"></i>
</div>
</div>
</article>
<article class="card contact">
<p class="contact__platform">GitHub</p>
<div class="contact__divider"></div>
<div class="contact__link">
<a
href="https://github.com/lynusdev"
class="contact__link-url"
target="_blank"
>@lynusdev</a
>
<div class="contact__link-icon">
<i class="ph ph-caret-right"></i>
</div>
</div>
</article>
</div>
<div class="section__footer">
<a href="#top">
<i class="ph ph-caret-up"></i>
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__copyright">
©
<script>
document.write(new Date().getFullYear());
</script>
- Linus Jung
</div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>