-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (300 loc) · 9.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link type="image/png" sizes="32x32" rel="icon" href="img/favicon.png" />
<link rel="stylesheet" href="style.css" />
<title>Anirudh Khabya - Developer</title>
</head>
<body>
<header class="header">
<a href="#" class="logo">A. K.</a>
<i class="bx bx-menu-alt-right" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3 class="text-1">Hello, my name is</h3>
<h1 class="text-2">Anirudh Khabya</h1>
<h3 class="text-3">And I'm a <span class="multiple-text"></span></h3>
<p>I love to code.</p>
<div class="social-icons">
<a href="https://codepen.io/ianirudhkhabya" target="_blank"
><i class="bx bxl-codepen"></i
></a>
<a href="https://www.linkedin.com/in/ianirudhkhabya/"
><i class="bx bxl-linkedin"></i
></a>
</div>
<a href="assets/resume.pdf" target="_blank" class="btn"
>Resume <i class="bx bx-download"></i
></a>
</div>
<div class="home-img">
<img src="img/denim.png" alt="Profile Pic" />
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="img/profile-pic.png" alt="Profile Pic" />
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Full Stack Developer</h3>
<p>
Hey there! 👋 I'm Anirudh Khabya, a graduate with a passion for
technology and a hunger for coding adventures. After completing my
degree, I decided to explore the world of software development and
dive into coding headfirst. Problem-solving is what really gets my
gears turning. There's nothing quite like the rush of cracking a tough
coding puzzle and seeing it all come together. My go-to tech stack
includes web dev and Next.js. I'm also a cloud enthusiast, but I'm
always eager to embrace new technologies and expand my horizons
Currently on the lookout for an exciting opportunity in software
development where I can apply my skills, learn, and grow as a
developer. Let's build something amazing together! 💻✨
</p>
<a href="https://github.com/ianirudhkhabya" target="_blank" class="btn"
>Read More</a
>
</div>
</section>
<section class="skills" id="skills">
<h2 class="heading">My <span>Stack</span></h2>
<h3>Programming Languages:</h3>
<ul class="centered-list">
<li>
<img
src="https://cdn.worldvectorlogo.com/logos/java.svg"
alt="java"
width="60"
height="60"
style="border-radius: 50%"
/>
<p>Java</p>
</li>
<li>
<img
src="https://www.vectorlogo.zone/logos/w3_html5/w3_html5-icon.svg"
alt="html5"
width="60"
height="60"
/>
<p>HTML5</p>
</li>
<li>
<img
src="https://www.vectorlogo.zone/logos/w3_css/w3_css-icon.svg"
alt="css3"
width="60"
height="60"
/>
<p>CSS3</p>
</li>
<li>
<img
src="https://upload.vectorlogo.zone/logos/javascript/images/239ec8a4-163e-4792-83b6-3f6d96911757.svg"
alt="javascript"
width="60"
height="60"
/>
<p>JavaScript</p>
</li>
<li>
<img
src="https://cdn.worldvectorlogo.com/logos/typescript.svg"
alt="typescript"
width="60"
height="60"
/>
<p>Typescript</p>
</li>
</ul>
<h3>Frameworks/Libraries:</h3>
<ul class="centered-list">
<li>
<img
src="https://www.vectorlogo.zone/logos/reactjs/reactjs-icon.svg"
alt="react"
width="60"
height="60"
/>
<p>React.js</p>
</li>
<li>
<img
src="https://www.vectorlogo.zone/logos/nodejs/nodejs-icon.svg"
alt="nodejs"
width="60"
height="60"
/>
<p>Node.js</p>
</li>
<li>
<img
src="https://cdn.worldvectorlogo.com/logos/next-js.svg"
alt="nextjs"
width="60"
height="60"
style="background-color: rgb(255, 255, 255); border-radius: 50%"
/>
<p>Next.js</p>
</li>
<li>
<img
src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg"
alt="git"
width="60"
height="60"
/>
<p>Git</p>
</li>
<li>
<img
src="https://www.vectorlogo.zone/logos/amazon_aws/amazon_aws-ar21.svg"
alt="aws"
width="60"
height="60"
style="background-color: whitesmoke; border-radius: 50%"
/>
<p>AWS</p>
</li>
</ul>
<h3>Other Skills:</h3>
<ul class="centered-list">
<li>
<img
src="https://cdn.worldvectorlogo.com/logos/visual-studio-code-1.svg"
alt="vsc"
width="60"
height="60"
/>
<p>VSC</p>
</li>
<li>
<img
src="https://cdn.worldvectorlogo.com/logos/tailwindcss.svg"
alt="tailwindcss"
width="60"
height="60"
/>
<p>Tailwind</p>
</li>
</ul>
</section>
<section class="projects" id="projects">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="projects-container">
<div class="project-box">
<img src="img/spotify.png" alt="Project img" />
<div class="project-layer">
<h3>Spotify-clone</h3>
<p>
Spotify Clone incorporates Stripe authentication for seamless
access. Users can add, listen to, like, and search for their added
songs.
</p>
<a href="https://spotifyklone.vercel.app/" class="btn"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="project-box">
<img src="img/dashboard.png" alt="Project img" />
<div class="project-layer">
<h3>Next.js dashboard</h3>
<p>
It provides real-time insights into business operations, including
metrics such as Collected Invoices, Pending Invoices, Total
Invoices, and Total Customers.
</p>
<a href="https://next-learn-dashboard.vercel.sh/" class="btn"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="project-box">
<img src="img/messenger.png" alt="Project img" />
<div class="project-layer">
<h3>Messenger Clone</h3>
<p>
It fosters seamless conversations, facilitates group creation,
provides real-time activity updates, and supports media sharing
feature.
</p>
<a href="https://messenger-klone.vercel.app/" class="btn"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h3>Get in Touch</h3>
<h2 class="heading">Contact <span>Me</span></h2>
<div class="contact-content">
<div class="contact-box">
<i class="bx bx-envelope"></i>
<p>
<a href="mailto:ianirudhkhabya@gmail.com" target="_blank"
>ianirudhkhabya@gmail.com</a
>
</p>
</div>
<div class="contact-box">
<i class="bx bxl-linkedin-square"></i>
<p>
<a
href="https://www.linkedin.com/in/ianirudhkhabya/"
target="_blank"
>LinkedIn</a
>
</p>
</div>
<div class="contact-box">
<i class="bx bxl-github"></i>
<p>
<a href="https://www.github.com/ianirudhkhabya/" target="_blank"
>Github</a
>
</p>
</div>
<div class="contact-box">
<i class="bx bxl-twitter"></i>
<p>
<a href="https://www.twitter.com/ianirudhkhabya/" target="_blank"
>Twitter</a
>
</p>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-text">
<p>© 2024 Anirudh Khabya. All rights reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="bx bxs-chevrons-up"></i></a>
</div>
</footer>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.1.0/typed.umd.js"
integrity="sha512-+2pW8xXU/rNr7VS+H62aqapfRpqFwnSQh9ap6THjsm41AxgA0MhFRtfrABS+Lx2KHJn82UOrnBKhjZOXpom2LQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="script.js"></script>
</body>
</html>