-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (281 loc) · 15.1 KB
/
index.html
File metadata and controls
307 lines (281 loc) · 15.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="From La Plata, Argentina. In the field of infraestructure and automation, building day by day useful and interesting things either for fun and professionally. I am currently working with devops culture. Homelabs, linux, finance, chess and anime. 🎮📈" />
<meta name="keywords" content="jd-apprentice, jonathan dyallo, devops, sre, homelab, pentesting" />
<meta name="author" content="jd-apprentice" />
<meta property="og:title" content="jd-apprentice - homelab enthusiast" />
<meta property="og:description"
content="From La Plata, Argentina. In the field of infraestructure and automation, building day by day useful and interesting things either for fun and professionally. I am currently working with devops culture. Homelabs, linux, finance, chess and anime. 🎮📈" />
<meta property="og:image"
content="https://avatars.githubusercontent.com/u/68082746?s=400&u=91d9f39e5c3715d8b3ef4bce134a346bbbe95150&v=4" />
<meta property="og:url" content="https://jonathan.com.ar/" />
<meta property="og:type" content="website" />
<title>jd-apprentice - homelab enthusiast</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.jsdelivr.net/npm/alpinejs@2.8.2/dist/alpine.min.js" defer></script>
<script src="./index.js" defer></script>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet" />
<style>
body {
background-color: #111827;
color: #e5e7eb;
margin: 0;
overflow-x: hidden;
}
body.music-playing {
background: linear-gradient(90deg, #4CAF50, #8BC34A, #4CAF50);
/* Adjusted colors to match container */
background-size: 200% 100%;
animation: wave 30s linear infinite;
/* Slower animation */
}
@keyframes wave {
0% {
background-position: 0% 0%;
}
100% {
background-position: 100% 0%;
}
}
.container {
background: linear-gradient(135deg, #1f2937, #374151);
}
.btn {
background: linear-gradient(135deg, #1f2937, #374151);
color: #e5e7eb;
border: 1px solid #4b5563;
border-radius: 0.75rem;
padding: 0.5rem 1rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.btn:hover {
background: linear-gradient(135deg, #374151, #1f2937);
color: #60a5fa;
transform: translateY(-1px);
}
#audioPlayerButton {
background: linear-gradient(135deg, #1f2937, #374151);
border: 2px solid #4b5563;
border-radius: 1rem;
padding: 0.75rem 1.5rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
transition: background 0.3s ease, transform 0.2s ease;
}
#audioPlayerButton span {
color: #d1d5db;
font-size: 1.25rem;
padding: 0.5rem 1rem;
transition: color 0.3s ease, transform 0.2s ease;
}
#audioPlayerButton span:hover {
color: #60a5fa;
transform: scale(1.15);
}
.profile-img {
border: 4px solid #374151;
}
th,
td {
border-bottom: 1px solid #4b5563;
}
/* Fullscreen canvas for audio visualizer as background */
#audioVisualizer {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
pointer-events: none;
background-color: #111827;
/* fallback */
}
</style>
</head>
<body x-data="{
showAbout: true,
showSkills: false,
showProjects: false,
showVideos: false,
showSalary: false,
projects: [
'dbn-tools', 'docker-armhf', 'easy-static', 'dotfiles', 'jd-alpine', 'jd-bun',
'jd-server', 'jd-infra', 'jd-workflows', 'mkdocs-template', 'linux-bot',
'hack-the-box', 'libritos', 'waifuland-api', 'telelog'
],
colorClasses: ['green-600', 'blue-600', 'purple-600', 'yellow-600', 'indigo-600', 'red-600', 'gray-600'],
skills: [
'ARM64', 'Linux', 'Self Hosting', 'System Design', 'Software Development', 'Pentesting',
'SDLC', 'Monitoring', 'Networking', 'Automation', 'Cloudflare', 'DevOps', 'SRE',
'Scripting', 'Containers', 'Orchestration'
],
softSkills: [
'Problem Solving', 'Teamwork', 'Communication', 'Mentoring', 'Client Management',
'Critical Thinking', 'Conflict Resolution', 'Leadership'
],
videos: [
{ title: 'Hack The Box - Solving BANK [ES]', url: 'https://youtu.be/zxmCYEddfeU?si=qxtDAdr7eSE8m3XJ&t=4479' },
{ title: 'What is Git and Github? [EN]', url: 'https://www.youtube.com/watch?v=yusKpPVGLWg' },
{ title: 'A talk about open source [ES]', url: 'https://www.youtube.com/watch?v=B9WX3VC9TG4' }
],
salaries: [
{ title: 'SR Application Security', startDate: '2025-06-01', salary: '39500 USD / YEAR' },
{ title: 'SR DevOps', startDate: '2024-08-01', salary: '26000 USD / YEAR' },
{ title: 'SSR DevOps', startDate: '2024-02-01', salary: '15000 USD / YEAR' },
{ title: 'JR DevOps', startDate: '2023-08-01', salary: '7000 USD / YEAR' },
{ title: 'SSR Software Developer', startDate: '2022-06-01', salary: '8500 USD / YEAR' },
{ title: 'JR Frontend Developer', startDate: '2021-12-01', salary: '7000 USD / YEAR' }
]
}" class="min-h-screen flex items-center justify-center p-4">
<!-- Canvas Visualizer Background -->
<canvas id="audioVisualizer"></canvas>
<main class="container p-8 rounded-lg shadow-xl max-w-4xl w-full">
<div class="flex flex-col lg:flex-row items-center lg:items-start mb-8">
<div class="flex flex-col items-center lg:items-start lg:mr-8">
<img width="150" height="150"
src="https://avatars.githubusercontent.com/u/68082746?s=400&u=91d9f39e5c3715d8b3ef4bce134a346bbbe95150&v=4"
alt="pfp" class="profile-img rounded-full mb-4" />
<div class="text-center lg:text-left">
<h1 class="text-3xl font-bold mb-2">jd-apprentice</h1>
<p class="text-gray-300 text-lg">
<span class="mr-2">🧰 infra</span> | <span class="mr-2">🏴☠️ Security</span> | <span
class="mr-2">💻 tech</span>
</p>
<p class="text-gray-300 text-lg">
<span class="mr-2">📚 linux</span> | <span class="mr-2">💖 anime</span>
</p>
</div>
</div>
<div class="flex flex-col items-center lg:items-end flex-grow">
<section class="flex flex-wrap justify-center lg:justify-end gap-4 mt-4 lg:mt-0 mb-4">
<button @click="showAbout = true" class="btn">about me</button>
<button class="btn"><a @click.stop rel="noopener" target="_blank"
href="https://blog.jonathan.com.ar/">blog <i
class="fas fa-external-link-alt"></i></a></button>
<button class="btn"><a @click.stop rel="noopener" target="_blank"
href="https://links.jonathan.com.ar">contact <i
class="fas fa-external-link-alt"></i></a></button>
<button @click="showSkills = true" class="btn">skills</button>
<button @click="showProjects = true" class="btn">projects</button>
<button class="btn"><a @click.stop rel="noopener" target="_blank" href="./assets/Resume.pdf">resume
<i class="fas fa-external-link-alt"></i></a></button>
<button @click="showVideos = true" class="btn">videos</button>
<button @click="showSalary = true" class="btn">salary transparency</button>
</section>
</div>
</div>
<!-- Audio Player -->
<div class="flex flex-col md:flex-row md:space-x-6 items-start justify-between mb-8">
<div id="audioPlayerButton" @click.stop
class="w-64 py-2 px-4 rounded-xl flex justify-between items-center shadow-md transition-transform bg-gradient-to-br from-gray-800 to-gray-700 border border-gray-600 hover:from-gray-700 hover:to-gray-800 transform hover:-translate-y-1 mb-4 md:mb-0">
<span id="prevButton"
class="text-gray-300 text-lg hover:text-blue-400 hover:scale-110 cursor-pointer"><i
class="fas fa-backward"></i></span>
<span id="playPauseLabel"
class="text-gray-300 text-lg hover:text-blue-400 hover:scale-110 cursor-pointer"><i
class="fas fa-play"></i></span>
<span id="nextButton"
class="text-gray-300 text-lg hover:text-blue-400 hover:scale-110 cursor-pointer"><i
class="fas fa-forward"></i></span>
</div>
</div>
<!-- About Me Section -->
<section x-show="showAbout" @click.away="showAbout = false" class="p-4 rounded-lg w-full"
style="background: linear-gradient(135deg, #1f2937, #374151);">
<h2 class="text-xl font-bold text-gray-200 mb-2">Bio</h2>
<p id="about-me" class="text-gray-300">Infrastructure specialist with experience in on-premise environments, hypervisors, and systems administration.
Passionate about building real projects—whether for fun or to deliver value.
Currently working as a Senior Application Security Engineer.</p>
</section>
<!-- Skills Section -->
<section x-show="showSkills" @click.away="showSkills = false" class="mt-4 p-4 rounded-lg"
style="background: linear-gradient(135deg, #1f2937, #374151);">
<h2 class="text-xl font-bold text-gray-200 mb-2">Technical Skills</h2>
<div class="flex flex-wrap mt-3">
<template x-for="(skill, index) in skills" :key="skill">
<span
:class="['bg-' + colorClasses[index % colorClasses.length], 'text-gray-200', 'py-1', 'px-2', 'mb-2', 'mr-2', 'rounded']"
x-text="skill"></span>
</template>
</div>
<h2 class="text-xl font-bold text-gray-200 mt-4 mb-2">Soft Skills</h2>
<div class="flex flex-wrap mt-3">
<template x-for="(skill, index) in softSkills" :key="skill">
<span
:class="['bg-' + colorClasses[index % colorClasses.length], 'text-gray-200', 'py-1', 'px-2', 'mb-2', 'mr-2', 'rounded']"
x-text="skill"></span>
</template>
</div>
</section>
<!-- Projects Section -->
<section x-show="showProjects" @click.away="showProjects = false" class="mt-4 p-4 rounded-lg"
style="background: linear-gradient(135deg, #1f2937, #374151);">
<h2 class="text-xl font-bold text-gray-200 mb-2">Projects</h2>
<div class="flex flex-wrap mt-3">
<template x-for="(project, index) in projects" :key="project">
<a target="_blank" :href="['https://github.com/jd-apprentice/' + project]"
:class="['bg-' + colorClasses[index % colorClasses.length], 'text-gray-200', 'py-1', 'px-2', 'mb-2', 'mr-2', 'rounded', 'hover:opacity-90']"
x-text="project"></a>
</template>
</div>
</section>
<!-- Videos Section -->
<section x-show="showVideos" @click.away="showVideos = false" class="mt-4 p-4 rounded-lg"
style="background: linear-gradient(135deg, #1f2937, #374151);">
<h2 class="text-xl font-bold text-gray-200 mb-2">Videos</h2>
<div class="flex flex-wrap mt-3">
<template x-for="(video, index) in videos" :key="video">
<a target="_blank" :href="video.url"
:class="['bg-' + colorClasses[index % colorClasses.length], 'text-gray-200', 'py-1', 'px-2', 'mb-2', 'mr-2', 'rounded', 'hover:opacity-90']"
x-text="video.title"></a>
</template>
</div>
</section>
<!-- Salary Transparency Section -->
<section x-show="showSalary" @click.away="showSalary = false" class="mt-4 p-4 rounded-lg"
style="background: linear-gradient(135deg, #1f2937, #374151);">
<h2 class="text-xl font-bold text-gray-200 mb-2">Salary Transparency</h2>
<p class="text-gray-400 mb-4">
Inspired by
<a href="https://fionera.de/" class="text-blue-400 hover:text-blue-500 hover:no-underline transition">
Fionera</a>, this section is dedicated to salary transparency.
</p>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-700">
<thead class="bg-gray-800">
<tr>
<th scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-300 uppercase tracking-wider">
Title</th>
<th scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-300 uppercase tracking-wider">
Start Date</th>
<th scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-300 uppercase tracking-wider">
Salary (USD)</th>
</tr>
</thead>
<tbody class="bg-gray-900 divide-y divide-gray-800">
<template x-for="s in salaries" :key="s.startDate">
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300" x-text="s.title"></td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300" x-text="s.startDate"></td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300" x-text="s.salary"></td>
</tr>
</template>
</tbody>
</table>
</div>
</section>
</main>
<audio loop controls preload="auto" id="audioPlayer" style="display: none"
data-songs='["assets/cynthia_theme.mp3", "assets/forever_young_theme.mp3", "assets/goblin_slayer_main_theme.mp3", "assets/nier_automata_theme.mp3", "assets/tales_of_berseria_theme.mp3"]'>
</audio>
</body>
</html>