-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
353 lines (299 loc) · 13 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ailyn's Net</title>
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Container for the entire content -->
<div class="container">
<!-- HEADER SECTION -->
<header>
<h1 class="main-title">
<span class="typed-text"></span>
</h1>
<!-- Badge Section -->
<div class="badges">
<!-- GitHub Icon -->
<a href="https://github.com/ailynux" target="_blank">
<img src="https://img.shields.io/badge/-GitHub-181717?style=flat&logo=github&logoColor=white" alt="GitHub Icon" />
</a>
<!-- LinkedIn Icon -->
<a href="https://www.linkedin.com/in/ailyndiaz01" target="_blank">
<img src="https://img.shields.io/badge/-LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" alt="LinkedIn Icon" />
</a>
<!-- Website 1 Icon -->
<a href="https://ailynux.netlify.app" target="_blank">
<img src="https://img.shields.io/badge/-Netlify-00C7B7?style=flat&logo=netlify&logoColor=white" alt="Website 1 Icon" />
</a>
</div>
</header>
<!-- INTRO SECTION -->
<section class="intro">
<!-- me section -->
<div class="profile-wrapper">
<div class="profile-card" style="background-image: url('./assets/images/back.webp');">
<img src="./assets/images/photo.jpg" alt="Profile Picture" class="profile-pic">
<h2>Ailyn Diaz</h2>
<h3>Software Engineer</h3>
</div>
<!-- Single Advanced Fake Terminal -->
<div class="fake-terminal">
<!-- Terminal Header Bar -->
<div class="terminal-header">
<div class="buttons">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="terminal-title">Terminal - bash</div>
</div>
<!-- Terminal Content -->
<div id="terminal-output">
<p>Welcome to Ailyn's terminal. Type 'help' for commands.</p>
</div>
<div class="input-area">
<span class="terminal-prompt"> hi@user:$</span>
<input type="text" id="terminal-input" placeholder="Type here..." autofocus />
</div>
</div>
</div>
<!-- PERSONAL STATS BOX (Dynamic inside profile card) -->
<div class="stats-box">
<!-- SKILLS SECTION (Dynamic skills scroll) -->
<section class="skills-banner">
<div id="skills">
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/csharp.svg" alt="C#" class="skill-badge"> C#
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/dotnet.svg" alt=".NET" class="skill-badge"> .NET
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/react.svg" alt="React" class="skill-badge"> React
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/typescript.svg" alt="TypeScript" class="skill-badge"> TypeScript
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/apache.svg" alt="LAMP" class="skill-badge"> LAMP
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/linux.svg" alt="Linux" class="skill-badge"> Linux
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/microsoftazure.svg" alt="Azure" class="skill-badge"> Azure
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/gnubash.svg" alt="Bash" class="skill-badge"> BASH
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/git.svg" alt="Git" class="skill-badge"> Git
</span>
<span class="separator"></span>
<span class="skill-item">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/python.svg" alt="Python" class="skill-badge"> Python
</span>
</div>
</section>
<div class="stat-item">
<i class="fas fa-briefcase"></i>
<h3>1.5+</h3>
<p>Years of Experience</p>
</div>
<div class="stat-item">
<i class="fas fa-project-diagram"></i>
<h3>30+</h3>
<p>Completed Projects</p>
</div>
<div class="stat-item">
<i class="fas fa-graduation-cap"></i>
<h3>A.Sc.CIS + 5 CERTS</h3>
<h3>4.0 GPA</h3>
<p>Education</p>
</div>
<div class="stat-item">
<i class="fas fa-award"></i>
<h3>Outstanding CIS Std. 2023</h3>
<p>Awards</p>
</div>
<div class="stat-item">
<i class="fas fa-cogs"></i>
<h3>Full Stack Developer</h3>
<p>Expertise</p>
</div>
<div class="stat-item">
<i class="fas fa-language"></i>
<h3>English, Spanish</h3>
<p>Languages</p>
</div>
</div>
<!-- CTA SECTION BOXES -->
<section class="cta-section">
<div class="cta-container">
<!-- Projects Box (Linked to GitHub Repository) -->
<a href="https://github.com/ailynux" target="_blank" class="cta-box" style="background-image: url('./assets/images/art_pic1.webp');">
<div class="cta-content">
<i class="fas fa-code"></i> <!-- Example icon -->
<h3>Projects</h3>
<p>Explore my portfolio of projects showcasing my skills.</p>
</div>
</a>
<!-- About Me Box (Linked to LinkedIn Profile) -->
<a href="https://www.linkedin.com/in/ailyndiaz01" target="_blank" class="cta-box" style="background-image: url('./assets/images/moon_pic2.webp');">
<div class="cta-content">
<i class="fas fa-user"></i> <!-- Example icon -->
<h3>About Me</h3>
<p>Learn more about my background, skills, and experience.</p>
</div>
</a>
<!-- Services Box (Linked to Netlify Page) -->
<a href="https://ailyndevop.netlify.app" target="_blank" class="cta-box" style="background-image: url('./assets/images/movinglines.webp');">
<div class="cta-content">
<i class="fas fa-cogs"></i> <!-- Example icon -->
<h3>Services</h3>
<p>Discover the services I offer, from development to deployment.</p>
</div>
</a>
</div>
</section>
</section>
<!-- SHOWCASE SECTION -->
<section class="showcase">
<h2>Latest Creations</h2>
<!-- Showcase container for project cards -->
<div class="project-showcase">
<!-- Project 1 with flip animation -->
<div class="project-box flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Chessentials</h3>
<p>Chessentials is a sleek web-based chess
game where users play against Stockfish AI
with real-time move validation, built using
Flask and Chessboard.js.</p>
</div>
<div class="flip-card-back">
<img src="./assets/images/pawn.webp" alt="Chessentials" class="project-image">
<p>Technologies used: Python, Flask, JS, CSS, Devops</p>
<a href="https://github.com/ailynux/Chessentials" class="project-link">View Code</a>
</div>
</div>
</div>
<!-- Project 2 with flip animation -->
<div class="project-box flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3> Nachtraum </h3>
<p>Nachtraum, a real-time chat app where every conversation happens in real time.
Personalize your chats with custom emojis and experience sleek, seamless communication like never before.</p>
</div>
<div class="flip-card-back">
<img src="./assets/images/greenvector.avif" alt="O-Vision" class="project-image">
<p>Technologies used: C#. NET, React, & TS, SignalR, Azure.</p>
<a href="https://github.com/ailynux/Nachtraum" class="project-link">View Code</a>
</div>
</div>
</div>
<!-- Project 3 with flip animation -->
<div class="project-box flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>BlitzNotes</h3>
<p>Notes App that allows users to add, edit, delete, and categorize personal notes, Uses CRUD.</p>
</div>
<div class="flip-card-back">
<img src="./assets/images/bricksmove.webp" alt="Pixelo" class="project-image">
<p>Technologies used: C#, Typescript, React, AzureSql</p>
<a href="https://github.com/ailynux/blitznotes" class="project-link">View Code</a>
</div>
</div>
</div>
</div>
<a href="https://github.com/ailynux?tab=repositories" class="see-more">
<i class="fab fa-github"></i> <p> See More Projects</p>
</a>
</section>
<!-- Case Studies Section -->
<section class="testimonials" style="background-image: url('./assets/images/cpu_pic3.webp'); background-size: cover; background-position: center; padding: 40px 20px;">
<h2 data-text="Project Highlights">Project Highlights</h2>
<div class="testimonial-card">
<p>"SilverBass is a Weekly Music Playlist app built with Python, YAML, and Docker, deployed on GitHub Pages with CI/CD using GitHub Actions." <span class="fish">🐟</span></p>
<h4><a href="https://github.com/marketplace/actions/silverbass-music-playlist-generator" class="cool-link" target="_blank">— SilverBass on GitHub Marketplace</a></h4>
<div class="badge-container">
<img src="https://img.shields.io/badge/GitHub-SilverBass-blue?logo=github" alt="GitHub Badge">
</div>
</div>
<div class="testimonial-card">
<p>"Pixelo is a minimalist web app built using the JAM stack, generating abstract and pixelated art with a lightweight algorithm focused on minimal file size." <span class="art">🎨</span></p>
<h4><a href="https://github.com/ailynux/Pixelo" class="cool-link" target="_blank">— Pixelo Project</a></h4>
<div class="badge-container">
<img src="https://img.shields.io/badge/GitHub-Pixelo-blue?logo=github" alt="GitHub Badge">
</div>
</div>
</section>
<!-- CONNECT SECTION (Dynamic hover effect with more animations) -->
<section class="connect">
<h2>Stay in Touch</h2>
<div class="contact-box">
<p>I'd love to hear from you! Whether it's for collaboration, networking, or work, reach out below.</p>
<a class="cta" href="https://www.linkedin.com/in/ailyndiaz01" target="_blank" rel="noopener noreferrer" aria-label="Connect with Ailyn on LinkedIn">
<span>Lets connect</span>
</a>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-container">
<!-- Social Icons -->
<div class="socials">
<!-- LinkedIn -->
<a href="https://www.linkedin.com/in/ailyndiaz01" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<!-- GitHub -->
<a href="https://github.com/ailynux" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<!-- StackOverflow -->
<a href="https://stackoverflow.com/users/19919729/ailyn-diaz" target="_blank" rel="noopener noreferrer" aria-label="StackOverflow">
<i class="fab fa-stack-overflow"></i>
</a>
<!-- Exercism -->
<a href="https://exercism.org/profiles/ailynux" target="_blank" rel="noopener noreferrer" aria-label="Exercism">
<i class="fas fa-dumbbell"></i> <!-- Placeholder icon for Exercism -->
</a>
<!-- LeetCode -->
<a href="https://leetcode.com/u/ailynux/" target="_blank" rel="noopener noreferrer" aria-label="LeetCode">
<i class="fas fa-code"></i> <!-- Placeholder icon for LeetCode -->
</a>
</div>
<!-- Year and Creator Info -->
<div class="footer-creator">
<span>© <span class="year">2024</span> | Programmed with care <span class="creator-name">Ailyn Diaz</span></span>
</div>
<!-- Footer Text -->
<p>STOP BY AGAIN</p>
</div>
</footer>
</div>
<!-- Add the dynamic JavaScript and bubble effect here -->
<script src="./assets/js/script.js"></script>
<script src="./assets/js/terminal.js"></script>
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/your-kit-code.js" crossorigin="anonymous"></script>
</body>
</html>