-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (274 loc) · 15.6 KB
/
index.html
File metadata and controls
284 lines (274 loc) · 15.6 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
<!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">
<title>Samuel Klein | Portfolio</title>
<meta name="description" content="Portfolio of Samuel A. Klein - Senior Software Developer focused on Java and Web Systems.">
<link rel="stylesheet" href="css/main.css?v=20260425-1">
</head>
<body>
<header class="site-header">
<div class="container nav-wrapper">
<a class="logo" href="#about">SK</a>
<nav class="main-nav" aria-label="Main navigation">
<a href="#about" data-i18n="nav.about">About</a>
<a href="#work" data-i18n="nav.work">Work</a>
<a href="#skills" data-i18n="nav.skills">Skills</a>
<a href="#contact" data-i18n="nav.contact">Contact</a>
<button id="theme-toggle" class="theme-toggle" type="button" aria-label="Switch theme">Dark</button>
<button id="lang-toggle" class="lang-toggle" type="button" aria-label="Switch language">PT</button>
</nav>
</div>
</header>
<main>
<section id="about" class="hero section">
<div class="container">
<p class="eyebrow" data-i18n="hero.role">Software Developer</p>
<h1>Samuel A. Klein</h1>
<p class="hero-text" data-i18n="hero.text">
Proactive and responsible Java developer focused on web systems. More than 15 years of experience building highly critical products with strong technical quality.
</p>
</div>
</section>
<section id="work" class="section">
<div class="container">
<h2 data-i18n="work.title">Work Experience</h2>
<ol class="timeline">
<li>
<span class="year">2024</span>
<div class="timeline-content">
<h3>ADP Labs</h3>
<p data-i18n="work.adp">Working from 2024 to present, focused on Spring Boot applications.</p>
</div>
</li>
<li>
<span class="year">2021</span>
<div class="timeline-content">
<h3>Dell</h3>
<p data-i18n="work.dell">Worked from 2021 to 2024 as a Java 17 developer (Spring Boot 3.x), guiding junior and mid-level developers and analyzing new features.</p>
</div>
</li>
<li>
<span class="year">2020</span>
<div class="timeline-content">
<h3>Qintess (Outsourcing for Dell)</h3>
<p data-i18n="work.qintess">Worked from 2020 to 2021 as a Java 11 developer using Spring Boot WebFlux.</p>
</div>
</li>
<li>
<span class="year">2019</span>
<div class="timeline-content">
<h3>TOTVS - Financial Service</h3>
<p data-i18n="work.totvs">Worked from 2019 to 2020 with Java in credit card management systems.</p>
</div>
</li>
<li>
<span class="year">2013</span>
<div class="timeline-content">
<h3>PROCERGS</h3>
<p data-i18n="work.procergs">Worked from 2013 to 2019 with Java development and Ionic mobile applications.</p>
</div>
</li>
<li>
<span class="year">2008</span>
<div class="timeline-content">
<h3>Unimed Vale do Cai</h3>
<p data-i18n="work.unimed">Worked from 2008 to 2013 with health plan management systems.</p>
</div>
</li>
<li>
<span class="year">2006</span>
<div class="timeline-content">
<h3>Feevale University</h3>
<p data-i18n="work.feevale">Computer Science studies from 2006 to 2014, building a strong software development foundation.</p>
</div>
</li>
</ol>
</div>
</section>
<section id="skills" class="section section-alt">
<div class="container">
<h2 data-i18n="skills.title">Skills</h2>
<div class="skills-grid">
<article class="skill-card">
<img src="svg/java.svg" alt="Java logo">
<h3>Java</h3>
<p data-i18n="skills.java.versions">Versions: 7, 8, 11, 17</p>
<p data-i18n="skills.java.exp">~15 years experience</p>
</article>
<article class="skill-card">
<img src="svg/springboot.svg" alt="Spring Boot logo">
<h3>Spring Boot</h3>
<p data-i18n="skills.spring.version">Version: 3.x</p>
<p data-i18n="skills.spring.exp">~4 years experience</p>
</article>
<article class="skill-card">
<img src="svg/angular.svg" alt="Angular logo">
<h3>Angular</h3>
<p data-i18n="skills.angular.version">Version: 2+</p>
<p data-i18n="skills.angular.exp">~7 years experience</p>
</article>
<article class="skill-card">
<img src="svg/nodejs.svg" alt="Node.js logo">
<h3>Node.js</h3>
<p data-i18n="skills.node.versions">Versions: 0.12.x, 8.x, 10.x</p>
<p data-i18n="skills.node.exp">~8 years experience</p>
</article>
<article class="skill-card">
<img src="svg/oracle.svg" alt="Oracle logo">
<h3 data-i18n="skills.oracle.title">Oracle Database SQL</h3>
<p data-i18n="skills.oracle.versions">Versions: 11g, 12c</p>
<p data-i18n="skills.oracle.exp">~10 years experience</p>
</article>
<article class="skill-card">
<img src="svg/postgresql.svg" alt="PostgreSQL logo">
<h3>PostgreSQL</h3>
<p data-i18n="skills.postgres.exp">~12 years experience</p>
</article>
<article class="skill-card">
<img src="svg/mongodb.svg" alt="MongoDB logo">
<h3>MongoDB</h3>
<p data-i18n="skills.mongo.exp">~5 years experience</p>
</article>
<article class="skill-card">
<img src="svg/rabbitmq.svg" alt="RabbitMQ logo">
<h3>RabbitMQ</h3>
<p data-i18n="skills.rabbit.exp">~4 years experience</p>
</article>
<article class="skill-card">
<img src="svg/kafka.svg" alt="Apache Kafka logo">
<h3>Apache Kafka</h3>
<p data-i18n="skills.kafka.exp">~6 years experience</p>
</article>
</div>
</div>
</section>
</main>
<footer id="contact" class="section footer">
<div class="container">
<h2 data-i18n="contact.title">Contact</h2>
<div class="contact-links">
<a href="mailto:samukklein+dev@gmail.com" target="_blank" rel="noopener noreferrer" aria-label="Send email">
<img src="svg/mail.svg" alt="E-mail">
</a>
<a href="https://www.linkedin.com/in/samuel-a-klein-95b37429" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn profile">
<img src="svg/linkedin.svg" alt="LinkedIn">
</a>
<a href="https://github.com/SamuelKlein" target="_blank" rel="noopener noreferrer" aria-label="GitHub profile">
<img src="svg/github.svg" alt="GitHub">
</a>
</div>
<p class="footer-note" data-i18n="footer.note">Website crafted by Samuel Antonio Klein.</p>
</div>
</footer>
<script>
(function () {
const toggle = document.getElementById("lang-toggle");
const themeToggle = document.getElementById("theme-toggle");
const dictionary = {
en: {
"nav.about": "About",
"nav.work": "Work",
"nav.skills": "Skills",
"nav.contact": "Contact",
"hero.role": "Software Developer",
"hero.text": "Proactive and responsible Java developer focused on web systems. More than 15 years of experience building highly critical products with strong technical quality.",
"work.title": "Work Experience",
"work.adp": "Working from 2024 to present, focused on Spring Boot applications.",
"work.dell": "Worked from 2021 to 2024 as a Java 17 developer (Spring Boot 3.x), guiding junior and mid-level developers and analyzing new features.",
"work.qintess": "Worked from 2020 to 2021 as a Java 11 developer using Spring Boot WebFlux.",
"work.totvs": "Worked from 2019 to 2020 with Java in credit card management systems.",
"work.procergs": "Worked from 2013 to 2019 with Java development and Ionic mobile applications.",
"work.unimed": "Worked from 2008 to 2013 with health plan management systems.",
"work.feevale": "Computer Science studies from 2006 to 2014, building a strong software development foundation.",
"skills.title": "Skills",
"skills.java.versions": "Versions: 7, 8, 11, 17",
"skills.java.exp": "~15 years experience",
"skills.spring.version": "Version: 3.x",
"skills.spring.exp": "~4 years experience",
"skills.angular.version": "Version: 2+",
"skills.angular.exp": "~7 years experience",
"skills.node.versions": "Versions: 0.12.x, 8.x, 10.x",
"skills.node.exp": "~8 years experience",
"skills.oracle.title": "Oracle Database SQL",
"skills.oracle.versions": "Versions: 11g, 12c",
"skills.oracle.exp": "~10 years experience",
"skills.postgres.exp": "~12 years experience",
"skills.mongo.exp": "~5 years experience",
"skills.rabbit.exp": "~4 years experience",
"skills.kafka.exp": "~6 years experience",
"contact.title": "Contact",
"footer.note": "Website crafted by Samuel Antonio Klein."
},
pt: {
"nav.about": "Sobre",
"nav.work": "Experiencia",
"nav.skills": "Skills",
"nav.contact": "Contato",
"hero.role": "Desenvolvedor de Software",
"hero.text": "Desenvolvedor Java proativo e responsavel, focado em sistemas web. Mais de 15 anos de experiencia construindo produtos criticos com alta qualidade tecnica.",
"work.title": "Experiencia Profissional",
"work.adp": "Atuando de 2024 ate o momento, com foco em aplicacoes Spring Boot.",
"work.dell": "Atuei de 2021 a 2024 como desenvolvedor Java 17 (Spring Boot 3.x), apoiando desenvolvedores junior e pleno e analisando novas funcionalidades.",
"work.qintess": "Atuei de 2020 a 2021 como desenvolvedor Java 11 com Spring Boot WebFlux.",
"work.totvs": "Atuei de 2019 a 2020 com Java em sistemas de gestao de cartoes de credito.",
"work.procergs": "Atuei de 2013 a 2019 com desenvolvimento Java e aplicativos mobile em Ionic.",
"work.unimed": "Atuei de 2008 a 2013 com sistemas de gestao de planos de saude.",
"work.feevale": "Graduacao em Ciencia da Computacao de 2006 a 2014, construindo base solida em desenvolvimento de software.",
"skills.title": "Skills",
"skills.java.versions": "Versoes: 7, 8, 11, 17",
"skills.java.exp": "~15 anos de experiencia",
"skills.spring.version": "Versao: 3.x",
"skills.spring.exp": "~4 anos de experiencia",
"skills.angular.version": "Versao: 2+",
"skills.angular.exp": "~7 anos de experiencia",
"skills.node.versions": "Versoes: 0.12.x, 8.x, 10.x",
"skills.node.exp": "~8 anos de experiencia",
"skills.oracle.title": "Oracle Database SQL",
"skills.oracle.versions": "Versoes: 11g, 12c",
"skills.oracle.exp": "~10 anos de experiencia",
"skills.postgres.exp": "~12 anos de experiencia",
"skills.mongo.exp": "~5 anos de experiencia",
"skills.rabbit.exp": "~4 anos de experiencia",
"skills.kafka.exp": "~6 anos de experiencia",
"contact.title": "Contato",
"footer.note": "Site desenvolvido por Samuel Antonio Klein."
}
};
const applyLanguage = function (lang) {
const active = dictionary[lang] ? lang : "en";
document.documentElement.lang = active;
document.querySelectorAll("[data-i18n]").forEach(function (node) {
const key = node.getAttribute("data-i18n");
if (dictionary[active][key]) {
node.textContent = dictionary[active][key];
}
});
toggle.textContent = active === "en" ? "PT" : "EN";
localStorage.setItem("portfolio-lang", active);
};
const savedLanguage = localStorage.getItem("portfolio-lang") || "en";
applyLanguage(savedLanguage);
toggle.addEventListener("click", function () {
const nextLanguage = document.documentElement.lang === "en" ? "pt" : "en";
applyLanguage(nextLanguage);
});
const applyTheme = function (theme) {
const active = theme === "dark" ? "dark" : "light";
document.documentElement.setAttribute("data-theme", active);
themeToggle.textContent = active === "dark" ? "Light" : "Dark";
localStorage.setItem("portfolio-theme", active);
};
const savedTheme = localStorage.getItem("portfolio-theme");
const systemDark = window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches;
applyTheme(savedTheme || (systemDark ? "dark" : "light"));
themeToggle.addEventListener("click", function () {
const nextTheme = document.documentElement.getAttribute("data-theme") === "dark" ? "light" : "dark";
applyTheme(nextTheme);
});
}());
</script>
</body>
</html>