-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
499 lines (402 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Rahil Vahora - FullStack Developer</title>
<meta name="title" content="Rahil Vahora- Software Developer">
<meta name=" keywords" content="Rahil Vahora, Md Rahil Vahora, Rahil Vhora, rahil1202, Rahil Vora, Rahil_Vahora12, Rahil, rahil>
<meta name=" description"
content="Rahil Vahora is a passionate Software Developer with passion for Full-Stack web development and experineced in Frontend Development.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Rahil Vahora - Frontend Developer">
<meta property="og:description"
content="Rahil Vahora is a passionate Software Developer with passion for Full-Stack web development and experineced in Frontend Development.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@Rahil_Vahora12">
<meta property=" twitter:title" content="Rahil Vahora - Frontend Developer">
<meta property="twitter:description"
content="Rahil Vahora is a passionate Software Developer with passion for Full-Stack web development and experineced in Frontend Development.">
<!-- site favicon link -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<a href="/">
<img src="img/logo.png" alt="Logo" class="logo">
</a>
<ul class="nav-menu">
<li class="nav-link">
<a href="#about">About</a>
</li>
<li class="nav-link">
<a href="#projects">Projects</a>
</li>
<li class="nav-link">
<a href="#contact">Contact</a>
</li>
<li class="nav-link">
<a href="https://drive.google.com/file/d/1EYfNt1wib1EJWALziLgTgTLwzOiqMHIF/view?usp=drive_link"
target="_blank">Resume</a>
</li>
<li class="nav-social-links social-links">
<a href="https://github.com/rahil1202" target="_blank" class="social github">
<img src="img/github.svg" alt="GitHub Icon">
</a>
<a href="https://www.linkedin.com/in/rahil-vahora/" target="_blank" class="social linkedin">
<img src="img/in.svg" alt="LinkedIn Icon">
</a>
<a href="https://twitter.com/Rahil_Vahora12" target="_blank" class="social twitter">
<img src="img/twitter.svg" alt="Twitter icon">
</a>
</li>
</ul>
<button class="hamburger" type="button" name="menu button">
<div class="menu-bar">
</div>
</button>
</nav>
</header>
<main>
<section>
<span class="salutation">Hi there!</span>
<h1>
I am <span class="name-highlight">Rahil Vahora</span>.
</h1>
<p class="declaration">I am a passionate Web Developer</p>
<p>
I'm a skilled developer with a deep passion for Full Stack Development and extensive experience in
Front-end development. My journey in tech has led me to excel in building user-friendly and visually
appealing web applications.
</p>
<div class="cta-box">
<a href="#contact" class="cta cta1">Reach out</a>
<a href="https://drive.google.com/file/d/1EYfNt1wib1EJWALziLgTgTLwzOiqMHIF/view?usp=sharing"
target="_blank" class="cta cta2">Resume</a>
</div>
</section>
<aside class="main-social-links social-links">
<a href="https://github.com/rahil1202" target="_blank" class="social github">
<img src="img/github.svg" alt="GitHub Icon">
</a>
<a href="https://www.linkedin.com/in/rahil-vahora/" target="_blank" class="social linkedin">
<img src="img/in.svg" alt="LinkedIn Icon">
</a>
<a href="https://twitter.com/Rahil_Vahora12" target="_blank" class="social twitter">
<img src="img/twitter.svg" alt="Twitter icon">
</a>
</aside>
<div class="scroll-downs">
<div class="mousey">
<div class="scroller"></div>
</div>
</div>
</main>
<section id="about">
<div class="separator">
<h2>About</h2>
</div>
<div>
<p class="about-text">
<br>
I specialize in building <span>robust </span>, <span>efficient</span> and <span>scalable</span> web
applications that deliver seamless user experiences.
<br>
<br>
In addition to my technical proficiency, I have established a strong knowledge base in fundamental
computer science
subjects, encompassing areas such as Computer Networking, Database Management Systems, Object-Oriented
Programming
(OOP), and Data Structures and Algorithms (DSA). My problem-solving skills have been refined through
tackling intricate
DSA problems, emphasizing the creation of optimized and efficient algorithms to enhance code
performance.
<br>
<br>
These are a few tools and technologies I am familiar with which I have also been working with as well.
</p>
<ul>
<li class="tool">C/C++</li>
<li class="tool">Java</li>
<li class="tool">HTML5</li>
<li class="tool">CSS3</li>
<li class="tool">JavaScript</li>
<li class="tool">Tailwind CSS</li>
<li class="tool">React.js</li>
<li class="tool">Node.js</li>
<li class="tool">Express.js</li>
<li class="tool">Redux</li>
<li class="tool">SQL</li>
<li class="tool">MongoDB</li>
<li class="tool">Git/Github</li>
<li class="tool">AWS</li>
</ul>
</div>
<div class="img-box">
<img src="img/profile.jpg" class="profile-img" alt="Profile Image">
</div>
</section>
<section id="projects">
<div class="featured-projects-box">
<div class="separator">
<h2>Projects</h2>
</div>
<div class="project project1">
<div class="project-details-box">
<div class="project-main-info">
<span>Project #1</span>
<h3>LinkQR</h3>
<p>
The website makes it easy to turn long web links into short ones that are simple to share.
It's user-friendly, quickly
creates short links, and even adds QR codes for hassle-free access, making it convenient for
everyone.
</p>
<div class="project-links">
<a href="https://github.com/rahil1202/linkqr" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://linkqr-rahil1202.vercel.app/" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
</div>
<div class="project-tools">
<p>HTML5, TailwindCSS, JavaScript, ReactJS, RapidAPI</p>
</div>
</div>
<div class="project-image-box">
<a href="https://linkqr-rahil1202.vercel.app/" target="_blank" class="project-img-link">
<img src="img/project1.png" alt="Project Preview Image">
</a>
</div>
</div>
<div class="project project1">
<div class="project-details-box">
<div class="project-main-info">
<span>Project #2</span>
<h3>Code Snippet-Generator</h3>
<p>
"Code Snippets" is a web application designed to facilitate the creation and management of
code snippets. The
application incorporates specialized tools for a versatile code editing experience and
implements a user interface that
is clean and responsive.
</p>
<div class="project-links">
<a href="https://github.com/rahil1202/code-snippet" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://code-snippet-rahil1202.vercel.app" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
</div>
<div class="project-tools">
<p>HTML5, CSS3, JavaScript, ReactJS, Material-UI</p>
</div>
</div>
<div class="project-image-box">
<a href="https://code-snippet-rahil1202.vercel.app/" target="_blank" class="project-img-link">
<img src="img/project2.png" alt="Project Preview Image">
</a>
</div>
</div>
<div class="project project3">
<div class="project-details-box">
<div class="project-main-info">
<span>Project #3</span>
<h3>Foodie-Website</h3>
<p>
Welcome to Foodie, a robust food delivery platform developed with React.js, Tailwind CSS,
and various other
technologies. Foodie offers a seamless food ordering experience, with access to thousands of
restaurants, real-time
weather information, and precise geolocation features.
</p>
<div class="project-links">
<a href="https://github.com/rahil1202/foodie-website" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://foodie-rahil1202.vercel.app/" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
</div>
<div class="project-tools">
<p>HTML5, TailwindCSS, ReactJS, Swiggy API</p>
</div>
</div>
<div class="project-image-box">
<a href="https://foodie-rahil1202.vercel.app/" target="_blank" class="project-img-link">
<img src="img/project3.png" alt="Project Preview Image">
</a>
</div>
</div>
<div class="project project4">
<div class="project-details-box">
<div class="project-main-info">
<span>Project #4</span>
<h3>Ecommerce-Store</h3>
<p>
This is a fully responsive e-commerce shopping website project built using React and
Tailwind CSS. The website utilizes the Fake Store API to fetch data and display products.
The Context API is used to manage state throughout the application.
</p>
<div class="project-links">
<a href="https://github.com/rahil1202/ecommerce-store" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://ecommerce-rahil1202.netlify.app/" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
</div>
<div class="project-tools">
<p>HTML5, CSS3, JavaScript</p>
</div>
</div>
<div class="project-image-box">
<a href="https://ecommerce-shop-react-app.vercel.app" target="_blank" class="project-img-link">
<img src="img/project4.png" alt="Project Preview Image">
</a>
</div>
</div>
</div>
<div class="other-projects-box">
<div class="separator">
<h2>Other Notable Projects</h2>
</div>
<div class="notable-projects-box">
<div class="side-project">
<div>
<a href="https://github.com/rahil1202/parallax" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://parallax-moon-theme.netlify.app/" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
<h3>Parallax-Scrolling</h3>
<p>
I've crafted an immersive Parallax Scrolling Webpage, where elements move at different speeds to
create a stunning 3D
effect. I've designed a visually engaging
experience that leaves a
lasting impression on users.
</p>
<span>HTML5, CSS3, Javascript</span>
</div>
<div class="side-project">
<div>
<a href="https://github.com/rahil1202/sorting-visualizer" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://sorting-rahil1202.netlify.app/" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
<h3>Sorting Visualizer</h3>
<p>
This simple web application allows you to visualize different sorting algorithms. It's
conatins BUBBLE, MERGE, QUICK, SELECTION,
INSERTION and HEAP sort visualisation, making it easy to interacat and understand.
</p>
<span>HTML5, CSS3, Javascript</span>
</div>
<div class="side-project">
<div>
<a href="https://github.com/rahil1202/random-gradient-generator" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://codepen.io/rahil1202/full/dywbOJW" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
<h3>Random Gradient</h3>
<p>
This simple web application is designed to generate random gradients using various combinations.
It's a fun tool
that helps you explore various color combinations and create beautiful gradients for your
projects.
</p>
<span>HTML5, CSS3, JavaScript</span>
</div>
</div>
<div class="notable-projects-box">
<div class="side-project">
<div>
<a href="https://github.com/rahil1202/nasa-picture-of-a-day" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://apod-rahil1202.netlify.app" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
<h3>Picture of a Day</h3>
<p>
This project is a web application that fetches the Astronomy Picture of the Day using the NASA
API
and displays it on
the website. Displays high quality image with using date picker to select the date. Brief
description of the image is also provided.
</p>
<span>HTML5, CSS3, JavaScript, NASA API</span>
</div>
<div class="side-project">
<div>
<a href="https://github.com/rahil1202/dev-challenges" target="_blank">
<img src="img/github.svg" alt="github repo link icon">
</a>
<a href="https://portfolio.devchallenges.io/rahil1202" target="_blank">
<img src="img/link.svg" alt="live site demo link icon">
</a>
</div>
<h3>Dev Challenges</h3>
<p>
Collection of my completed Dev Frontend challenges. I've completed 10+ challenges with precision
and
accuracy.
</p>
<span>HTML5, CSS3, JavaScript, NASA API</span>
</div>
</div>
</div>
</section>
<section id="contact">
<div>
<span>Next steps?</span>
<h4>Don't be a Stranger!</h4>
<p>
Feel free to Contact me by clicking the button below and I will get back to you as soon as possible
</p>
<a href="mailto:[email protected]" class="cta cta2">Get in Touch</a>
</div>
<aside class="contact-social-links social-links">
<a href="https://github.com/rahil1202" target="_blank" class="social github">
<img src="img/github.svg" alt="GitHub Icon">
</a>
<a href="https://www.linkedin.com/in/md-rahil-vahora/" target="_blank" class="social linkedin">
<img src="img/in.svg" alt="LinkedIn Icon">
</a>
<a href="https://twitter.com/Rahil_Vahora12" target="_blank" class="social twitter">
<img src="img/twitter.svg" alt="Twitter icon">
</a>
</aside>
</section>
<footer>
<p>designed and developed by <span>Rahil Vahora</span></p>
</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>