-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
403 lines (368 loc) · 15.4 KB
/
Copy pathprogramming.html
File metadata and controls
403 lines (368 loc) · 15.4 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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animish Yadav</title>
<link rel="icon" href="favi.png" type="image/pngg" sizes="16x16" />
<link rel="stylesheet" href="stylesheet.css">
<meta name="description" content="Personal webpage of Animish Yadav.">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<style>
/* Particles background styles */
#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* Place behind content */
}
/* Make timeline container relative with higher z-index */
.timeline-container {
position: relative;
z-index: 1;
}
/* Footer styling */
.footer {
background-color: #f8f8f8;
padding: 15px 30px;
border-top: 1px solid #e0e0e0;
margin-top: 40px;
position: relative;
z-index: 10; /* Higher z-index to ensure footer appears above particles */
}
.footer-content {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.footer-info {
text-align: left;
}
.footer-info p {
margin: 5px 0;
font-size: 14px;
color: #333; /* Explicit font color for better visibility */
}
.footer-quote {
font-style: italic;
font-size: 16px;
color: #555;
text-align: right;
flex-grow: 1;
padding: 0 20px;
}
.footer-monkey {
flex-shrink: 0;
}
.footer-monkey img {
height: 60px;
width: auto;
cursor: pointer;
transition: transform 0.3s ease;
}
.footer-monkey img:hover {
transform: scale(1.1) rotate(5deg);
}
/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
.footer-content {
flex-direction: column;
text-align: center;
}
.footer-info {
text-align: center;
margin-bottom: 10px;
}
.footer-quote {
margin: 10px 0;
text-align: center;
padding: 0;
}
.footer-monkey {
margin-top: 10px;
}
}
</style>
</head>
<body>
<!-- Particles background container -->
<div id="particles-js"></div>
<!-- NAV BAR COMES HERE -->
<nav>
<!-- Checkbox for toggling menu -->
<input type="checkbox" id="check">
<!-- Menu icon -->
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<!-- Site logo -->
<label class="logo">@AnimishY</label>
<!-- Navigation links -->
<ul class="ohhello">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a class="active" href="programming.html">Programming</a></li>
<li><a href="design.html">Design</a></li>
<li><a href="socials.html">Socials</a></li>
</ul>
</nav>
<div class="timeline-container">
<div class="timeline-wrapper">
<div class="timeline-header">
<h1>My<br>Programming<br>Journey</h1>
<p class="timeline-description">A timeline of my programming projects and achievements, from most recent to oldest.</p>
</div>
<div class="timeline-line">
<div class="timeline-dot-top"></div>
<div class="timeline-dot-bottom"></div>
</div>
<!-- Year 2025 -->
<div class="year-marker">2025</div>
<div class="timeline-project right-project">
<div class="project-dot"></div>
<div class="project-card">
<div class="project-header">
<h3 class="project-title">KalaHaat</h3>
<a href="https://github.com/animishy/DBMS-PROJECT" class="github-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tech-stack">
<span class="tech">Python</span>
<span class="tech">Flask</span>
<span class="tech">MySQL</span>
<span class="tech">HTML</span>
</div>
<p class="project-description">KalaHaat is an E-Commerce platform for small businesses.</p>
<div class="project-fact">
<em>Interesting fact:</em> This project features AI-Based product search.</div>
<div class="project-links">
<a href="https://www.canva.com/design/DAGktrxKPd0/Nm5kcrEdrHAQOTGd-SVQ3Q/view?utm_content=DAGktrxKPd0&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h39e8c643d8" class="project-btn"><i class="fas fa-file-alt"></i> Project Presentation</a>
</div>
</div>
</div>
<!-- Year 2024 -->
<div class="year-marker">2024</div>
<div class="timeline-project left-project">
<div class="project-dot"></div>
<div class="project-card">
<div class="project-header">
<h3 class="project-title">Air-Scheduler</h3>
<a href="https://github.com/animishy/air-scheduler" class="github-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tech-stack">
<span class="tech">Java</span>
</div>
<p class="project-description">Java-based scheduling tool that optimizes aircraft assignments from CSV inputs and exports detailed schedules.</p>
<div class="project-fact">
<em>Interesting fact:</em> Implements a greedy algorithm for scheduling, ensuring conflict-free resource allocation and efficient aircraft utilization.</div>
</div>
</div>
<div class="timeline-project right-project">
<div class="project-dot"></div>
<div class="project-card">
<div class="project-header">
<h3 class="project-title">Byte Me! Food Ordering System</h3>
<a href="https://github.com/animishy/byte-me-food-ordering-system" class="github-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tech-stack">
<span class="tech">Java</span>
<span class="tech">Swing</span>
<span class="tech">JUnit</span>
</div>
<p class="project-description">A Java-based food ordering system for college canteens, featuring both CLI and GUI interfaces, file handling, and rigorous testing.</p>
<div class="project-fact">
<em>Interesting fact:</em> Includes 37 JUnit test cases to validate system behavior, ensuring robust functionality and reliability.</div>
</div>
</div>
<div class="timeline-project left-project">
<div class="project-dot"></div>
<div class="project-card">
<div class="project-header">
<h3 class="project-title">Angry Birds Clone</h3>
<a href="https://github.com/AnimishY/Angry_Birds" class="github-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tech-stack">
<span class="tech">Java</span>
<span class="tech">Gradle</span>
<span class="tech">LibGDX</span>
<span class="tech">JavaFX</span>
</div>
<p class="project-description">Angry Birds game clone for course project.</p>
<div class="project-fact">
<em>Interesting fact:</em> Developed an engaging game inspired by “Angry Birds” using LibGDX to replicate game physics with 15+ properties and implemented 50+ JUnit tests for gameplay scenarios.</div>
<div class="project-links">
<a href="https://github.com/AnimishY/Angry_Birds" class="project-btn"><i class="fas fa-external-link-alt"></i> Download Game</a>
</div>
</div>
</div>
<!-- Year 2023 -->
<div class="timeline-project right-project">
<div class="project-dot"></div>
<div class="project-card">
<div class="project-header">
<h3 class="project-title">Open Texting Application</h3>
<a href="https://github.com/Mesons-at-DevHaven/Family-Friendly-Web-Chat" class="github-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tech-stack">
<span class="tech">Python</span>
<span class="tech">JavaScript</span>
<span class="tech">Firebase</span>
</div>
<p class="project-description">Engineered a real-time messaging application with multiple users, integrating advanced API functionality for enhanced communication capabilities for younger audiences. (Feb,24 – Feb,24) | Team Size: 2</p>
<div class="project-fact">
<em>Notable Improvement:</em> Incorporated Microsoft's Language APIs via Azure cloud services, reducing language barriers for 10+ languages and enabling profanity filtering with 92%+ accuracy.</div>
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const projects = document.querySelectorAll('.timeline-project');
const years = document.querySelectorAll('.year-marker');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.2 });
projects.forEach(project => {
observer.observe(project);
});
years.forEach(year => {
observer.observe(year);
});
// Monkey sound and animation functionality
const monkeyImg = document.getElementById('monkey-img');
const monkeySound = document.getElementById('monkey-sound');
monkeyImg.addEventListener('click', function() {
// Reset audio to beginning if it's already playing
monkeySound.currentTime = 0;
// Play the monkey sound
monkeySound.play().catch(e => console.log('Audio play failed:', e));
// Add a little animation when clicked
this.style.transform = 'scale(1.2) rotate(10deg)';
setTimeout(() => {
this.style.transform = '';
}, 500);
});
});
</script>
<footer class="footer">
<div class="footer-content">
<div class="footer-info">
<p>@AnimishY</p>
<p>Animish Yadav</p>
<p>© 2025, All rights reserved.</p>
</div>
<div class="footer-quote">
<p>"Creativity is intelligence having fun"</p>
</div>
<div class="footer-monkey">
<img src="Adorable_Monkey_in_a_Sunlit_Jungle-removebg-preview.png" alt="Monkey" id="monkey-img">
<audio id="monkey-sound" src="tunes/monkey-sound.mp3" preload="auto"></audio>
</div>
</div>
</footer>
<!-- Add particles.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
// Initialize particles.js
particlesJS("particles-js", {
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#0082e6"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
},
"opacity": {
"value": 0.3,
"random": true,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#0082e6",
"opacity": 0.2,
"width": 1
},
"move": {
"enable": true,
"speed": 2,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 0.6
}
},
"push": {
"particles_nb": 4
}
}
},
"retina_detect": true
});
</script>
</body>
</html>