-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
431 lines (404 loc) · 18.5 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
<!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">
<title>Vishal Sharma Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- Scroll Button start -->
<div class="scroll-up-btn">
<i class="fas fa-angle-double-up"></i>
</div>
<!-- Scroll Button end -->
<!-- Navbar Start-->
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#">Portfo<span>lio.</span>
</a>
</div>
<ul class="menu">
<li>
<a href="#home" class="menu-btn">Home</a>
</li>
<li>
<a href="#about" class="menu-btn">About</a>
</li>
<li>
<a href="#skills" class="menu-btn">Skills</a>
</li>
<li>
<a href="#projects" class="menu-btn">Projects</a>
</li>
<li>
<a href="#contact" class="menu-btn">Contact</a>
</li>
<li>
<a href ="images/" download="Vishal_Sharma_Resume.pdf">Resume</a>
</li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Home Section Start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello 👋 I'm</div>
<div class="text-2">Vishal Sharma</div>
<div class="text-3">And I'm a <span class="typing"></span>
</div>
<a class="web" href="#contact">I need a website <i class="fad fa-angle-right"></i>
</a>
<a href="https://www.linkedin.com/in/vishal-sharma-a5582a249/" target="_blank">I'm looking to hire <i
class="fad fa-angle-right"></i>
</a>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title fadein">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/ProfileImage.jpeg" alt="Vishal Sharma">
<div>
<div class="wrapper">
<div class="button1">
<div class="icon">
<a href="https://www.linkedin.com/in/vishal-sharma-a5582a249/" target="_blank">
<i class="fab fa-linkedin"></i>
</div>
<span>LinkedIn </a>
</span>
</div>
<div class="buttonmob">
<div class="button1">
<div class="icon">
<a href="https://www.instagram.com/" target="_blank">
<i class="fab fa-instagram"></i>
</div>
<span>Instagram </a>
</span>
</div>
</div>
<div class="buttonmob1"></div>
<div class="button1">
<div class="icon">
<a href="https://github.com/Vishal-Sharma-R" target="_blank">
<i class="fab fa-github"></i>
</div>
<span>Github </a>
</span>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">I'm a Vishal and <span class="break">I'm a <span class="typing2"></span>
</span>
</div>
<p>I'm Self-taught React.js Developer. My goal is to build a fast, flexible, mobile-first website that
clearly communicates with visitors. I am final year B.tech student, of Computer Science and
Engineering.</p>
</a>
<section class="education section" id="education">
<h2 class="title fadein hidden_section">Qualification</h2>
<h2 class="hidden">Qualification</h2>
<div class="education__container bd-grid">
<div class="education__content">
<div>
<h3 class="education__year">2017-2018</h3>
<span class="education__university">Rigveda Convent High School, J&K</span>
<!-- <p class="education__university">Rigveda Convent High School, J&K</p> -->
</div>
<div class="education__time">
<span class="education__rounder"></span>
<span class="education__line"></span>
</div>
<div>
<h3 class="education__race">10th</h3>
<span class="education__specialty">Science</span>
</div>
</div>
<div class="education__content">
<div>
<h3 class="education__year">2019-2020</h3>
<span class="education__university">Rigveda Convent High School, J&K</span>
</div>
<div class="education__time">
<span class="education__rounder"></span>
<span class="education__line"></span>
</div>
<div>
<h3 class="education__race">12th</h3>
<span class="education__specialty">Non-medical Science</span>
</div>
</div>
<div class="education__content">
<div>
<h3 class="education__year">2020-2024</h3>
<span class="education__university">Sggs, Nanded</span>
</div>
<div class="education__time">
<span class="education__rounder"></span>
<span class="education__line"></span>
</div>
<div>
<h3 class="education__race">B.Tech</h3>
<span class="education__specialty">Computer Science and Engineering</span>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- about section End -->
<!-- Skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title fadein">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experiences</div>
<p>I am a React Js Developer with a passion for learning and can work with estimation of future tasks and
client feedback. I am highly-motivated, result oriented, self-driven, hard-working, fast learner and
constantly seeking to improve my skills and am fully aware of the latest Front-end Development Tools.
I have a firm knowledge of JavaScript and React Js, Parcel js, Node js, Redux, HTML5, CSS3, Git, SASS,
Tailwind CSS, Bootstrap, REST API, JSON, Axios, Adobe Photoshop and possess a good knowledge of
computer software packages (frameworks and tools) that are used in today’s technology.</p>
<a href="#projects">Read more <i class="fas fa-angle-double-right"></i>
</a>
</div>
<div class="column right">
<div class="info">
<a href="https://reactjs.org/" target="_blank">
<img src="./images/react.png" alt="react" width="80" height="80" />
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">
<img src="./images/javascript.png" alt="javascript" width="80" height="80" />
</a>
<!-- <a href="https://www.typescriptlang.org/" target="_blank">
<img src="./images/typescript.png" alt="TypeScript" width="80" height="80" />
</a> -->
<a href="https://nodejs.org" target="_blank" rel="noreferrer">
<img src="./images/node-js.png" alt="nodejs" width="80" height="80" />
</a>
<a href="https://redux.js.org" target="_blank" rel="noreferrer">
<img src="./images/redux.png" alt="redux" width="80" height="80" />
</a>
<a href="https://jquery.com/" target="_blank" rel="noreferrer">
<img src="./images/jquery.png" alt="jquery" width="80" height="80" />
</a>
<a href="https://www.w3.org/html/" target="_blank">
<img src="./images/html5.png" alt="html5" width="80" height="80" />
</a>
<a href="https://www.w3schools.com/css/" target="_blank">
<img src="./images/css3.png" alt="css3" width="80" height="80" />
</a>
<a href="https://getbootstrap.com" target="_blank" rel="noreferrer">
<img src="./images/bootstrap.png" alt="bootstrap" width="80" height="80" />
</a>
<a href="https://sass-lang.com" target="_blank" rel="noreferrer">
<img src="./images/sass.png" alt="sass" width="80" height="80" />
</a>
<a href="https://tailwindcss.com/" target="_blank">
<img src="./images/tailwind-css.png" alt="react" width="80" height="80" />
</a>
<a href="https://www.mongodb.com/" target="_blank" rel="noreferrer">
<img src="./images/mongodb.png" alt="MongoDB" width="80" height="80" />
</a>
<a href="https://git-scm.com/" target="_blank" rel="noreferrer">
<img src="./images/git.png" alt="git" width="80" height="80" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Skills section end -->
<!-- Project section start -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title fadein">My Projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<a href="https://vishal-foody.netlify.app/" target="_blank">
<div class="box">
<img src="./images/foodyimage.png" alt="Food Fire App" height="200">
<p>Foody App using React.js</p>
<p>React.js, Parcel.js</p>
</div>
</a>
</div>
<div class="card">
<a href="https://weather-app-three-flax-93.vercel.app/" target="_blank">
<div class="box">
<img src="./images/weatherapp.png" alt="Dice Game" height="200">
<p>Weather App</p>
<p>Html, CSS, JavaScript</p>
</div>
</a>
</div>
<div class="card">
<a href="https://razorpay-blond.vercel.app/" target="_blank">
<div class="box">
<img src="./images/Razorpay Clone.png" alt="Tindog site" height="200">
<p>Razorpay Clone</p>
<p>Html, Tailwind, JavaScript</p>
</div>
</a>
</div>
<div class="card">
<a href="https://vishal-sharma-r.github.io/TO-DO-List/" target="_blank">
<div class="box">
<img src="./images/todo.png" alt="drum Kit" height="200">
<p>TO Do List </p>
<p>Html, CSS, JavaScript</p>
</div>
</a>
</div>
<div class="card">
<a href="https://youtube-project-topaz.vercel.app/" target="_blank">
<div class="box">
<img src="./images/youtube.png" alt="Food Fire App" height="200">
<p>Youtube Clone</p>
<p>React.js, Parcel.js</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Project section end -->
<!-- Contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title fadein">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Reach Out to me!</div>
<p>Discuss a Project or just want to say Hi? My inbox is open for all.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Vishal Sharma</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Jammu & Kashmir, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope email-icon"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
<div class="text1">Stay Connected</div>
<div>
<div class="wrapper">
<div class="button1">
<div class="icon">
<a href="https://www.linkedin.com/in/vishal-sharma-a5582a249/" target="_blank">
<i class="fab fa-linkedin"></i>
</div>
<span>LinkedIn </a>
</span>
</div>
<div class="buttonmob">
<div class="button1">
<div class="icon">
<a href="https://www.instagram.com/" target="_blank">
<i class="fab fa-instagram"></i>
</div>
<span>Instagram </a>
</span>
</div>
</div>
<div class="buttonmob1">
<div class="button1">
<div class="icon">
<a href="https://github.com/Vishal-Sharma-Rattan" target="_blank">
<i class="fab fa-github"></i>
</div>
<span>Github </a>
</span>
</div>
</div>
</div>
<div class="buttonmob">
<div class="button1">
<div class="icon">
<a href="images/" download="Vishal_Sharma_e.pdf" >
<i class="fa fa-download"></i>
</div>
<span>Resume</a>
</span>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" name="email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Describe Project..." required></textarea>
</div>
<div class="button">
<button type="submit">Send Message <i class="fas fa-paper-plane"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Contact section end -->
<!-- footer section start -->
<footer>
<span>Created By <a href="https://www.linkedin.com/in/vishal-sharma-a5582a249/" target="_blank">Vishal Sharma</a>
| <span class="far fa-copyright"></span> 2024 All rights reserved </span>
</footer>
<!-- footer section end -->
<!-- External Javascript File start-->
<script src="script.js" async></script>
<!-- External Javascript File end-->
</body>
</html>