-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
492 lines (454 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity=
"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<!-- Navbar header section -->
<header class="header">
<nav class="navbar">
<div class="logo">
<h2 class="logo-heading">SHREYAS YADUVANSHI</h2>
</div>
<div class="hamburger" id="hamburger">
<i class="fas fa-bars hamburger-icon"></i>
<i class="fas fa-times cross-icon"></i>
</div>
<div class="menu">
<ul class="menu-list">
<li class="menu-list-items">
<a class="links" href="#home">
Home
</a>
</li>
<li class="menu-list-items">
<a class="links" href="#portfolio">
Portfolio
</a>
</li>
<li class="menu-list-items">
<a class="links" href="#about">
About
</a>
</li>
<li class="menu-list-items">
<a class="links" href="#services">
Skills
</a>
</li>
<li class="menu-list-items">
<a class="links" href="#contact">
Contact Me
</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Main hero banner -->
<section id="home" class="hero">
<div class="intro">
<div class="headings">
<h3 class="greet-heading">Hello, I'm</h3>
<h1 class="my-heading">Shreyas Yaduvanshi</h1>
<h3 > <!-- class="sub-heading" -->
Pursuing Masters , A final year student at NIT T. <br>
Love to explore and learned new tech and non-tech stuff.
</h3>
</div>
<div class="intro-buttons">
<!-- <button class="btn common-btn">Hire Me</button> -->
<!-- <button class="btn ghost-btn">Get Resume</button> -->
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio" id="portfolio">
<div class="portfolio-heading">
<h1 class="my-heading text-center">Featured Portfolio</h1>
</div>
<div class="portfolio-content">
<div class="my-row">
<div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./images/webdev.jpg"
alt="Web Development ">
</div>
<h3 class="greet-heading blue-text">Web Development</h3>
<p class="small-para blue-text">Development</p>
</div>
</div>
<div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./images/ML.jpg"
alt="Machine Learning Image">
</div>
<h3 class="greet-heading blue-text">
Machine Learning Journey
</h3>
<p class="small-para blue-text">ML</p>
</div>
</div>
<!-- <div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./Images/SEOImage2.avif" alt="SEO Image">
</div>
<h3 class="greet-heading blue-text">SEO</h3>
<p class="small-para blue-text">Optimization</p>
</div>
</div>
</div> -->
<!-- <div class="my-row">
<div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./Images/contentImage2.avif"
alt="Content Writting Image">
</div>
<h3 class="greet-heading blue-text">
Content Writing
</h3>
<p class="small-para blue-text">Writing</p>
</div>
</div> -->
<div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./images/wordpress.jpg"
alt="Wordpress Image">
</div>
<h3 class="greet-heading blue-text">
WordPress Dev
</h3>
<p class="small-para blue-text">
Content Management System
</p>
</div>
</div>
<!-- <div class="my-col">
<div class="my-card port-card">
<div class="image">
<img src="./Images/videoEditing2.avif"
alt="Video Editing Image">
</div>
<h3 class="greet-heading blue-text">
Video Editing
</h3>
<p class="small-para blue-text">Editing</p>
</div>
</div> -->
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="about-text">
<h1 class="my-heading">About Me</h1>
<p class="lead-para">
Explorer. Inquisitive one. Wayfaring through the fuzzy multiverse.
Mesmerized by the impact of Science and Technology on the evolution and growth of mankind, the scaling of organizations, and the development of nations.
It has a direct and profoundly implicit influence on the lives of ordinary people. UPI, 5G, AI, AR, IoT, Deep Learning, e-commerce, the rapid digitization of industries, and renewable energy sources are just a few examples that can revolutionize business operations, people's lives, and the sustainability of Earth, contributing towards achieving the 17 SDGs (Sustainable Development Goals) outlined by the UN.
Aiming to contribute to these goals and help make the world a better place.
</p>
<p>
"Make this Life Count"
</p>
</div>
<div class="about-image">
<img src="./images/worldhand.jpg"
alt="My World Image">
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="services-heading">
<h1 class="my-heading text-center">My Skills</h1>
</div>
<div class="services-content">
<div class="my-row">
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<h3 class="greet-heading blue-text">Web Design</h3>
<p class="small-para">
Courses Pursuing :: <BR> <BR>
1 - IBM Full Stack Professional Certi. [Pursuing] <BR>
2 - IBM DevOps Professional Certi [Pursuing] <BR>
3 - Oracle Java Foundation [Pursuing] <BR>
<br>
</p>
<p class="small-para">
Projects finished :: <BR> <BR>
1 - New Age Traveller Site <BR>
[Using NodeJS, ExpressJs, MongoDB, EJS ] <BR>
2 - Weather & Quiz WebApp <BR>
[Using HTML, CSS, JS] <BR>
</p>
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fa-solid fa-code"></i>
</div>
<h3 class="greet-heading blue-text">
Machine Learning Journey
</h3>
<p class="small-para">
Courses completed :: <BR> <BR>
1 - IBM DS FOR ML PROJECT [Completed] <BR>
2 - Infosys AI PRIMER [Completed] <BR>
3 - Analytics vaidya ML course beginner [Pursuing]<BR> <br>
</p>
<p class="small-para">
Project done :: <BR> <BR>
1 - Skin cancer detection using DL <BR>
[Using ANN, CNN, Seaborn, TensorFlow ] <BR>
2 - TMDB-Box-Office-Prediction [Revenue] ML Project <BR>
[Using Google Colab, Python, Flask, Streamlit, ML] <BR>
<BR>
</p>
</div>
</div>
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fab fa-wordpress-simple"></i>
</div>
<h3 class="greet-heading blue-text">
WordPress Dev
</h3>
<p class="small-para">
Created 2 wordpress pages - <br> <br>
1 : On RBI GRADE B preparation <br>
2 : NIT T - Masters Journey - Tech Explored
</p>
<p class="small-para">
Links of Wordpress site :: <br>
1 : https://shreyas22k.wordpress.com/ <br>
2 : https://worldofmcanitt.wordpress.com/ <br>
</p>
<p class="small-para">
Technical Activities :: <br> <br>
1 : Amazon ML dataset Hackathon, reached in top 800 out of 75000 <br>
2 : Secured rank in top 3 in AI Lang ML Dataset Hackathon at NIT T <br>
3 : Solved 1000+ coding ques on platforms like Leetcode, Gfg, CF. <br>
</p>
</div>
</div>
<!--
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="greet-heading blue-text">SEO</h3>
<p class="small-para">
Web development refers to the creating,
building, and maintaining
of websites. It includes aspects such as
web design, web publishing,
web programming, and database management.
It is the creation of an
application that works over the internet
i.e. websites.
</p>
<p class="small-para">
Web development refers to the creating,
building, and maintaining
of websites. It includes aspects such as
web design, web publishing,
web programming, and database management.
It is the creation of an
application that works over the internet
i.e. websites.
</p>
</div>
</div>
</div>
-->
<!--
<div class="my-row">
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fas fa-quote-left"></i>
</div>
<h3 class="greet-heading blue-text">
Content Writting
</h3>
<p class="small-para">
Web development refers to the creating,
building, and maintaining of websites.
It includes aspects such as web design,
web publishing, web programming, and
database management. It is the creation
of an application that works over the
internet i.e. websites.
</p>
<p class="small-para">
Web development refers to the creating,
building, and maintaining of websites.
It includes aspects such as web design,
web publishing, web programming, and
database management. It is the creation of an
application that works over the internet i.e.
websites.
</p>
</div>
</div>
-->
<!--
<div class="my-col">
<div class="my-card">
<div class="icon">
<i class="fas fa-video"></i>
</div>
<h3 class="greet-heading blue-text">
Video Editing
</h3>
<p class="small-para">
Web development refers to the creating,
building, and maintaining
of websites. It includes aspects such as
web design, web publishing,
web programming, and database management.
It is the creation of an
application that works over the internet
i.e. websites.
</p>
<p class="small-para">
Web development refers to the creating,
building, and maintaining
of websites. It includes aspects such as
web design, web publishing,
web programming, and database management.
It is the creation of an
application that works over the internet
i.e. websites.
</p>
</div>
</div>
-->
</div>
</div>
</section>
<!-- Contact me section -->
<section class="contact" id="contact">
<div class="contact-heading">
<h1 class="my-heading text-center">Contact Me</h1>
</div>
<div class="contact-content">
<div class="contact-form-container">
<h1 class="greet-heading">Get In Touch</h1>
<form class="contact-form">
<input class="form-controls" type="text"
placeholder="Your Name">
<input class="form-controls" type="text"
placeholder="Your Email">
<input class="form-controls" type="text"
placeholder="Your Phone">
<textarea class="form-controls"
placeholder="Write your message"
name="message" id="" cols="30"
rows="10">
</textarea>
<input class="form-btn btn common-btn"
type="submit" value="Send Message">
</form>
</div>
<div class="contact-details">
<h1 class="greet-heading">My Contact Details</h1>
<div class="details">
<h5 class="contact-heading">EMAIL</h5>
<p class="contact-text">[email protected]</p>
</div>
<div class="details">
<h5 class="contact-heading">PHONE</h5>
<p class="contact-text">+91 9967417894</p>
</div>
<!-- <div class="details">
<h5 class="contact-heading">FAX</h5>
<p class="contact-text">+91 --- </p>
</div> -->
<div class="details">
<h5 class="contact-heading">ADDRESS</h5>
<p class="contact-text">NIT T</p>
<p>TRICHY</p>
<p>TAMIL NADU 620015</p>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer class="footer">
<div class="footer-content text-center">
<h4>
Copyright © 2024 By : Alpha1zln All rights reserved |
Self-Taught, Learned from numerous gr8 channels on utb and on Net.
</h4>
<div class="social-links">
<div class="footer-menu">
<ul class="footer-menu-list">
<!-- <li class="footer-list-items">
<a class="footer-links" href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li> -->
<!-- <li class="footer-list-items">
<a class="footer-links" href="#">
<i class="fab fa-twitter"></i>
</a>
</li> -->
<!-- <li class="footer-list-items">
<a class="footer-links" href="#">
<i class="fab fa-instagram"></i>
</a>
</li> -->
<li class="footer-list-items">
<!-- href="#" -->
<a class="footer-links" href="https://www.linkedin.com/in/shreyas-yaduvanshi-99424615/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://github.com/Alpha1zln">
<i class="fab fa-github"></i>
</a>
</li>
<li class="footer-list-items">
<a class="footer-links" href="https://www.coursera.org/user/402f1f3799e960f77809216c778e143c">
<i class="fab fa-coursera"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js"
integrity=
"sha512-uKQ39gEGiyUJl4AI6L+ekBdGKpGw4xJ55+xyJG7YFlJokPNYegn9KwQ3P8A7aFQAUtUsAQHep+d/lrGqrbPIDQ=="
crossorigin="anonymous" referrerpolicy="no-referrer">
</script>
<script src="script.js"></script>
</body>
</html>