-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
376 lines (333 loc) · 20.5 KB
/
index.html
File metadata and controls
376 lines (333 loc) · 20.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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zinnox - Portfolio</title>
<link href="css/style.css" rel="stylesheet" />
<link href="assets/images/favicon.ico" rel="icon" />
</head>
<body>
<!-- Container -->
<div class="container-fluid p-0 g-0 m-0 d-flex flex-column vh-100">
<!-- Header-->
<nav class="navbar navbar-expand-lg text-white px-4 py-3" style="background-color: #1d546c">
<div class="container-fluid">
<!-- Portfolio Title -->
<a class="navbar-brand d-flex align-items-center text-white" href="#" style="letter-spacing: 2px">
<!-- Logo -->
<img src="assets/images/logo.png" alt="Logo" class="me-2" style="height: 40px; width: 40px; object-fit: contain" />
<!-- Text -->
<div>
<div class="fw-bold fs-5">Zinnox</div>
<div class="fs-6 fw-normal" style="letter-spacing: 1px">Software Developer</div>
</div>
</a>
<!-- Toggle button -->
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navigationMenu"
aria-controls="navigationMenu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation Container -->
<div id="navigationMenu" class="collapse navbar-collapse justify-content-end fs-5">
<ul class="navbar-nav gap-lg-5 gap-3">
<li class="nav-item">
<a class="nav-link text-light fs-4 fst-italic fw-medium" href="#" data-bs-toggle="modal" data-bs-target="#aboutModal">
<i class="bi bi-person-fill me-2"></i> About
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-4 fst-italic fw-medium" href="#" data-bs-toggle="modal" data-bs-target="#experienceModal">
<i class="bi bi-briefcase-fill me-2"></i> Experience
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-4 fst-italic fw-medium" href="#" data-bs-toggle="modal" data-bs-target="#portfolioModal">
<i class="bi bi-folder-fill me-2"></i> Portfolio
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fs-4 fst-italic fw-medium" href="#" data-bs-toggle="modal" data-bs-target="#contactModal">
<i class="bi bi-envelope-fill me-2"></i> Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Body -->
<div class="position-relative d-flex flex-grow-1">
<!-- GUI -->
<div id="gui-container" class="position-absolute end-0 top-0 m-4"></div>
<!-- Canvas -->
<canvas id="canvas" class="w-100 h-100"></canvas>
<!-- Fade overlay -->
<div
id="loading-overlay"
class="position-absolute top-0 start-0 w-100 h-100 d-flex gap-5 flex-column justify-content-center align-items-center loading-hidden overflow-hidden"
>
<!-- Loading Message -->
<span class="text-white display-1 fw-bold fst-italic mb-5">Loading...</span>
<!-- Spinner -->
<div class="text-info text-center position-relative">
<!-- Spinner Image -->
<div class="spinner-grow text-primary" style="width: 8rem; height: 8rem" role="status"></div>
</div>
</div>
<!-- Stats -->
<div id="stats-container" class="position-absolute start-0 bottom-0 ms-3" style="margin-bottom: 3%"></div>
<!-- Modals -->
<div id="modals-container">
<!-- About Modal -->
<div class="modal fade" id="aboutModal" tabindex="-1" aria-labelledby="aboutModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl mx-auto" style="margin-top: 100px">
<div class="modal-content text-light p-4 rounded-4 shadow-lg overflow-y-auto" style="max-height: calc(100vh - 150px)">
<div class="modal-header border-bottom border-secondary mb-4">
<h4 class="modal-title fs-2 fw-bold" id="aboutModalLabel">👋 Hey there! I'm Zinnox</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" style="background-color: white"></button>
</div>
<!-- Modal body-->
<div class="modal-body px-4 py-1 fs-6">
<div class="text-center mb-4">
<img src="./assets/images/modal-about.gif" alt="Funny cat" class="img-fluid rounded-3 shadow" style="max-height: 300px; object-fit: cover; width: 100%" />
</div>
<!-- Section separator-->
<hr class="my-2 border-secondary opacity-50" />
<!-- Section 1 -->
<section class="mb-4">
<h5 class="fw-semibold fs-4 mb-3">💡 Passionate & Curiosity-Driven</h5>
<p>Ever since I was a kid, I’ve been obsessed with figuring out <em>how things work</em>.</p>
<p>🔍 — from taking apart toys (sorry mom) to building robots 🤖 and designing games 🎮.</p>
<p>Coding started as a curiosity, grew into a passion, and eventually became both my profession and my favorite hobby.</p>
<p>That “aha!” moment when something clicks — whether it's a bug fix at 3AM ☕ or a feature that just <em>feels</em> right — never gets old.</p>
</section>
<hr class="my-4 border-secondary opacity-50" />
<!-- Section 2 -->
<section class="mb-4">
<h5 class="fw-semibold fs-4 mb-3">🔥 What I love creating</h5>
<ul class="list-unstyled ps-3">
<li class="mb-2">🎮 Interactive games that tell immersive stories and stir emotions.</li>
<li class="mb-2">🧠 Projects where code and electronics breathe life into ideas.</li>
<li class="mb-2">🚀 Exploring new tech — from Unity, Blender, and Godot to AI tools.</li>
</ul>
</section>
<hr class="my-4 border-secondary opacity-50" />
<!-- Section 3 -->
<section class="mb-4">
<h5 class="fw-semibold fs-4 mb-3">🌱 Always growing</h5>
<p>I’m the kind of person who watches dev tutorials on YouTube <em>just for fun</em> 🤓.</p>
<p>I love tinkering with microcontrollers, Raspberry Pi setups, and anything that lights up, moves, or can be programmed.</p>
<p>
One of my biggest dreams is to finally finish and publish a game. I’ve started many, but perfectionism held me back — I didn’t want to disappoint the people
who might play them. That’s something I’m working on now: learning to finish, not just start.
</p>
<p class="fst-italic">My motto? <strong>“Build fast, break things, fix smarter.”</strong></p>
</section>
<hr class="my-4 border-secondary opacity-50" />
<!-- Section 4 -->
<section>
<h5 class="fw-semibold fs-4 mb-3">🧩 Fun facts about me</h5>
<ul class="list-unstyled ps-3">
<li class="mb-2">🎥 I’m an anime fan — especially into fantasy and time-travel shows like Sword Art Online, Naruto, One Piece, and Bleach.</li>
<li class="mb-2">👻 Big fan of horror video games and pixel art aesthetics.</li>
<li class="mb-2">🎧 Favorite coding vibe? Lo-fi beats + Studio Ghibli soundtracks.</li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Experience Modal -->
<div class="modal fade" id="experienceModal" tabindex="-1" aria-labelledby="experienceModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl mx-auto" style="margin-top: 100px">
<div class="modal-content text-light p-4 rounded-4 shadow-lg overflow-y-auto" style="max-height: calc(100vh - 150px)">
<!-- Header -->
<div class="modal-header border-bottom border-secondary">
<h5 class="modal-title fs-3 fw-bold" id="experienceModalLabel">🚀 My Experience</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" style="background-color: white"></button>
</div>
<!-- Body -->
<div class="modal-body p-4">
<!-- GIF Header -->
<div class="mb-4">
<img src="./assets/images/modal-experience.gif" alt="Coding Experience" class="img-fluid w-100 rounded shadow" style="max-height: 280px; object-fit: cover" />
</div>
<hr class="border-secondary opacity-50" />
<!-- Skill Categories -->
<div class="row gy-5 text-start">
<!-- Backend -->
<div class="col-md-5">
<h4 class="text-info mb-4">🛠️ Backend Development</h4>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-code-slash"></i> ASP.NET Core</strong>
<p class="mb-1">
Developed RESTful APIs with JWT authentication, custom middlewares, and database integration. Experienced with API versioning, validation, and DI.
</p>
</div>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-plug"></i> gRPC</strong>
<p class="mb-1">Utilized gRPC for fast communication between microservices in event-driven architectures.</p>
</div>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-database"></i> Databases – EF Core, Dapper, MongoDB, MySQL, PostgreSQL</strong>
<p class="mb-1">Skilled in relational and NoSQL databases. Efficient data modeling, migrations, queries, and performance tuning.</p>
</div>
</div>
<!-- Frontend -->
<div class="col-md-5 offset-md-1">
<h4 class="text-info mb-4">🎨 Frontend Development</h4>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-layout-text-sidebar-reverse"></i> Blazor (WASM & Server)</strong>
<p class="mb-1">Created reactive UI components with two-way binding, routing, and service injection.</p>
</div>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-code"></i> HTML & CSS</strong>
<p class="mb-1">Semantic markup, responsive layouts with Flexbox and Grid, animations, and accessibility.</p>
</div>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-bootstrap-fill"></i> Bootstrap</strong>
<p class="mb-1">Rapid prototyping and design consistency with utility classes and custom theming.</p>
</div>
<div class="d-flex flex-column gap-2 mb-3">
<strong><i class="bi bi-unity"></i> Unity</strong>
<p class="mb-1">Basic experience in game development, scene setup, and C# scripting for interactive games.</p>
</div>
</div>
</div>
<!-- DevOps & Tools -->
<hr class="my-3 border-secondary opacity-50" />
<section>
<h4 class="text-info mb-4">🧰 Tools & DevOps</h4>
<div class="row text-light fs-6">
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-git me-2 fs-5"></i> Git & GitHub</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-github me-2 fs-5"></i> GitHub Actions (CI/CD)</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-box-seam me-2 fs-5"></i> Docker & Containerization</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-cloud me-2 fs-5"></i> Microsoft Azure</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-postman me-2 fs-5"></i> Postman & Swagger</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-gear-wide-connected me-2 fs-5"></i> REST APIs & WebSockets</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-figma me-2 fs-5"></i> Figma (UI/UX)</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-blender me-2 fs-5"></i> Blender</div>
<div class="col-md-4 d-flex align-items-center mb-3"><i class="bi bi-blender me-2 fs-5"></i> ...</div>
</div>
</section>
<!-- Summary -->
<hr class="my-5 border-secondary opacity-50" />
<section>
<p class="text-warning fst-italic text-center fs-5">
"I’m constantly evolving my skills, exploring new technologies, and building projects that challenge me to grow." 🚀
</p>
<p class="text-muted fst-italic text-center mt-3 fs-6">
*Perfection isn't the goal — technology moves fast, and there’s always something new to learn. That’s the excitement of this craft.* 🌱
</p>
</section>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal -->
<div class="modal fade" id="portfolioModal" tabindex="-1" aria-labelledby="portfolioModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl mx-auto" style="margin-top: 100px">
<div class="modal-content text-light p-4 rounded-4 shadow-lg overflow-y-auto" style="max-height: calc(100vh - 150px)">
<div class="modal-header border-bottom border-secondary mb-4">
<h4 class="modal-title fs-2 fw-bold" id="portfolioModalLabel">🎨 My Portfolio</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" style="background-color: white"></button>
</div>
<div class="modal-body px-4 py-2 fs-6">
<!-- Intro -->
<section class="mb-4">
<p>Most of my previous projects were developed for companies under confidentiality agreements, so I can’t publicly showcase them.</p>
<p>However, those experiences have shaped my skills in working on real-world, production-ready systems — from internal tools to interactive applications.</p>
</section>
<hr class="my-4 border-secondary opacity-50" />
<!-- Project -->
<section class="mb-4">
<h5 class="fw-semibold fs-4 mb-3">🕹️ Currently Working On: My First Indie Game</h5>
<p>I’m currently developing a personal indie game — a passion project where I can truly express my creativity.</p>
<p>It combines my love for storytelling, anime, and immersive gameplay mechanics.</p>
<p>
While it's still in early development, I'm committed to finishing and releasing this project — something I’ve always aimed for, but often postponed due to
perfectionism.
</p>
<div class="text-center mt-3">
<img
src="./assets/images/modal-portofolio.gif"
alt="Game development preview"
class="img-fluid rounded-3 shadow"
style="max-height: 300px; object-fit: cover; width: 100%"
/>
<p class="text-muted mt-2 fst-italic">*Sneak peek — full preview coming soon!*</p>
</div>
</section>
<hr class="my-4 border-secondary opacity-50" />
<!-- Outro -->
<section>
<p>If you're curious to know more about my work, development process, or the tools I use — feel free to reach out!</p>
<p>I'm always open to sharing insights and connecting with fellow devs and creatives 🚀.</p>
</section>
</div>
</div>
</div>
</div>
<!-- Contact Modal -->
<div class="modal fade" id="contactModal" tabindex="-1" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl mx-auto" style="margin-top: 100px">
<div class="modal-content text-light p-4 rounded-4 shadow-lg overflow-y-auto" style="max-height: calc(100vh - 150px)">
<div class="modal-header border-bottom border-secondary mb-4">
<h2 class="modal-title fs-2 fw-bold" id="contactModalLabel">📬 Get in Touch</h2>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" style="background-color: white"></button>
</div>
<div class="modal-body py-4 px-5 fs-6">
<!-- Contact information -->
<section class="mb-5">
<h5 class="text-info mb-4 fs-4 fw-semibold">📞 Contact Info</h5>
<ul class="list-unstyled fs-5">
<li class="mb-3">
<strong>Email:</strong>
<a href="mailto:danvaly21@gmail.com" class="text-success text-decoration-none" aria-label="Send email to danvaly21@gmail.com">danvaly21@gmail.com</a>
</li>
<li class="mb-3">
<strong>Location:</strong>
<span class="text-muted">Romania, Remote-friendly 🌍</span>
</li>
</ul>
</section>
<!-- Social media -->
<section class="mb-5">
<h5 class="text-info mb-4 fs-4 fw-semibold">🌐 Social Links</h5>
<div class="d-flex gap-4 flex-wrap justify-content-center">
<a href="https://github.com/passaport" target="_blank" class="btn btn-outline-light btn-lg d-flex align-items-center gap-2 px-4" aria-label="GitHub">
<i class="bi bi-github fs-3"></i> GitHub
</a>
<a
href="https://www.linkedin.com/in/dan-valentin/"
target="_blank"
class="btn btn-outline-primary btn-lg d-flex align-items-center gap-2 px-4"
aria-label="LinkedIn"
>
<i class="bi bi-linkedin fs-3"></i> LinkedIn
</a>
</div>
</section>
<!-- Personal touch -->
<section class="mt-5 text-center text-muted fst-italic fs-5">
<p>Feel free to reach out anytime – I’m always up for interesting projects, feedback, or just to chat about tech and anime! 🍥💻</p>
<img src="./assets/images/modal-contact.gif" alt="Anime Wave" class="img-fluid rounded mx-auto d-block mt-3" style="max-width: 140px" loading="lazy" />
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="js/main.js" type="module"></script>
</body>
</html>