This repository was archived by the owner on May 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
373 lines (333 loc) · 17.3 KB
/
index.html
File metadata and controls
373 lines (333 loc) · 17.3 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
<!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="clyxdev portfolio with GitHub projects, Instagram, and developer links.">
<meta property="og:title" content="clyxdev - Portfolio">
<meta property="og:description" content="Open-source developer building bots, APIs, and web tools.">
<meta property="og:image" content="assets/img/clyxdev-avatar.png">
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<title>clyxdev - Portfolio</title>
</head>
<body>
<header class="header" id="header">
<nav class="nav container" aria-label="Primary navigation">
<a href="#home" class="nav__logo">clyxdev</a>
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Toggle color theme">
<i class="bx bx-moon"></i>
</button>
</nav>
</header>
<main class="main">
<section class="home section" id="home">
<div class="home__container container">
<div class="home__bg-icons" aria-hidden="true">
<i class="fab fa-github"></i>
<i class="fab fa-python"></i>
<i class="fab fa-js"></i>
<i class="fas fa-terminal"></i>
<i class="fas fa-code"></i>
</div>
<span class="home__greeting">Hello, I'm</span>
<h1 class="home__name">clyxdev</h1>
<h2 class="home__education">Open-source Developer</h2>
<div class="home__buttons">
<a href="https://github.com/clyxdev" class="button button--ghost" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub
</a>
<a href="#about" class="button">
<i class="fas fa-user-astronaut"></i>
About me
</a>
</div>
<div class="home__profile">
<img src="assets/img/clyxdev-avatar.png" alt="clyxdev profile avatar" class="home__img">
</div>
<div class="home__social" aria-label="Social links">
<a href="https://github.com/clyxdev" class="home__social-link" target="_blank" rel="noreferrer" aria-label="GitHub">
<i class="bx bxl-github"></i>
</a>
<a href="https://www.instagram.com/clyxdev/" class="home__social-link" target="_blank" rel="noreferrer" aria-label="Instagram">
<i class="bx bxl-instagram"></i>
</a>
</div>
<a href="#about" class="home__scroll">
<i class="bx bx-mouse home__scroll-icon"></i>
<span class="home__scroll-name">Scroll Down</span>
</a>
</div>
</section>
<section class="about section" id="about">
<span class="section__subtitle">My Intro</span>
<h2 class="section__title">About Me</h2>
<div class="about__container container grid">
<div class="about__image">
<img src="assets/img/clyxdev-avatar.png" alt="clyxdev avatar">
</div>
<div class="about__data">
<div class="about__info">
<article class="about__box">
<i class="bx bx-code-block about__icon"></i>
<h3 class="about__title">Projects</h3>
<span class="about__subtitle">5+ GitHub repos</span>
</article>
<article class="about__box">
<i class="bx bx-bot about__icon"></i>
<h3 class="about__title">Focus</h3>
<span class="about__subtitle">Bots and APIs</span>
</article>
<article class="about__box">
<i class="bx bx-check-shield about__icon"></i>
<h3 class="about__title">Status</h3>
<span class="about__subtitle">Open to hire</span>
</article>
</div>
<p class="about__description">
clyxdev builds Telegram bots, deployment-ready Python services, TypeScript tools, and practical web utilities for developers and online communities.
</p>
<a href="#contact" class="button">Contact me</a>
</div>
</div>
</section>
<section class="skills section" id="skills">
<span class="section__subtitle">My Abilities</span>
<h2 class="section__title">My Experience</h2>
<div class="skills__container container grid">
<article class="skills__content">
<h3 class="skills__title">Web Developer</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class="fab fa-html5 skills__icon"></i>
<div>
<h4 class="skills__name">HTML</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class="fab fa-css3-alt skills__icon"></i>
<div>
<h4 class="skills__name">CSS</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class="fab fa-js skills__icon"></i>
<div>
<h4 class="skills__name">JavaScript</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class="fab fa-js skills__icon"></i>
<div>
<h4 class="skills__name">TypeScript</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
<div class="skills__data">
<i class="fab fa-react skills__icon"></i>
<div>
<h4 class="skills__name">React</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
<div class="skills__data">
<i class="fab fa-github skills__icon"></i>
<div>
<h4 class="skills__name">GitHub</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
</div>
</div>
</article>
<article class="skills__content">
<h3 class="skills__title">Backend Developer</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class="fab fa-python skills__icon"></i>
<div>
<h4 class="skills__name">Python</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class="fab fa-node-js skills__icon"></i>
<div>
<h4 class="skills__name">Node.js</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
<div class="skills__data">
<i class="fas fa-plug skills__icon"></i>
<div>
<h4 class="skills__name">APIs</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class="fab fa-telegram skills__icon"></i>
<div>
<h4 class="skills__name">Telegram Bots</h4>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class="fas fa-train skills__icon"></i>
<div>
<h4 class="skills__name">Railway</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
<div class="skills__data">
<i class="fas fa-cloud-arrow-up skills__icon"></i>
<div>
<h4 class="skills__name">Vercel</h4>
<span class="skills__level">Intermediate</span>
</div>
</div>
</div>
</div>
</article>
</div>
</section>
<section class="services section">
<span class="section__subtitle">My Services</span>
<h2 class="section__title">What I Offer</h2>
<div class="services__container container grid">
<article class="services__card">
<i class="bx bx-bot services__icon"></i>
<h3 class="services__title">Telegram<br> Bots</h3>
<p class="services__description">Automation, commands, deployment setup, and bot utilities.</p>
</article>
<article class="services__card">
<i class="bx bx-server services__icon"></i>
<h3 class="services__title">API<br> Projects</h3>
<p class="services__description">Python and TypeScript APIs for music, metadata, and tools.</p>
</article>
<article class="services__card">
<i class="bx bx-layout services__icon"></i>
<h3 class="services__title">Web<br> Tools</h3>
<p class="services__description">Clean static sites, dashboards, utilities, and GitHub workflows.</p>
</article>
</div>
</section>
<section class="work section" id="work">
<span class="section__subtitle">My Portfolio</span>
<h2 class="section__title">Recent Works</h2>
<div class="work__container container grid">
<article class="work__card">
<span class="work__tag">TypeScript</span>
<h3 class="work__title">birthday-wish</h3>
<p class="work__description">Interactive browser greeting project for a shareable celebration page.</p>
<a href="https://github.com/clyxdev/birthday-wish" class="work__button" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub <i class="bx bx-right-arrow-alt work__icon"></i>
</a>
</article>
<article class="work__card">
<span class="work__tag">TypeScript</span>
<h3 class="work__title">WebHarvest</h3>
<p class="work__description">Utility work for collecting, shaping, and working with web data.</p>
<a href="https://github.com/clyxdev/WebHarvest" class="work__button" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub <i class="bx bx-right-arrow-alt work__icon"></i>
</a>
</article>
<article class="work__card">
<span class="work__tag">Python</span>
<h3 class="work__title">BioLinkProtector</h3>
<p class="work__description">Python automation project focused on link protection workflows.</p>
<a href="https://github.com/clyxdev/BioLinkProtector" class="work__button" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub <i class="bx bx-right-arrow-alt work__icon"></i>
</a>
</article>
<article class="work__card">
<span class="work__tag">Python</span>
<h3 class="work__title">Yorinamusicbot</h3>
<p class="work__description">Telegram music bot project for commands, playback flows, and deployment.</p>
<a href="https://github.com/clyxdev/Yorinamusicbot" class="work__button" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub <i class="bx bx-right-arrow-alt work__icon"></i>
</a>
</article>
</div>
</section>
<section class="contact section" id="contact">
<span class="section__subtitle">Get in Touch</span>
<h2 class="section__title">Contact Me</h2>
<div class="contact__container container grid">
<div class="contact__content">
<h3 class="contact__title">Talk to me</h3>
<div class="contact__info">
<a href="https://github.com/clyxdev" class="contact__card" target="_blank" rel="noreferrer">
<i class="bx bxl-github contact__card-icon"></i>
<h4 class="contact__card-title">GitHub</h4>
<span class="contact__card-data">@clyxdev</span>
<span class="contact__button">Open profile <i class="bx bx-right-arrow-alt"></i></span>
</a>
<a href="https://www.instagram.com/clyxdev/" class="contact__card" target="_blank" rel="noreferrer">
<i class="bx bxl-instagram contact__card-icon"></i>
<h4 class="contact__card-title">Instagram</h4>
<span class="contact__card-data">@clyxdev</span>
<span class="contact__button">Message me <i class="bx bx-right-arrow-alt"></i></span>
</a>
</div>
</div>
<div class="contact__content">
<h3 class="contact__title">Project links</h3>
<p class="contact__description">
Follow the GitHub profile for repositories and updates, or connect on Instagram for quick messages.
</p>
<div class="contact__actions">
<a href="https://github.com/clyxdev" class="button" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
GitHub
</a>
<a href="https://www.instagram.com/clyxdev/" class="button button--ghost" target="_blank" rel="noreferrer">
<i class="fab fa-instagram"></i>
Instagram
</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__container container">
<h2 class="footer__title">clyxdev</h2>
<ul class="footer__list">
<li><a href="#about" class="footer__link">About</a></li>
<li><a href="#work" class="footer__link">Projects</a></li>
<li><a href="#contact" class="footer__link">Contact</a></li>
</ul>
<ul class="footer__social">
<li>
<a href="https://github.com/clyxdev" class="footer__social-link" target="_blank" rel="noreferrer" aria-label="GitHub">
<i class="bx bxl-github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/clyxdev/" class="footer__social-link" target="_blank" rel="noreferrer" aria-label="Instagram">
<i class="bx bxl-instagram"></i>
</a>
</li>
</ul>
<span class="footer__copy">© <span id="footer-year">2026</span> clyxdev. All rights reserved.</span>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>