-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
527 lines (461 loc) · 22.7 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
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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keyboard-shortcuts-preference" content="all">
<meta name="hostname" content="arjuncvinod.tech">
<meta name="expected-hostname" content="arjuncvinod.tech">
<meta name="description" content="Welcome to the portfolio of Arjun C Vinod, a professional web developer. Explore my projects, skills, and contact information. Let's build something amazing together!">
<meta name="keywords" content="Arjun C Vinod, web developer, arjun c vinod github, arjuncvinod, full stack developer, portfolio, web development projects, frontend developer, backend developer, HTML, CSS, JavaScript, React, Node.js, Express.js, PHP, MySQL, MongoDB, website development, software engineer, programmer, coder,">
<meta property="og:site_name" content="Arjun C Vinod - Portfolio">
<meta property="og:title" content="Arjun C Vinod">
<meta property="og:description" content="Portfolio Website">
<meta property="og:image" content="https://repository-images.githubusercontent.com/625101063/55e6d80b-4efe-48bf-a1fc-116434b27af4" />
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:url" content="arjuncvinod.tech">
<meta property="og:type" content="website">
<meta property="og:image:alt" content="website icon" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="arjuncvinod" />
<meta name="twitter:title" content="Arjun C Vinod" />
<meta name="twitter:description" content="Portfolio Website" />
<meta name="twitter:image" content="https://repository-images.githubusercontent.com/625101063/b0b8db69-4339-489c-ba88-a1418aba92d0" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/media.css">
<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=Poppins:wght@400;500;600&family=Dancing+Script&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon-small.png" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://arjuncvinod.tech">
<script src="https://kit.fontawesome.com/eabac940d1.js" crossorigin="anonymous"></script>
<title>Arjun C Vinod - Portfolio</title>
</head>
<body id="body" onload="loader();light();showhome()">
<nav id="nav" style="display:none;">
<div class="logo">
<a href="#home"><h1>arjun</h1></a>
</div>
<button class="bar" onclick="navtoggle()"><i class="fa-solid fa-bars"></i></button>
<div class="nav-items" onblur="blur()">
<ul>
<li><a href="#home"> Home</a></li>
<li><a href="#about"> About</a></li>
<li><a href="#skills"> Skills</a></li>
<li><a href="#projects"> Projects</a></li>
<li><a href="#contact"> Contact</a></li>
</ul>
</div>
<button onclick="dark()" id="dark" class="theme-btn"><img src="icons/night.png" alt=""></button>
<button onclick="light()" id="light" class="theme-btn"><img src="icons/sun.png" alt=""></i></i></button></li>
</nav>
<main id="main" style="display:none;">
<section id="home" >
<div class="head-container">
<div class="heading">
<h1>Hi,</h1>
<h1><span class="hide">Hi,</span> I am <span class="name"> Arjun </span></h1>
<h1><span class="multiText"> </span></h1>
<a href="assets/RESUME.pdf" download><button class="button">Download CV </button></a>
</div>
<div class="socials">
<a href="http://facbook.com/arjuncvinod.3"><i class="fa-brands fa-facebook"></i></a>
<a href="http://wa.me/+918304069399?text=Hi"><i class="fa-brands fa-whatsapp"></i></a>
<a href="http://instagram.com/arjun.c.vinod"><i class="fa-brands fa-instagram"></i></a>
<a href="http://twitter.com/arjuncvinod7"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.snapchat.com/add/arjun.cvinod?share_id=0wwf67ih2lA&locale=en-IN"><i
class="fa-brands fa-snapchat"></i></a>
<a href="https://www.linkedin.com/in/arjun-c-vinod-951b5a161/"><i
class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/arjuncvinod/"><i class="fa-brands fa-github"></i></a>
</div>
<div class="explore">
<a href="#about"><i class="fa-solid fa-arrow-down-long"></i></a>
</div>
</div>
<div class="picture">
<div class="dp">
<img src="images/Arjun C Vinod-dp.png" alt="" class="hero-image">
</div>
</div>
</section>
<section id="about" class="reveal">
<h1 class="titles">About <span> Me</span> </h1>
<div class="about reveal">
<div class="img-container reveal">
<img src="images/Arjun C Vinod.jpg" alt="Arjun C Vinod's photo">
</div>
<div class="about-container reveal">
<div class="p-container">
<p>
Hello, I'm <span> Arjun C Vinod</span>, an experienced web developer dedicated to creating
visually appealing and functional websites.
With a wealth of experience using various programming languages and frameworks, I specialize
in
developing user-friendly websites that meet the unique needs of clients and users. <br>
I believe that web development is not just about coding, but also creating seamless user
experiences. That's why I
continuously stay up-to-date with the latest industry trends and technologies, to ensure
that every project I work on is
innovative and meets the highest standards. <br>
If you're seeking a passionate and innovative web developer for your project, please feel
free to <a href="#contact">contact me.</a> I'd love
to hear from you!
</p>
</div>
<div class="btn-container reveal">
<a href="#skills"><Button class="button">Read More</Button></a>
</div>
</div>
</div>
</section>
<section id="education" class="reveal">
<h1 class="titles"><span>My</span>   Education </h1>
<div class="edu-container">
<div class="edu-box reveal">
<div class="edu-icon">
<i class="fa-solid fa-graduation-cap"></i>
<p></p>
</div>
<div class="edu-details">
<p class="edu-year"><span>2023 - Present</span></p>
<p class="edu-title">Master of Computer Application</p>
<p class="edu-desc">
<a href="http://www.rit.ac.in/">
RIT Pampady
</a>
</p>
</div>
</div>
<div class="edu-box reveal">
<div class="edu-icon">
<i class="fa-solid fa-graduation-cap"></i>
<p></p>
</div>
<div class="edu-details">
<p class="edu-year"><span>2020 - 2023</span></p>
<p class="edu-title">Bachelor of Computer Application</p>
<p class="edu-desc">
<a href="https://kjcmt.ac.in/">
KJCMT Changanacherry
</a>
</p>
</div>
</div>
<div class="edu-box reveal">
<div class="edu-icon">
<i class="fa-solid fa-graduation-cap"></i>
<p></p>
</div>
<div class="edu-details">
<p class="edu-year"><span>2018 - 2020</span></p>
<p class="edu-title">Higher Secondary</p>
<p class="edu-desc">
<a href="https://www.google.com/search?q=NSS+HSS+Karukachal">
NSS HSS Karukachal
</a>
</p>
</div>
</div>
<div class="edu-box reveal" >
<div class="edu-icon">
<i class="fa-solid fa-graduation-cap"></i>
<p></p>
</div>
<div class="edu-details">
<p class="edu-year"><span>2013 - 2018</span></p>
<p class="edu-title">High School</p>
<p class="edu-desc">
<a href="https://www.google.com/search?q=SVRV+NSS+HSS+Vazhoor">
SVRV NSS HSS Vazhoor
</a>
</p>
</div>
</div>
</div>
</section>
<section id="skills" class="reveal">
<h1 class="titles"> <span>MY</span>   Skills</h1>
<div class="skill-container reveal">
<div class="front end reveal">
<h1>Frontend</h1>
<div class="skills-box" >
<div class="skill">
<img src="skills/react.png" alt="">
<h2>React js</h2>
</div>
<div class="skill">
<img src="skills/html.png" alt="">
<h2>HTML</h2>
</div>
<div class="skill">
<img src="skills/css-3.png" alt="">
<h2>CSS</h2>
</div>
<div class="skill">
<img src="skills/js.png" alt="">
<h2>Javascript</h2>
</div>
<div class="skill">
<img src="skills/nextjs.png" alt="">
<h2>Next js</h2>
</div>
</div>
</div>
<div class="back end reveal">
<h1>Backend</h1>
<div class="skills-box">
<div class="skill">
<img src="skills/nodejs.png" alt="">
<h2>Node js</h2>
</div>
<div class="skill">
<img src="skills/firebase.png" alt="" class="outline">
<h2>Firebase</h2>
</div>
<div class="skill">
<img src="skills/mongodb.png" alt="">
<h2>Mongo dB</h2>
</div>
<div class="skill">
<img src="skills/php.png" alt="">
<h2>PHP</h2>
</div>
<div class="skill">
<img src="skills/mysql.png" alt="">
<h2>MySQL</h2>
</div>
</div>
</div>
<div class="others end reveal">
<h1 style="height: 95%;" class="pch1">Other</h1>
<h1 class="mobh1">Other</h1>
<div class="skills-box">
<div class="skill">
<img src="skills/c.png" alt="">
<h2>C</h2>
</div>
<div class="skill">
<img src="skills/cpp.png" alt="">
<h2>C++</h2>
</div>
<div class="skill">
<img src="skills/java.png" alt="">
<h2>Java</h2>
</div>
<div class="skill">
<img src="skills/terminal.png" alt="">
<h2>Bash Script</h2>
</div>
<div class="skill">
<img src="skills/python.png" alt="">
<h2>Python</h2>
</div>
</div>
</div>
</section>
<section id="projects" class="reveal">
<h1 class="titles"> <span>MY</span>   Projects</h1>
<div class="category-buttons">
<!-- <button class="category-btn active" onclick="filterProjects('all')">
All
</button> -->
<button class="category-btn active" onclick="filterProjects('Web App')">
Web App
</button>
<button class="category-btn" onclick="filterProjects('Static')">
Static
</button>
<button class="category-btn" onclick="filterProjects('API')">
API
</button>
<button class="category-btn" onclick="filterProjects('Bot')">
Bot
</button>
</div>
<div class="project-container"></div>
<div class="more-btn reveal">
<a href="/projects"><button>View More <i
class="fa-solid fa-arrow-right"></i></button></a>
</div>
</section>
<section id="contact" class="reveal">
<h1 class="titles"> Contact <span>Me</span> </h1>
<div class="contact-container reveal">
<div class="left-side">
<a href="tel:8304069399" class="reveal" id="no-anim">
<div class="details">
<h1><i class="fa-solid fa-phone"></i>Phone</h1>
<h3>830 406 9399</h3>
</div>
</a>
<a href="mailto:[email protected]" class="reveal" id="no-anim">
<div class="details">
<h1><i class="fa-solid fa-envelope"></i>Email</h1>
<h3>[email protected]</h3>
</div>
</a>
<a href="" class="reveal" id="no-anim">
<div class="details">
<h1><i class="fa-solid fa-location-dot"></i> Location</h1>
<h3>Vazhoor, India</h3>
</div>
</a>
</div>
<div class="right-side">
<div class="input-container">
<form action="https://formspree.io/f/mdovpgpp" method="POST">
<input type="text" placeholder="Your name" required name="name" autocomplete="off" class="reveal">
<input type="text" placeholder="Your email" required name="email" autocomplete="off" class="reveal">
<textarea cols="30" rows="10" placeholder="Your message" required name="message" class="reveal"></textarea>
<button type="submit" class="reveal">Send <i class="fa-solid fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
<footer>
<div class="footer-socials">
<a href="http://facbook.com/arjuncvinod.3"><i class="fa-brands fa-facebook"></i></a>
<a href="http://wa.me/+918304069399?text=Hi"><i class="fa-brands fa-whatsapp"></i></a>
<a href="http://instagram.com/arjun.c.vinod"><i class="fa-brands fa-instagram"></i></a>
<a href="http://twitter.com/arjuncvinod7"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.snapchat.com/add/arjun.cvinod?share_id=0wwf67ih2lA&locale=en-IN"><i class="fa-brands fa-snapchat"></i></a>
<a href="https://www.linkedin.com/in/arjun-c-vinod/"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/arjuncvinod/"><i class="fa-brands fa-github"></i></a>
<a href="https://in.pinterest.com/acvinod7/"><i class="fa-brands fa-pinterest"></i></a>
<a href="https://www.threads.net/@arjun.c.vinod"><i class="fa-brands fa-threads"></i></a>
<a href="https://www.youtube.com/@arjuncvinod3793"><i class="fa-brands fa-youtube"></i></a>
</div>
</footer>
<!-- <audio src="assets/Reminder.mp3" autoplay controls> </audio> -->
<div class="copyright">
<p class="made" >
Made with 🤍 by Arjun
</p>
<p>Copyright © <span id="copy"></span></p>
</div>
</section>
</main>
<!-- -----------------------loading animation----------------- -->
<div id="loader">
<div class="boxes">
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<a class="dribbble" href="https://dribbble.com/shots/5533600-Loading-boxes" target="_blank"><img
src="https://cdn.dribbble.com/assets/dribbble-ball-mark-2bd45f09c2fb58dbbfb44766d5d1d07c5a12972d602ef8b32204d28fa3dda554.svg"
alt=""></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script type="text/javascript" src="js/vanilla-tilt.js"></script>
<script src="js/script.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Arjun C Vinod",
"jobTitle": "Web Developer",
"url": "https://arjuncvinod.tech",
"sameAs": [
"http://facbook.com/arjuncvinod.3",
"http://instagram.com/arjun.c.vinod",
"http://twitter.com/arjuncvinod7",
"https://www.linkedin.com/in/arjun-c-vinod-951b5a161/",
"https://github.com/arjuncvinod/"
],
"image": "https://arjuncvinod.tech/images/Arjun C Vinod.jpg",
"description": "Professional web developer specializing in frontend and backend development. Skilled in HTML, CSS, JavaScript, React, Node.js, and MongoDB."
}
</script>
<script>
document.querySelectorAll(".category-btn").forEach((btn) => {
btn.addEventListener("click", () => {
const category = btn.textContent.trim();
filterProjects(category);
});
});
async function loadProjects(category) {
const response = await fetch("assets/projects.json");
const projects = await response.json();
const projectContainer = document.querySelector(".project-container");
projectContainer.innerHTML = "";
const normalizedCategory = category.toLowerCase();
const filteredProjects =
normalizedCategory === "all"
? projects
: projects.filter(
(project) => project.category.toLowerCase() === normalizedCategory
);
if (filteredProjects.length === 0) {
projectContainer.innerHTML = `<p>No projects found in this category.</p>`;
return;
}
filteredProjects.slice(0,3).forEach((project) => {
const projectElement = document.createElement("div");
projectElement.classList.add("project", "reveal","active");
projectElement.setAttribute("data-category", project.category);
const projectContent = `
<div>
${
project.image
? `<img src="${project.image}" alt="${project.title}">`
: `<iframe src="${project.iframe}" frameborder="0"></iframe>`
}
</div>
<h1>${project.title}</h1>
<p>
${project.langs
.map((lang) => `<span class="language">${lang}</span>`)
.join(" ")}
</p>
<div class="action-container">
<a href="${project.github}" target="_blank"><button>Github</button></a>
<a href="${project.preview}" target="_blank"><button>Preview</button></a>
</div>
`;
projectElement.innerHTML = projectContent;
projectContainer.appendChild(projectElement);
});
}
function filterProjects(category) {
loadProjects(category);
document
.querySelectorAll(".category-btn")
.forEach((btn) => btn.classList.remove("active"));
const activeBtn = Array.from(document.querySelectorAll(".category-btn")).find(
(btn) => btn.textContent.trim().toLowerCase() === category.toLowerCase()
);
if (activeBtn) activeBtn.classList.add("active");
}
loadProjects("web app");
</script>
</body>
</html>
<!--========================================= Why are you reading this ? ============================================== -->
<!-- ===================================== Design and Code by Arjun C Vinod ============================================-->