-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
318 lines (295 loc) · 17.5 KB
/
Copy pathindex.html
File metadata and controls
318 lines (295 loc) · 17.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siesta — Developer</title>
<meta name="description" content="Siesta — 17 y/o self-taught developer. Embedded systems, automation & security, with a love for hardware.">
<meta name="theme-color" content="#7c83ff">
<meta property="og:type" content="website">
<meta property="og:url" content="https://siesta0217.github.io/">
<meta property="og:title" content="Siesta — Developer">
<meta property="og:description" content="17-year-old self-taught developer — embedded systems, automation & security.">
<meta property="og:image" content="https://siesta0217.github.io/d32ce04ad4746acd17398629a5fb081f-modified.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="d32ce04ad4746acd17398629a5fb081f-modified.png">
<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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Marck+Script&family=Quicksand:wght@500;600;700&family=Nunito:wght@400;600;700;800&family=Caveat:wght@600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="theme.css?v=5">
<style>
/* ── Hero ── */
.hero {
max-width: 860px; margin: 0 auto; min-height: 100svh;
display: flex; flex-direction: column; align-items: center; justify-content: center;
text-align: center; gap: 22px; padding: 130px 24px 70px; position: relative; z-index: 1;
}
.hero-avatar { position: relative; animation: floaty 5s ease-in-out infinite; }
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hero-avatar .ring {
position: absolute; inset: -12px; border-radius: 50%; z-index: -1;
background: conic-gradient(from 0deg, var(--pink), var(--lav), var(--sky), var(--mint), var(--pink));
filter: blur(10px); opacity: .85; animation: spinring 7s linear infinite;
}
@keyframes spinring { to { transform: rotate(360deg); } }
.hero-avatar .orbit { position: absolute; inset: -16px; border-radius: 50%; z-index: 1; animation: spinring 9s linear infinite; }
.hero-avatar .orbit::before {
content: ''; position: absolute; top: -5px; left: 50%; width: 13px; height: 13px; margin-left: -6.5px;
border-radius: 50%; background: #fff;
box-shadow: 0 0 14px 4px var(--glow-pink), 0 0 6px 1px #fff;
}
.hero-avatar .orbit::after {
content: ''; position: absolute; bottom: 4px; right: 10px; width: 8px; height: 8px;
border-radius: 50%; background: #fff; box-shadow: 0 0 10px 3px var(--glow-lav), 0 0 4px #fff;
}
.hero-avatar img {
width: clamp(150px, 22vw, 190px); height: clamp(150px, 22vw, 190px);
object-fit: cover; object-position: center top; border-radius: 50%;
border: 5px solid rgba(255,255,255,.85); box-shadow: var(--shadow-lg);
}
.hero-name-wrap { display: inline-block; position: relative; }
.hero-name {
font-family: var(--head); font-optical-sizing: auto; font-weight: 600; line-height: 1;
font-size: clamp(58px, 12vw, 104px); letter-spacing: -.025em; margin: 2px 0;
position: relative; isolation: isolate;
/* balanced name gradient (deep → violet → soft pink tail) */
background: linear-gradient(116deg, var(--ink-strong) 8%, var(--lav-d) 52%, var(--rose-d) 100%);
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-note {
font-family: var(--hand); font-weight: 700; font-size: clamp(19px, 2.6vw, 24px);
color: var(--lav-d); transform: rotate(-2deg); margin-top: 8px;
}
.hero-note b { color: var(--pink-d); font-weight: 700; }
.hero-name::before {
content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
width: 130%; height: 200%; z-index: -1; pointer-events: none;
background:
radial-gradient(closest-side, rgba(255,126,192,.5), transparent 70%),
radial-gradient(closest-side, rgba(169,139,255,.45), transparent 72%),
radial-gradient(closest-side, rgba(116,198,255,.4), transparent 72%);
background-repeat: no-repeat;
background-position: 22% 50%, 55% 50%, 80% 50%;
background-size: 55% 90%, 55% 100%, 50% 85%;
filter: blur(34px); opacity: .8;
animation: auroraPulse 6s ease-in-out infinite alternate;
}
@keyframes auroraPulse {
from { opacity: .5; transform: translate(-50%,-50%) scale(.94); }
to { opacity: .9; transform: translate(-50%,-50%) scale(1.06); }
}
.hero-sub { font-size: clamp(17px, 2.4vw, 22px); color: var(--ink-soft); max-width: 540px; font-weight: 600; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
/* ── Tagline (typed romantic cursive) ── */
.tagline { max-width: 880px; margin: 0 auto; padding: 60px 24px 48px; text-align: center; position: relative; z-index: 1; }
.tagline-script {
font-family: 'Marck Script', var(--hand), cursive; font-weight: 400;
font-size: clamp(27px, 5vw, 52px); line-height: 1.4; letter-spacing: .01em;
color: #d9569b; min-height: 2.8em;
}
.tagline-script::after {
content: '▌'; margin-left: 1px; color: var(--lav-d);
animation: caret 1s steps(1) infinite;
}
@keyframes caret { 50% { opacity: 0; } }
.tagline-sub {
font-family: var(--head); font-optical-sizing: auto; font-style: italic; font-weight: 500;
font-size: clamp(15px, 2vw, 19px); color: var(--ink-soft); margin-top: 16px;
min-height: 1.5em; transition: opacity .3s ease;
}
/* ── About ── */
.about-card { padding: 36px 38px; }
.about-body { font-size: clamp(19px, 2.4vw, 24px); line-height: 1.6; color: var(--ink); max-width: 660px; font-weight: 600; }
.about-body b { font-weight: 700; color: var(--pink-d); }
.about-body i { font-style: normal; font-weight: 700; color: var(--lav-d); }
/* ── Skills ── */
.skills-card { padding: 34px 38px; }
/* ── Work ── */
.work-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.work {
display: flex; flex-direction: column; overflow: hidden; border-radius: 28px;
background: var(--liquid); backdrop-filter: blur(22px) saturate(170%); -webkit-backdrop-filter: blur(22px) saturate(170%);
border: none; box-shadow: var(--shadow-sm), var(--edge);
transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s;
}
.work:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg), var(--edge); }
.work-thumb { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.work:hover .work-thumb img { transform: scale(1.06); }
.work-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(80,50,110,.28)); }
.work-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.work-name { font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--ink-strong); display: flex; align-items: center; gap: 8px; }
.work-name .arr { color: var(--pink-d); transition: transform .25s; }
.work:hover .work-name .arr { transform: translate(4px,-4px); }
.work-desc { font-size: 15px; color: var(--ink-soft); line-height: 1.55; flex: 1; }
/* ── Contact ── */
.link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.link {
display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 22px;
background: var(--liquid); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
border: none; box-shadow: var(--shadow-sm), var(--edge);
transition: transform .25s, box-shadow .25s;
}
.link:hover { transform: translateY(-5px); box-shadow: var(--shadow), var(--edge); }
.link .dot { width: 40px; height: 40px; border-radius: 14px; flex-shrink: 0; box-shadow: 0 8px 16px -6px var(--glow-pink); }
.link.d1 .dot { background: linear-gradient(120deg, var(--lav), var(--lav-d)); }
.link.d2 .dot { background: linear-gradient(120deg, var(--pink-d), var(--peach)); }
.link.d3 .dot { background: linear-gradient(120deg, var(--sky), var(--lav)); }
.link.d4 .dot { background: linear-gradient(120deg, var(--mint), var(--sky)); }
.link .lbl { font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.link .val { font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink-strong); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 600px) {
.about-card, .skills-card { padding: 26px 22px; }
.link .val { font-size: 14px; }
}
</style>
</head>
<body>
<div id="progress"></div>
<div class="orbs"><span class="orb a"></span><span class="orb b"></span><span class="orb c"></span></div>
<canvas id="sparkles"></canvas>
<!-- ── NAV ── -->
<nav class="nav">
<div class="nav-inner">
<a href="#" class="nav-logo"><span class="heart"></span> Siesta</a>
<ul class="nav-links">
<li><a href="#about" data-i18n="nav_about">About</a></li>
<li><a href="#skills" data-i18n="nav_skills">Skills</a></li>
<li><a href="#work" data-i18n="nav_work">Work</a></li>
</ul>
<div class="nav-right">
<div class="lang-toggle" role="group" aria-label="Language">
<button type="button" data-lang="en">EN</button>
<button type="button" data-lang="zh">繁</button>
</div>
<a href="#contact" class="nav-cta" data-i18n="nav_cta">Say hi ✦</a>
</div>
</div>
</nav>
<!-- ── HERO ── -->
<header class="hero">
<div class="hero-avatar">
<span class="ring"></span>
<span class="orbit"></span>
<img src="d32ce04ad4746acd17398629a5fb081f-modified.png" alt="Siesta">
</div>
<span class="chip"><span class="dot"></span> <span data-i18n="chip">Available · self-taught dev</span></span>
<div class="hero-name-wrap">
<h1 class="hero-name grad-text">Siesta</h1>
<svg class="underline-doodle now" viewBox="0 0 300 18" preserveAspectRatio="none" aria-hidden="true">
<path d="M5 12 C 65 3, 115 17, 162 9 S 252 2, 295 12"/>
</svg>
</div>
<p class="hero-sub" data-i18n="hero_sub">A 17-year-old developer building embedded systems, automation & security tools — with a soft spot for hardware.</p>
<p class="hero-note" data-i18n="hero_note">psst — <b>scroll down</b> to see what I've been building ✦</p>
<div class="hero-actions">
<a href="#work" class="btn btn-primary" data-i18n="btn_work">View my work</a>
<a href="https://github.com/Siesta0217" class="btn btn-ghost" target="_blank" rel="noopener">GitHub ↗</a>
</div>
</header>
<!-- ── TAGLINE (typed romantic cursive + synced translation) ── -->
<section class="tagline" aria-label="Tagline">
<p class="tagline-script" id="typer" lang="ru" translate="no" aria-live="off"></p>
<p class="tagline-sub" id="typer-sub"></p>
</section>
<!-- ── ABOUT ── -->
<section class="section fade" id="about">
<p class="eyebrow" data-i18n="eb_about">About</p>
<h2 class="section-title" data-i18n="about_title">A little about me</h2>
<div class="glass about-card">
<p class="about-body" data-i18n="about_body">
I'm a 17-year-old self-taught developer who loves making things from scratch.
These days I'm focused on <b>Python</b>, <b>C++</b>, <b>JavaScript</b> and
<i>cybersecurity</i> — and I'm happiest when there's <i>hardware</i> involved.
</p>
<div class="stat-row">
<div><div class="stat-num"><span class="count" data-target="17">0</span></div><div class="stat-label" data-i18n="st_years">Years old</div></div>
<div><div class="stat-num"><span class="count" data-target="4">0</span></div><div class="stat-label" data-i18n="st_langs">Languages</div></div>
<div><div class="stat-num"><span class="count" data-target="3">0</span> <small data-i18n="st_live">live</small></div><div class="stat-label" data-i18n="st_projects">Projects</div></div>
</div>
</div>
</section>
<div class="divider" aria-hidden="true"><span>✦</span></div>
<!-- ── SKILLS ── -->
<section class="section fade" id="skills">
<p class="eyebrow" data-i18n="eb_skills">Skills</p>
<h2 class="section-title" data-i18n="skills_title">What I'm working with</h2>
<div class="glass skills-card">
<div class="bar">
<div class="bar__top"><span class="bar__name">Python</span><span class="bar__tag" data-i18n="sk_py">Automation & scripting</span></div>
<span class="bar__track"><span class="bar__fill" data-w="92"></span></span>
</div>
<div class="bar">
<div class="bar__top"><span class="bar__name">JavaScript / Node</span><span class="bar__tag" data-i18n="sk_js">Web & bots</span></div>
<span class="bar__track"><span class="bar__fill b2" data-w="82"></span></span>
</div>
<div class="bar">
<div class="bar__top"><span class="bar__name">C / C++</span><span class="bar__tag" data-i18n="sk_c">Embedded systems</span></div>
<span class="bar__track"><span class="bar__fill b3" data-w="72"></span></span>
</div>
<div class="bar">
<div class="bar__top"><span class="bar__name">Cybersecurity</span><span class="bar__tag" data-i18n="sk_sec">Fundamentals · learning</span></div>
<span class="bar__track"><span class="bar__fill b4" data-w="55"></span></span>
</div>
</div>
</section>
<div class="divider" aria-hidden="true"><span>✦</span></div>
<!-- ── WORK ── -->
<section class="section fade" id="work">
<p class="eyebrow" data-i18n="eb_work">Work</p>
<h2 class="section-title" data-i18n="work_title">Things I've built</h2>
<div class="work-grid">
<a href="T-Display-S3.html" class="work">
<div class="work-thumb"><img src="t-display-s3-touch-cutout.png" alt="T-Display S3 Touch" loading="lazy" decoding="async"></div>
<div class="work-body">
<span class="work-name">T-Display-S3 Clock <span class="arr">↗</span></span>
<span class="work-desc" data-i18n="w1_desc">A custom smart clock on the LilyGO T-Display-S3-Touch — C++ firmware with a UI rendered straight to the capacitive screen.</span>
<span class="tags"><span class="tag">C++</span><span class="tag">ESP32</span><span class="tag">Embedded</span></span>
</div>
</a>
<a href="Valencia.html" class="work">
<div class="work-thumb"><img src="d32ce04ad4746acd17398629a5fb081f-modified.png" alt="Valencia AI Maid" loading="lazy" decoding="async"></div>
<div class="work-body">
<span class="work-name">Valencia — AI Maid <span class="arr">↗</span></span>
<span class="work-desc" data-i18n="w2_desc">A custom AI maid companion built on OpenClaw AI — personality, memory and a distinct character that makes every chat feel alive.</span>
<span class="tags"><span class="tag">OpenClaw</span><span class="tag">Python</span><span class="tag">NLP</span></span>
</div>
</a>
<a href="Valencia-Mod.html" class="work">
<div class="work-thumb"><img src="datapack.png" alt="Valencia Fabric Mod" loading="lazy" decoding="async"></div>
<div class="work-body">
<span class="work-name">Valencia Client <span class="arr">↗</span></span>
<span class="work-desc" data-i18n="w3_desc">A Fabric client mod for Lunar 1.21 — combat, movement & render modules driven by a draggable in-game ClickGUI. Java 21, from scratch.</span>
<span class="tags"><span class="tag">Java</span><span class="tag">Fabric</span><span class="tag">Minecraft</span></span>
</div>
</a>
</div>
</section>
<div class="divider" aria-hidden="true"><span>✦</span></div>
<!-- ── CONTACT ── -->
<section class="section fade" id="contact">
<p class="eyebrow" data-i18n="eb_contact">Contact</p>
<h2 class="section-title" data-i18n="contact_title">Let's talk ✦</h2>
<div class="link-grid">
<a class="link d1" href="https://discord.com/users/siesta0217" target="_blank" rel="noopener">
<span class="dot"></span><span><span class="lbl">Discord</span><br><span class="val">siesta0217</span></span>
</a>
<a class="link d2" href="https://youtube.com/@Siesta0217" target="_blank" rel="noopener">
<span class="dot"></span><span><span class="lbl">YouTube</span><br><span class="val">@Siesta0217</span></span>
</a>
<a class="link d3" href="https://github.com/Siesta0217" target="_blank" rel="noopener">
<span class="dot"></span><span><span class="lbl">GitHub</span><br><span class="val">Siesta0217</span></span>
</a>
<a class="link d4" href="mailto:siesta0217@63064845.xyz">
<span class="dot"></span><span><span class="lbl">Email</span><br><span class="val">siesta0217@63064845.xyz</span></span>
</a>
</div>
</section>
<footer class="footer">
<span>Siesta · 2025</span>
<span data-i18n="foot_built">Built from scratch</span>
</footer>
<script src="i18n.js?v=2"></script>
<script src="hud.js?v=2"></script>
</body>
</html>