-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
450 lines (424 loc) · 16.5 KB
/
index.html
File metadata and controls
450 lines (424 loc) · 16.5 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
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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>TFJ - Portfolio</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0"/>
<link rel="stylesheet" href="style.css"/>
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml"/>
</head>
<body>
<!-- Navbar -->
<nav class="nav">
<div class="nav-container">
<a href="#home" class="logo">TFJ</a>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="mobile-menu">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero section -->
<section id="home" class="hero">
<div class="hero-content">
<h1>I´m TFJ</h1>
<p class="subtitle fade-in">
Welcome to my portfolio. I´m TFJ also known as TFJ2021/TFJ_5183,<br/>a
developer focused on creating clean and user-friendly solutions.
</p>
<a class="cta-button fade-in">Scroll down</a>
</div>
</section>
<!-- About me -->
<section id="about" class="section fade-in">
<h2 class="section-title">About Me</h2>
<div class="about-me">
<!-- Quick facts -->
<h3>Quick facts</h3>
<p class="fact">
<span class="material-icons">public</span>
Country: Germany
<span class="secondary"
>(<span class="material-icons">translate</span> Deutschland)</span
>
</p>
<p class="fact">
<span class="material-icons">language_japanese_kana</span>
Languages: German, English
</p>
<p class="fact">
<span class="material-icons">manage_accounts</span>
Personality: Humorous, helpful and mostly solo dev
</p>
<p class="fact">
<span class="material-icons">format_paint</span>
Favorite genre: Cyberpunk
</p>
<p class="fact">
<span class="material-icons">frame_source</span>
JetBrains IDEs enthusiast
</p>
<p class="fact">
<span class="material-icons">style</span>
Work Style: Independent worker, detail- and design-oriented
</p>
<p class="fact">
<span class="material-icons">network_intelligence</span>
Currently Exploring: Kotlin <span class="secondary">(Minecraft)</span> Plugin development
</p>
<!-- Humor -->
<br/>
<p class="secondary">
<span class="material-icons">keyboard_arrow_right</span> Some of my
work reflects my personal sense of humor in a light-hearted way.
</p>
<!-- My Journey -->
<h3>My Journey</h3>
<p>
My interest in programming started with a personal project: building a
Minecraft Varo plugin. Even though I never finished it, the experience
taught me valuable lessons and sparked my curiosity to explore other
ideas and technologies.
</p>
<p>
After completing secondary school
<span class="secondary">
(
<span class="material-icons">translate</span>
Realschule)</span
>, I began training as an IT specialist for application development
<span class="secondary">
(
<span class="material-icons">translate</span>
Fachinformatiker für Anwendungsentwicklung)</span
>
at <a href="https://www.sybit.de" target="_blank">SYBIT</a>.
</p>
<div class="journey-highlights fade-in">
<div class="highlight-item">
<span class="highlight-number">Too many</span>
<span class="highlight-label">Projects</span>
</div>
<div class="highlight-item">
<span class="highlight-number">2</span>
<span class="highlight-label">Years Learning</span>
</div>
<div class="highlight-item">
<span class="highlight-number">5+</span>
<span class="highlight-label">Technologies</span>
</div>
</div>
</div>
</section>
<!-- Project section -->
<section id="projects" class="section">
<h2 class="section-title">My Projects</h2>
<div class="projects-grid">
<a href="#" style="text-decoration: none" target="">
<div class="project-card fade-in">
<div class="project-image">
<span class="material-icons" style="font-size: 3rem">browse</span>
</div>
<div class="project-content">
<p class="project-languages">
<span class="material-icons" style="padding-right: 1px">code</span> Vanilla HTML, CSS and
Javascript
</p>
<h3 class="project-title">Personal Website</h3>
<p class="project-description">
Responsive portfolio website featuring much information, clean design and smooth animations.
<span class="secondary">(This one)</span>
</p>
</div>
</div>
</a>
<div class="project-card fade-in">
<div class="project-image">
<span class="material-icons" style="font-size: 3rem">forum</span>
</div>
<div class="project-content">
<p class="project-languages">
<span class="material-icons" style="padding-right: 1px">code</span> [FE] React, Tailwind [BE] Java,
MongoDB
</p>
<h3 class="project-title">Chat-platform</h3>
<p class="project-description">
Krypton. The next gen-chat-platform.<br/>
</p>
<p class="project-description secondary">
<span class="material-icons" style="padding-right: 1px">construction</span>
Still in development
</p>
</div>
</div>
<a
href="https://github.com/TFJ2021/jsoner"
style="text-decoration: none"
target="_blank"
>
<div class="project-card fade-in">
<div class="project-image">
<span class="material-icons" style="font-size: 3rem">
data_object
</span>
</div>
<div class="project-content">
<p class="project-languages">
<span class="material-icons" style="padding-right: 1px">code</span> Java, GSON
</p>
<h3 class="project-title">Jsoner</h3>
<p class="project-description">
An API to work with JSON like with the YAML package.
<span class="secondary">(Sorry, naming things isn`t really my strength.)</span>
</p>
</div>
</div>
</a>
<a
href="https://github.com/Sybit-Education/azubi-game-challenge-2025"
style="text-decoration: none"
target="_blank"
>
<div class="project-card fade-in">
<div class="project-image">
<span class="material-icons" style="font-size: 3rem">sports_esports</span>
</div>
<div class="project-content">
<p class="project-languages">
<span class="material-icons" style="padding-right: 1px">code</span> Phaser 3 with Typescript
</p>
<h3 class="project-title">Jump and Run</h3>
<p class="project-description">
A Christmas-themed jump and run game. To be fair, it was made in a group of five.
</p>
</div>
</div>
</a>
<a
href="https://github.com/TFJ2021/Simple-Parkour-Plugin-new"
style="text-decoration: none"
target="_blank"
>
<div class="project-card fade-in">
<div class="project-image">
<span class="material-icons" style="font-size: 3rem">deployed_code</span>
</div>
<div class="project-content">
<p class="project-languages">
<span class="material-icons" style="padding-right: 1px">code</span> Paper API
</p>
<h3 class="project-title">Minecraft Parkour Plugin</h3>
<p class="project-description">
A simple Minecraft Paper Parkour plugin which I made for fun
</p>
</div>
</div>
</a>
</div>
</section>
<!-- Skills section -->
<section id="skills" class="section skills">
<h2 class="section-title">Skills & Technologies</h2>
<div class="skills-grid">
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="high">signal_cellular_alt</span>
</div>
<h4 class="skill-name">Java</h4>
<p class="skill-description">
with experience in JDA, Paper/Bukkit, and Spring Boot.
</p>
</div>
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="middle">signal_cellular_alt_2_bar</span>
</div>
<h4 class="skill-name">Website</h4>
<p class="skill-description">
Creating intermediate websites with HTML, CSS and/or Tailwind
</p>
</div>
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="middle">signal_cellular_alt_2_bar</span>
</div>
<h4 class="skill-name">Scripts</h4>
<p class="skill-description" style="padding-bottom: 10px">
Like TypeScript and JavaScript
</p>
<p class="skill-description">
If there´s a bug,<br/>JavaScript is to blame
</p>
</div>
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="low">signal_cellular_alt_1_bar</span>
</div>
<h4 class="skill-name">Terminal & Linux</h4>
<p class="skill-description">
I’m a Linux
<span class="secondary">(<span class="material-icons">sdk</span> Zorin OS)</span>
user, and I use the console from time to time.
</p>
</div>
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="low">signal_cellular_alt_1_bar</span>
</div>
<h4 class="skill-name">Version control</h4>
<p class="skill-description">
Only familiar with GitHub. More will be coming soon.
</p>
</div>
<div class="skill-item fade-in">
<div class="skill-icon">
<span class="material-icons" skill="low">signal_cellular_alt_1_bar</span>
</div>
<h4 class="skill-name">Kotlin</h4>
<p class="skill-description">
The mix of java and typescript
</p>
</div>
</div>
</section>
<!-- Favorite Songs section -->
<section id="songs" class="section">
<h2 class="section-title">Favorite Songs</h2>
<div class="song-content">
<div class="songs-intro">
<p>
These are my favorite songs - they show both happiness and sadness.
<br>It's up to you which side you feel.
</p>
</div>
<div class="songs fade-in">
<a class="song" href="https://open.spotify.com/track/2H7F7EfsVhy0jNLsVz8MLH" target="_blank">
<img class="song-icon"
src="https://image-cdn-ak.spotifycdn.com/image/ab67616d00001e024ddf4df172bd6c51173989e9"
alt="song image">
<div class="song-info">
<h4>Paris</h4>
<h6>Else</h6>
</div>
</a>
<a class="song" href="https://open.spotify.com/track/1A7qPfbcyRVEdcZiwTFhZI<" target="_blank">
<img class="song-icon"
src="https://image-cdn-fa.spotifycdn.com/image/ab67616d00001e0242a71cca827a8d0abda07e49"
alt="song image">
<div class="song-info">
<h4>Memory Reboot</h4>
<h6>VØJ, Narvent</h6>
</div>
</a>
</div>
</div>
</section>
<!-- Contact section -->
<section id="contact" class="section">
<h2 class="section-title">Social Platform</h2>
<div class="contact-content">
<div class="contact-intro">
<p>
Feel free to reach out through my social profiles.<br>
I’m always open to new opportunities and collaboration.
</p>
</div>
<div class="social-platforms fade-in">
<a
href="https://github.com/TFJ2021"
class="platform-link"
target="_blank"
>
<div class="platform-icon">
<span class="material-icons">code</span>
</div>
<div class="platform-info">
<h4>GitHub</h4>
<h6>TFJ2021</h6>
<p>My bad code</p>
</div>
</a>
<a class="platform-link">
<div class="platform-icon">
<span class="material-icons">sports_esports</span>
</div>
<div class="platform-info">
<h4>Discord</h4>
<h6>tfj_5183</h6>
<p>Chat platform of trust</p>
</div>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-social">
<a href="https://sybit.de" class="footer-social-link" target="_blank">
<span class="material-icons">work</span>
</a>
<a
href="https://github.com/TFJ2021/portfolio"
target="_blank"
class="footer-social-link"
>
<span class="material-icons">code</span>
</a>
</div>
<p><span class="material-icons">copyright</span> 2025 TFJ. MIT License</p>
<p class="secondary"><span class="material-icons" style="padding-right: 5px">update</span>Last update: 09.10.2025
[dd.mm.yyyy]</p>
</footer>
<script>
// Navigation functionality
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute("href"));
if (target) {
document.querySelector(".nav-links").classList.remove("active");
target.scrollIntoView({
behavior: "smooth",
block: "start",
});
}
});
});
// Mobile menu toggle
document
.querySelector(".mobile-menu")
.addEventListener("click", function () {
document.querySelector(".nav-links").classList.toggle("active");
});
// Fade in animation on scroll
const observerOptions = {
threshold: 0.1,
rootMargin: "0px 0px -50px 0px",
};
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.classList.add("visible");
}
});
}, observerOptions);
document.querySelectorAll(".fade-in").forEach((el) => {
observer.observe(el);
});
</script>
</body>
</html>