-
Notifications
You must be signed in to change notification settings - Fork 0
/
achievements.html
77 lines (71 loc) · 3.45 KB
/
achievements.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
<html lang="en">
<head>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Merienda:wght@600&family=Moon+Dance&family=Roboto+Slab:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<script src="main.js"></script>
<title>VIKAS KUMAR | PORTFOLIO</title>
</head>
<body>
<div class="navbar">
<a class="home effect" href="index.html">Home</a>
<a class="achievements effect" href="achievements.html">Achievements</a>
<a class="about effect" href="about.html">Skills</a>
<a class="project effect" href="project.html">Projects</a>
<a class="resume effect" href="resume.html">Resume</a>
</div>
<div class="container">
<img class="vigyaan" src="./images/vigyaan.jpg" alt="group photo">
<div class="para"> My team The Innovation Ninjas was the finalist in VIGYAAN, the National Science Exhibition organized by NIT Raipur. As the team leader and frontend developer, I led a team of three members to create a hostel chatbot. Our project focused on solving the problem of complaint resolution at the hostel, streamlining the process for better efficiency and user experience.
<br> <a href="https://drive.google.com/file/d/17BGSvlF2MU38l7dA3RcZJWILx-Z3SOSZ/view" style="color: yellow">Certificate</a></div>
</div>
<div class="container">
<img class="leetcode" src="./images/leetcode.png" alt="logo">
<div class="para"> I have solved over 600 problems on LeetCode and Codeforces, demonstrating my strong problem-solving skills across various domains like algorithms and data structures. With a rating above 1600, I am among the top performers on the platform. This reflects my advanced proficiency, consistency, and dedication to mastering complex coding challenges and continuously improving my technical abilities.
<br>
<a href="https://leetcode.com/vikas_kumar18/" style="color: yellow">Leetcode Profile</a>
<br>
<a href="https://codeforces.com/profile/Vikas_Kumar_18" style="color: yellow">Codeforces Profile</a>
</div>
</div>
<footer>
<a href="https://www.linkedin.com/in/vikas-kumar-577a44204/">
<img class="inlogo" src="./images/linkedin.png" alt="LinkedIn Logo" />
</a>
<a href="https://github.com/Vikas-18">
<img class="gitlogo" src="./images/github.png" alt="GitHub Logo" />
</a>
<a href="mailto:[email protected]">
<img class="maillogo" src="./images/mail.png" alt="mail Logo" />
</a>
</footer>
</body>
</html>
</body>
</html>