-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
411 lines (293 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harsh's Portfolio</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="/Styles/style.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("0GYIFccQvbDhT86Qs");
})();
</script>
</head>
<body>
<!-- header section starts -->
<header>
<div class="user">
<img src="/Assits/portfolioImage.png" alt="">
<h3 class="name">Harsh Vyas</h3>
<p class="post">Back End Developer</p>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About me</a></li>
<li><a onclick="window.open('https://drive.google.com/file/d/1bKkod_d6oJ6NnQsg7wKZqdaoyIiOHw60/view?usp=sharing', '_blank')"
; href="Assits/Harsh-Vyas-Resume.pdf" download target="_blank">Resume </a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Projects</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
</header>
<!-- header section ends -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section starts -->
<section class="home" id="home">
<h3>HI THERE !</h3>
<h1>I'M <span>Harsh Vyas</span></h1>
<p>I am a passion-driven learner and a web developer with the ability to write clean, reusable, optimised code.
</p>
<p> I learned a lot of technologies when I underwent thirty weeks of coding bootcamp with Masai School.</p>
<p> I may lack experience, but I more than make up for it with my hunger for knowledge, as showcased by my
projects, wherein I imbibe my learned skills.</p>
<p>
Looking forward to joining a progressive and challenging work environment. Always eager to learn new
technologies to enhance my skills and bring value to the organization.
</p>
<a href="#about"><button class="btn">About me <i class="fas fa-user"></i></button></a>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>About</span> me </h1>
<div class="row">
<div class="info">
<h3> <span> Name : </span> Harsh Vyas </h3>
<h3> <span> Qualification : </span> B.E. </h3>
<h3> <span> Language : </span>English, Hindi, Gujarati </h3>
<h3> <span> Soft Skills : </span>Mathametics, Problem Solving </h3>
<a href="https://drive.google.com/file/d/1bKkod_d6oJ6NnQsg7wKZqdaoyIiOHw60/view?usp=sharing" download
target="_blank"><button class="btn"> View Resume </button></a>
<a onclick="window.open('https://drive.google.com/file/d/1bKkod_d6oJ6NnQsg7wKZqdaoyIiOHw60/view?usp=sharing', '_blank')"
; href="Assits/Harsh-Vyas-Resume.pdf" download target="_blank"><button class="btn">Download Resume
<i class="fas fa-download"></i></button> </a>
</div>
<!-- <div class="skills">
<div class="frontend margin">
<ul>
<li class="sk">Frontend
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
</ul>
</li>
</ul>
</div>
<div class="backend margin">
<ul>
<li class="sk">Backend
<ul>
<li>Java</li>
<li>MySql</li>
<li>Spring boot</li>
<li>Hibernet</li>
</ul>
</li>
</ul>
</div>
<div class="soft margin">
<ul>
<li class="sk">Soft Skills
<ul>
<li>Mathametics</li>
<li>Problem Solving</li>
<li>Communication Skills</li>
</ul>
</li>
</ul>
</div>
</div> -->
</div>
<h2 class="heading">Git Calendar</h2>
<div class="git_cal">
<img src="https://ghchart.rshah.org/Harshvyas2704" alt="git-cal">
</div>
<h2 class="heading">Git Stats</h2>
<div class="git_stats">
<img src="https://github-readme-stats.vercel.app/api?username=Harshvyas2704&show_icons=true&locale=en&theme=dark"
alt="git stats">
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Harshvyas2704&layout=compact&exclude_repo=Lybrate-Website-Clone-Version-2.0,Lybrate-Website-Clone,Adidas-Clone&hide=Shell&border_radius=0&theme=dark"
alt="git-stats">
</div>
</section>
<!-- about section ends -->
<!-- Skill Section starts -->
<section class="skills" id="skills">
<h1 class="heading"> <span>Skills & </span> Tools </h1>
<div class="logo">
<div>
<div class="text">
<img src="https://spring.io/images/spring-initializr-4291cc0115eb104348717b82161a81de.svg"
alt="Spring-boot">
<p>Spring</p>
</div>
<div class="text">
<img src="https://cdn.svgporn.com/logos/hibernate.svg" alt="">
<p>Hibernet</p>
</div>
<div class="text">
<img src="/Tools/sql.png" alt="">
<p>MySql</p>
</div>
<div class="text">
<img src="/Tools/java.png" alt="">
<p>Java</p>
</div>
</div>
<div>
<div class="text">
<img src="/Tools/html.png" alt="">
<p>HTML</p>
</div>
<div class="text">
<img src="https://cdn.pixabay.com/photo/2017/08/05/11/16/logo-2582747_1280.png" alt="">
<p>CSS</p>
</div>
<div class="text">
<img src="/Tools/dsa.png" alt="">
<p>DSA</p>
</div>
<div class="text">
<img src="/Tools/js.png" alt="">
<p>JavaScript</p>
</div>
</div>
<div>
<div class="text">
<img src="/Tools/vs.png" alt="">
<p>VScode</p>
</div>
<div class="text">
<img src="/Tools/git.png" alt="">
<p>Git</p>
</div>
<div class="text">
<img src="/Tools/IntelliJ.png" alt="">
<p>IntelliJ</p>
</div>
<div class="text">
<img src="/Tools/post.png" alt="">
<p>Postman</p>
</div>
</div>
</div>
</section>
<!-- Skill Section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"> <span>Education</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2022</span>
<h3>Full Stack Web Development</h3>
<p> Completed 30 weeks Full Stack Web Development at Masai School.</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2019</span>
<h3>Automation Engineering</h3>
<p>Learned PLC SCADA automation in this course at Ahemedabad, Gujarat</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018</span>
<h3>Electrical Engineering</h3>
<p>I had completed my B.E. in Electrical Engineering at B.H.Gardi College at Rajkot, Gujarat</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2014</span>
<h3>Higher Secondary Enduction</h3>
<p>I had completed my 12th Science at Rajkot, Gujarat</p>
</div>
</div>
</section>
<!-- education section ends -->
<!-- project section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading"> My <span>projects</span> </h1>
<div class="box-container">
<div class="links">
<div class="box">
<img src="/Assits/bg.PNG" alt="">
</div>
<p class="project_name">Bankgood clone</p>
<a href="https://harshvyas2704.github.io/unit2-project-banggood/" target="_blank"><button type="submit"
class="btn link"> Live <i class="fas fa-paper-plane"></i> </button> </a>
<a href="https://github.com/Harshvyas2704/unit2-project-banggood" target="_blank"><button type="submit"
class="btn link"> Code <i class="fas fa-paper-plane"></i> </button>
</a>
<div class="project_container">
<p class="project_summary project_details">This is a clone website of E-commerce Website that name
is "Banggood" It is
the first Peer Programming at Masai School using HTML,CSS & JavaScript. We worked on
"Banggood.in",
that is a online "E-commerce website". We had a time frame of a week . This was the first Peer
Programming for all of us that given Masai Mentor.</p>
</div>
<p class="project_summary"> <span>Tech Stack</span> -> HTML, CSS, Javascript</p>
</div>
<br>
<hr>
<br>
<div class="links">
<div class="box">
<img src="/Assits/bbw.PNG" alt="">
</div>
<p class="project_name">Bath & bodywork Clone</p>
<a href="https://harshvyas2704.github.io/bath-and-body-works-2/" target="_blank"><button type="submit"
class="btn link"> Live <i class="fas fa-paper-plane"></i> </button> </a>
<a href="https://github.com/Harshvyas2704/bath-and-body-works-2" target="_blank"><button type="submit"
class="btn link"> Code <i class="fas fa-paper-plane"></i> </button>
</a>
<p class="project_summary project_details">Bath & Body Works, LLC. is an American specialty retailer
company founded in
the year 1990 in New Albany, Ohio by Les Wexner. Till present it has since expanded across 6
continents. It's an American retail store chain which sells soaps, lotions, fragrances. In 1997, it
was the largest bath shop chain in the US.</p>
<p class="project_summary"> <span>Tech Stack</span> -> HTML, CSS, Javascript</p>
</div>
</div>
</section>
<!-- project section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>Contact</span> me </h1>
<div class="row">
<div class="content">
<h3 class="title">Contact info</h3>
<div class="info">
<h3> <i class="fas fa-envelope"></i> harshvyasdev@gmail.com </h3>
<h3> <i class="fas fa-phone"></i> 9537906343 </h3>
<h3> <i class="fas fa-map-marker-alt"></i> Rajkot, India. </h3>
</div>
</div>
<form action="">
<input type="text" placeholder="name" class="box" id="firstName">
<input type="email" placeholder="email" class="box" id="emailId">
<!-- <input type="text" placeholder="project" class="box"> -->
<textarea name="" id="" cols="30" rows="10" class="box message" id="message" placeholder="message"></textarea>
<button type="submit" class="btn" onclick="SendMail()"> send <i class="fas fa-paper-plane"></i> </button>
</form>
</div>
</section>
<!-- contact section ends -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="images/scroll-top-img.png" alt="">
</a>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="/Scripts/script.js"></script>
</body>
</html>