-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
358 lines (329 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yash Website</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./images/logo.png" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<meta name="description" content="Portfolio" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/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" />
<script src="https://smtpjs.com/v3/smtp.js">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
</script>
<script>
integrity = "sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin = "anonymous"
</script>
</head>
<body>
<!-- <div class="scroll-up-btn" data-aos="flip-left">
<em class="fa fa-mouse" aria-hidden="true"></em>
</div> -->
<nav class="navbar" data-aos="fade-up-right">
<div class="max-width">
<div class="logo"><img alt="hand" src="https://media.tenor.com/oqXocliEYAMAAAAi/hello-yellow.gif"
width="50" /></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="#services" class="menu-btn">Services</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>
</ul>
<div class="menu-btn">
<em class="fas fa-bars"></em>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width" data-aos="flip-up">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<div class="text-2">Yash Mishra</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a href="#ini">Hire me</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width" data-aos="zoom-in">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="./images/Man.svg" alt="">
</div>
<div class="column right">
<div class="text">I'm Yash and I'm a <span class="typing-2"></span></div>
<p>1 year of working experience in Front-End Development. Effective interpersonal skills to
coordinate and participate, stand-alone, or within the team to expand and achieve organizational
goals as well as my career growth along the way.</p>
<a href="https://drive.google.com/file/d/182eba0wDUa8DVLM94nmQsfbcxW6BhJVd/view?usp=sharing">Download
CV</a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width" data-aos="fade-up-right">
<h2 class="title">My Journey</h2>
<div class="serv-content">
<div style="cursor: pointer" class="card">
<div class="box">
<em class="fas fa-paint-brush"></em>
<div class="text">Web Design</div>
<p>
I have 1 Year of experience in Web Development with the framework like Reactjs, Html ,Css
and have done some basics projects in React
</p>
</div>
</div>
<div style="cursor: pointer" class="card">
<div class="box">
<em class="fas fa-chart-line"></em>
<div class="text">Academics</div>
<p>I m in my Last year of Graduation.I m currently pursuing B.Tech in CSE from <span
class="kiit" style="cursor:crosshair" onClick="kiit()">KIIT</span>.I'm aiming to be a
good Software Developer in my life. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width" data-aos="flip-right">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experiences.</div>
<p>I've a good amount of experience in Web development and I am also a proficient Competitive Coder
💻
I have created some of the projects also on the basis of React,Js,Html and CSS .
I have a prior knowledege of REST-API and know how to connect to React Front-End.
I’m looking to collaborate on any project that'll help me learn new things! 🤝🏻</p>
<a href="https://github.com/Yash15-maker">Github</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
<img src="https://img.icons8.com/color/60/000000/html-5--v2.png" />
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>60%</span>
<img src="https://img.icons8.com/color/60/000000/css3.png" />
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>80%</span>
<img src="https://img.icons8.com/ios-glyphs/60/000000/javascript.png" />
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>REACT</span>
<span>75%</span>
<img src="https://img.icons8.com/offices/55/000000/react.png" />
</div>
<div class="line react"></div>
</div>
<div class="bars">
<div class="info">
<span>Firebase</span>
<span>40%</span>
<img src="https://img.icons8.com/color/60/000000/firebase.png" />
</div>
<div class="line firebase"></div>
</div>
</div>
</div>
</div>
</section>
<!-- teams section start -->
<div class="max-width" id="projects">
<center>
<h1 class="title">My Projects</h1>
<span>
</span>
</center>
<div class="card-section">
<div class="card-flex">
<div id="cards">
<img src="./images/node.png" alt="Card Image" style="height:11rem;border-radius: 30px;width: 50%;"
id="images" data-aos="fade-right">
<div class="cards-content" data-aos="fade-left">
<span class="projects-text">
Node Api
</span>
<p>
I develop a robust and scalable RESTful API using Node.js. The API will serve as a
backend application, allowing users to perform various Read, Sort and
Filter operations on resources. This
project aims to demonstrate proficiency in Node.js, Express.js, and RESTful API design
principles.
</p>
<div class="card-footer">
<button class="btn" onclick="nodegithub()">#Github</button>
<button class="btn" onclick="nodelive()">#Live</button>
</div>
</div>
</div>
<div id="cards" class="cards-content-2">
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/64361746/246681655-48b96cdc-89b8-4cd6-bf03-fba273fb311a.gif"
alt="Card Image" style="height:11rem;border-radius: 30px;width: 50%;" id="images"
data-aos="fade-right">
<div class="cards-content" data-aos="fade-left">
<span class="projects-text">
Blog App
</span>
<p>
Blog application is a software program that provides an online environment and features for
a blogger.All Features includes
Authentication
Add Blogs
Edit Blog
Delete Blogs
Comments
Likes
</p>
<div class="card-footer">
<button class="btn" onclick="githubLink_repo1()">#Github</button>
<button class="btn" onclick="liveLink()">#Live</button>
</div>
</div>
</div>
<div id="cards">
<img src="./images/Capture.PNG" alt="Card Image"
style="height:11rem;border-radius: 30px;width: 50%;" id="images" data-aos="fade-right">
<div class="cards-content" data-aos="fade-right">
<span class="projects-text">
SmartClass
</span>
<p>
Virtual ClassRoom Platform Based on React and Bootstrap ,Material ui
for css framework and used firebase used as a backend.
</p>
<div class="card-footer">
<button class="btn" onclick="githublink3()">#Github</button>
<button class="btn" onclick="livelink_2()">#Live</button>
</div>
</div>
</div>
<a class="github-photo" href="https://github.com/Yash15-maker?tab=repositories" target="_blank">
<img src="./images/GitHub-Mark.png" style="height: 80px;width: 80px" />
</a>
</div>
</div>
</div>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Address details</div>
<div class="icons">
<div class="row">
<em class="fas fa-user"></em>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Yash Mishra</div>
</div>
</div>
<div class="row">
<em class="fas fa-map-marker-alt"></em>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">EWS-159 Phase 4 Behind Sports College,Rapti Nagr,Gorakhpur, Uttar
pradesh,India</div>
</div>
</div>
<div class="row">
<em class="fas fa-phone"></em>
<div class="info">
<div class="head">Phone</div>
<div class="sub-title" style="text-decoration: underline;"><a
href="tel:+91 77 35 63 43 60">+91-7735364360</a></div>
</div>
</div>
</div>
</div>
<div id="ini" class="column right">
<div class="text">Message Me</div>
<div>
<div class="fields">
<div class="field-email">
<img alt="gmail-png" onclick="gmail()" style="cursor: pointer"
src="https://img.icons8.com/fluency/48/000000/mail.png" />
</div>
<div class="field-insta">
<img onclick="insta()" alt="insta-png" style="cursor: pointer"
src="https://img.icons8.com/color/48/000000/instagram-new--v2.png" />
</div>
<div class="field-linkedin">
<img onclick="linkedin()" alt="linkedin-png" style="cursor: pointer"
src="https://img.icons8.com/color/48/000000/linkedin-2--v2.png" />
</div>
<div class="">
<img onclick="fb()" alt="fb-png" style="cursor: pointer;"
src="https://img.icons8.com/color-glass/48/000000/facebook.png" />
</div>
<div class="">
<img onclick="tweet()" alt="tweet-png" style="cursor: pointer;"
src="https://img.icons8.com/color-glass/48/000000/twitter.png" />
</div>
<div class="">
<button onclick="message()" class="button">Message Me</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Created By <a href="#">Yash Mishra</a>
</footer>
<script src="script.js">
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
easing: 'ease',
});
</script>
</body>
</html>