-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (178 loc) · 7.64 KB
/
index.html
File metadata and controls
187 lines (178 loc) · 7.64 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
<!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="Jan-Eric Gaidusch - Senior Software Engineer specializing in AI, Backend Architecture, and Cloud Technologies">
<meta name="author" content="Jan-Eric Gaidusch">
<title>Jan-Eric Gaidusch | Senior Software Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/assets/img/avatar-icon.png">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="#hero" class="nav-brand">
<span class="nav-logo">JG</span>
</a>
<ul class="nav-links" id="navLinks">
<li><a href="#about">about</a></li>
<li><a href="#skills">skills</a></li>
<li><a href="#experience">experience</a></li>
<li><a href="#education">education</a></li>
<li><a href="#personal">personal</a></li>
<li><a href="#contact">contact</a></li>
</ul>
<button class="mobile-menu-toggle" id="mobileMenuToggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-background">
<div class="gradient-orb orb-1"></div>
<div class="gradient-orb orb-2"></div>
<div class="gradient-orb orb-3"></div>
</div>
<div class="hero-content hero-grid">
<div class="hero-text">
<div class="hero-status">
<span class="status-dot">
<span class="status-ping"></span>
<span class="status-core"></span>
</span>
Available for Architecture Consultation
</div>
<p class="hero-subtitle" id="heroSkills">AI • Backend Architecture • Cloud & DevOps</p>
<h1 class="hero-name" id="heroName">Jan-Eric Gaidusch</h1>
<h2 class="hero-title" id="heroTitle">Senior Backend Engineer</h2>
<div class="hero-cta">
<a href="#contact" class="btn btn-primary">Get in touch</a>
<a href="#about" class="btn btn-secondary">View my work</a>
</div>
</div>
<div class="hero-bento">
<div class="bento-card">
<div class="bento-card-header">
<div class="bento-icon bento-icon-accent">⌨</div>
<span class="bento-label">Scalable Systems</span>
</div>
<div class="bento-bar-track"><div class="bento-bar-fill" style="width: 75%"></div></div>
</div>
<div class="bento-card bento-card-offset">
<div class="bento-card-header">
<div class="bento-icon">✨</div>
<span class="bento-label">AI Integration</span>
</div>
<img class="bento-image" src="assets/img/ai-hero.png" alt="Abstract neural network visualization" loading="lazy">
</div>
<div class="bento-card">
<div class="bento-card-header">
<div class="bento-icon bento-icon-accent">☁</div>
<span class="bento-label">Cloud Infrastructure</span>
</div>
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="scroll-arrow"></div>
</div>
</section>
<!-- About Section -->
<section class="section" id="about">
<div class="container">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">About Me</h2>
</div>
<div class="about-content">
<div class="about-text">
<p class="lead" id="aboutBio"></p>
<div class="expertise-grid" id="expertiseGrid"></div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="section section-alt" id="skills">
<div class="container">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Technical Skills</h2>
</div>
<p class="section-intro" id="skillsIntro"></p>
<div class="skills-container" id="skillsContainer"></div>
<div class="additional-tech">
<h3>Additional Technologies</h3>
<div class="tech-tags" id="additionalTech"></div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="section" id="experience">
<div class="container">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">Professional Experience</h2>
</div>
<p class="section-intro" id="experienceIntro"></p>
<div class="timeline" id="timeline"></div>
</div>
</section>
<!-- Education Section -->
<section class="section section-alt" id="education">
<div class="container">
<div class="section-header">
<span class="section-number">04</span>
<h2 class="section-title">Education & Learning</h2>
</div>
<p class="section-intro" id="educationIntro"></p>
<div class="education-grid" id="educationGrid"></div>
<div class="learning-section">
<h3>Continuous Learning</h3>
<div class="learning-grid" id="learningGrid"></div>
</div>
</div>
</section>
<!-- Personal Life Section -->
<section class="section" id="personal">
<div class="container">
<div class="section-header">
<span class="section-number">05</span>
<h2 class="section-title">Beyond Work</h2>
</div>
<p class="section-intro">When I'm not building software, you'll find me:</p>
<div class="interests-grid" id="interestsGrid"></div>
<div class="volunteer-section" id="volunteerSection"></div>
</div>
</section>
<!-- Contact Section -->
<section class="section section-contact" id="contact">
<div class="container contact-container">
<div class="section-header section-header-center">
<span class="section-number">06</span>
<h2 class="section-title">Get In Touch</h2>
</div>
<div class="contact-content">
<p class="contact-message" id="contactMessage"></p>
<div class="social-links" id="socialLinks"></div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© <span id="currentYear"></span> <span id="footerName"></span></p>
<div class="footer-links" id="footerSocial"></div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>