-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
500 lines (448 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/img/h1.png" />
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- =====BOX ICONS===== -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<title>Tushar Sahu</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<!-- <> -->
<a href="#home" class="nav-logo"><img src="./assets/img/h.png" height="70px" alt="H" /></a>
</div>
<div class="nav-menu" id="nav-menu">
<ul class="nav-list">
<li class="nav-item">
<a href="#home" class="nav-link home active">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link about">About</a>
</li>
<li class="nav-item">
<a href="#skills" class="nav-link skills">Skills</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link projects">Projects</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link contact">Contact</a>
</li>
<li class="nav-item">
<a href = "#" onclick="myFunction()"> <img src="./assets/img/sumoon.png" alt="" height="20px" width="20px" style="background-color: transparent;"> </a>
</li>
</ul>
</div>
<div class="nav-toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid section" id="home">
<div class="home-data">
<h2 class="home-title">
Hi 👋,<br />I'am <span class="home-title-color">Tushar Sahu</span><br />
<span id="jobTitle" >MERN Developer</span>
</h2>
<a href="https://drive.google.com/file/d/1H08bwDDtPX0422uX1svMEH1xnSEEX1Zt/view?usp=sharing" target="_blank"
class="button">Resume</a>
</div>
<div class="home-social">
<a href="https://www.linkedin.com/in/tushar-sahu-3b9a79204/" target="_blank" class="home-social-icon"><i
class="bx bxl-linkedin"></i></a>
<a href="https://github.com/tusharsahu2599" target="_blank" class="home-social-icon"><i
class="bx bxl-github"></i></a>
</div>
<div class="home-img">
<img src="assets/img/profile.gif" alt="" />
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section" id="about">
<h2 class="section-title">About</h2>
<div class="about-container bd-grid">
<div class="about-img">
<img src="assets/img/profile_1.jpeg" alt="" />
</div>
<div style="text-align: center">
<h2 class="about-subtitle">I'am Tushar Sahu</h2>
<p class="about-text">
Quick learner and an aspiring full-stack web developer with core
knowledge of MERN stack technology. Looking forward to applying
and enhancing my skills and knowledge as a developer.
</p>
<br />
<p>
Drop a mail [email protected]
<i style="color: #4070f4; font-size: 1.2rem; cursor: pointer" class="bx bx-copy" id="copy"></i>
</p>
</div>
</div>
</section>
<!---========Education ======--->
<section class="education section" id="education">
<h2 class="section-title">Education</h2>
<div class="education-container bd-grid">
<div class="education-data">
<div class="education-names">
<!-- <i class="bx bxl-html5 skills-icon"></i> -->
<span class="education-name">Full Stack Web Development</span>
<p class="education-platform ">Masai School</p>
<p class="education-duration ">October 2021 - Present</p>
</div>
</div>
</div>
<div class="education-container bd-grid">
<div class="education-data">
<div class="education-names">
<!-- <i class="bx bxl-html5 skills-icon"></i> -->
<span class="education-name">B.Tech(IT)</span>
<p class="education-platform ">Chhatrapati Shivaji Institute of Technology, Durg</p>
<p class="education-duration ">August 2016 - May 2020</p>
</div>
</div>
</div>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills-container bd-grid">
<div>
<!-- <h2 class="skills-subtitle">Front-end Skills</h2> -->
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-html5 skills-icon"></i>
<span class="skills-name">HTML</span>
</div>
<!-- <div class="skills-bar skills-html"></div>
<div>
<span class="skills-percentage">75%</span>
</div> -->
</div>
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-css3 skills-icon"></i>
<span class="skills-name">CSS</span>
</div>
<!-- <div class="skills-bar skills-css"></div> -->
<!-- <div>
<span class="skills-percentage">70%</span>
</div> -->
</div>
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-javascript skills-icon"></i>
<span class="skills-name">JavaScript</span>
</div>
<!-- <div class="skills-bar skills-css"></div> -->
<div>
<!-- <span class="skills-percentage">70%</span> -->
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-react skills-icon"></i>
<span class="skills-name">React</span>
</div>
<!-- <div class="skills-bar skills-react"></div> -->
<div>
<!-- <span class="skills-percentage">50%</span> -->
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-redux skills-icon"></i>
<span class="skills-name">Redux</span>
</div>
<!-- <div class="skills-bar skills-redux"></div> -->
<!-- <div class="skills-bar skills-css"></div> -->
<div>
<!-- <span class="skills-percentage">50%</span> -->
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/typescript.png" alt="" />
<span class="skills-name">TypeScript</span>
</div>
</div>
</div>
<div>
<!-- <h2 class="skills-subtitle">Back-end Skills</h2> -->
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/express.png" alt="" />
<span class="skills-name">Express.js</span>
</div>
<!-- <div class="skills-bar skills-css"></div> -->
<div>
<!-- <span class="skills-percentage">70%</span> -->
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<i class="bx bxl-nodejs skills-icon"></i>
<span class="skills-name">Node.js</span>
</div>
<!-- <div class="skills-bar skills-css"></div> -->
<div>
<!-- <span class="skills-percentage">70%</span> -->
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/mongodb.png" alt="" />
<span class="skills-name">MongoDB</span>
</div>
<!-- <div class="skills-bar skills-css"></div> -->
<div>
<!-- <span class="skills-percentage">70%</span> -->
</div>
</div>
<div>
<!-- <h2 class="skills-subtitle">TOOLS</h2> -->
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/github.svg" alt="" />
<span class="skills-name">Github</span>
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/git.png" alt="" />
<span class="skills-name">Git</span>
</div>
</div>
<div class="skills-data">
<div class="skills-names">
<img class="skills-icon" src="./assets/img/dsa.png" alt="" />
<span class="skills-name">Data Structures and Algorithms</span>
</div>
</div>
</div>
</div>
</section>
<!--===== Projects =====-->
<section class="projects section" id="projects">
<h2 class="section-title">Projects</h2>
<div class="project-container">
<div class="project-img">
<img src="assets/img/01.png" alt="cult.fit" />
<p class="project-title">MedPlusMart.com clone</p>
<p class="project-subtitle">
A web application to buy medicines online by uploading the prescriptions.
Features:
User authentication
Prescription upload feature. <br />
<br />
A collaborative project, built in 4 days by a team of 6 developers
. <br />
<br />HTML | CSS | DOM
</p>
<div class="project-btns">
<a href="https://github.com/tusharsahu2599/medplus" target="_blank" class="small-btn button">
<i class="bx bxl-github"></i>
</a>
<a href="https://tusharsahu2599.github.io/medplus/homepage" target="_blank" class="small-btn button">
Live
<!-- <i class="bx bx-link-external"></i> -->
</a>
<!-- <a href="https://medium.com/@hgauba4/how-did-our-team-build-the-mednear-clone-241227129f79" target="_blank"
class="small-btn button">
Blog
<i class="bx bx-blog"></i> -->
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/epic.png" alt="Reddit.com" />
<p class="project-title">Epicgames.com clone</p>
<p class="project-subtitle">
Epic Games, Inc. is an American video game and publisher website. <br />
<br />
A collaborative project built by a team of 6, executed in 5 days.
<br />
<br /> HTML | CSS | Javascript | Node | Express | MongoDB
</p>
<div class="project-btns">
<a href="https://github.com/salakhas/epicGames" target="_blank" class="small-btn button">
<i class="bx bxl-github"></i>
</a>
<a href="https://epic-games-web.vercel.app/" target="_blank" class="small-btn button">
Live
<!-- <i class="bx bx-link-external"></i> -->
</a>
<a href="https://medium.com/@ssalakha16/building-a-clone-of-epic-games-7f3c5b4ab59c" target="_blank"
class="small-btn button">
Blog
<i class="bx bx-blog"></i>
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/youtube.PNG" alt="cult.fit" />
<p class="project-title">Youtube clone</p>
<p class="project-subtitle">
A web application which is just cpoy of Youtube.
<br />
<br />
It is Individual Project build by Me.
. <br />
<br />HTML | CSS | DOM
</p>
<div class="project-btns">
<a href="https://github.com/tusharsahu2599/Youtube-mini-clone" target="_blank" class="small-btn button">
<i class="bx bxl-github"></i>
</a>
<!-- <a href="https://tusharsahu2599.github.io/medplus/homepage" target="_blank" class="small-btn button">
Live
<i class="bx bx-link-external"></i>
</a>
<a href="https://medium.com/@hgauba4/how-did-our-team-build-the-mednear-clone-241227129f79" target="_blank"
class="small-btn button">
Blog
<i class="bx bx-blog"></i> -->
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/portfolio.PNG" alt="cult.fit" />
<p class="project-title">Portfolio</p>
<p class="project-subtitle">
A portfolio web application.
<br />
<br />
It is Individual Project build by Me.
. <br />
<br />HTML | CSS | DOM
</p>
<div class="project-btns">
<a href="https://github.com/tusharsahu2599/portfolio" target="_blank" class="small-btn button">
<i class="bx bxl-github"></i>
</a>
<!-- <a href="" target="_blank" class="small-btn button">
Live
<i class="bx bx-link-external"></i>
</a> -->
<!----
<a href="https://medium.com/@hgauba4/how-did-our-team-build-the-mednear-clone-241227129f79" target="_blank"
class="small-btn button">
Blog
<i class="bx bx-blog"></i> -->
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/swiggy.jpg" alt="Swiggy.com" />
<p class="project-title">Swiggy clone</p>
<p class="project-subtitle">
Swiggy is food ordering and delivery service provider in all over india from your nearest Hotels.
<br />
<br />
A collaborative project built by a team of 4, executed in 4 days.
<br />
<br />
React | Redux | Node | Express | MongoDB
</p>
<div class="project-btns">
<a href="https://github.com/h1t3ndr4/Swiggy-Clone" target="_blank"
class="small-btn button">
Code<i class="bx bxl-github"></i>
</a>
<a href="https://swiggy-bwjc9njal-premkumar-hulikoppe.vercel.app/" target="_blank" class="small-btn button">
Live<i class="bx bx-link-external"></i>
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/Tinde-chat.png" alt="Tinde chat" />
<p class="project-title">
Tinde Chat
</p>
<p class="project-subtitle">
Tinde Chat, it's chat application you can connect and chat with others.
<br />
<br />
A collaborative project built by a team of 3, executed in 3 days.
<br />
<br />
React | Redux | Node | Express | MongoDB
</p>
<div class="project-btns">
<a href="https://github.com/tusharsahu2599/Tinde_Chatter"
target="_blank" class="small-btn button">
Code<i class="bx bxl-github"></i>
</a>
<a href="https://mern-tinde-chater.herokuapp.com/" target="_blank" class="small-btn button">
Live<i class="bx bx-link-external"></i>
</a>
</div>
</div>
<div class="project-img">
<img src="assets/img/Redux-shop.PNG" alt="shop app" />
<p class="project-title">
Shopping App
</p>
<p class="project-subtitle">
It's two Page Shopping app using React Redux.
<br />
<br />
Its Individual project built by me.
<br />
<br />
React | Redux | Rest API
</p>
<div class="project-btns">
<a href="https://github.com/tusharsahu2599/Redux-app"
target="_blank" class="small-btn button">
Code<i class="bx bxl-github"></i>
</a>
<a href="https://react-redux-routing.vercel.app/" target="_blank" class="small-btn button">
Live<i class="bx bx-link-external"></i>
</a>
</div>
</div>
</div>
</section>
</main>
<!--===== FOOTER + CONTACT=====-->
<footer class="footer section" id="contact">
<h2 class="section-title">Get in Touch</h2>
<p class="footer-title">Tushar Sahu</p>
<div class="footer-social">
<a href="https://www.linkedin.com/in/tushar-sahu-3b9a79204/" target="_blank" class="footer-icon"><i
class="bx bxl-linkedin">
<br />
LinkedIn</i></a>
<a href="https://twitter.com/Tushars2526" target="_blank" class="footer-icon"><i class="bx bxl-twitter">
<br />
Twitter</i></a>
<a href="mailto:[email protected]" target="_blank" class="footer-icon"><i class="bx bx-mail-send">
<br />
E-mail</i></a>
<a href="tel:+91 8839819475" target="_blank" class="footer-icon"><i class="bx bx-phone">
<br />
Phone</i></a>
<a href="https://github.com/tusharsahu2599" target="_blank" class="footer-icon"><i
class="bx bxl-github">
<br />
GitHub
</i></a>
</div>
<p>© 2020 copyright all right reserved</p>
</footer>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>