-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (100 loc) · 4.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="uezRPsPJu5xgsorX-SajIQx2SSBnvqoWFTZhJgz5Yzc" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="warning">
<!---------------------------------------------------------------------------------->
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About Me</a>
<a href="#tech">Techstack</a>
<a href="#exp">Achievement</a>
<a href="#edu">Education</a>
<a href="#contact">Contact Me</a>
</nav>
<!---------------------------------------------------------------------------------->
<section id="home" class="video-section">
<video autoplay muted loop class="background-video">
<source src="planetrise5.mp4" type="video/mp4">
</video>
<div class="page1info">
<h1 id="name">Prayag<br>Chavan</h1>
<h1 id="role">WEB DEVELOPER</h1>
</div>
<img class="pic" src="Profile_pic.jpg" alt="pic"/>
</section>
<!---------------------------------------------------------------------------------->
<section id="about">
<h1 class="heading">About Me</h1>
<summary>
Passionate and ambitious tech enthusiast with expertise in HTML, CSS, JavaScript, ReactJS, Python, and
advancing experience in cloud platforms such as Firebase, Azure, and AWS.
I bring creativity and innovation to web development, striving for excellence in crafting seamless and dynamic user experiences.
</summary>
</section>
<!---------------------------------------------------------------------------------->
<section id="tech">
<h1 class="heading">Techstack</h1>
<div id="spanitems">
<span><img src="html.png" alt="logo"/><p>HTML</p></span>
<span><img src="css.png" alt="logo"/><p>CSS</p></span>
<span><img src="js.png" alt="logo"/><p>JAVASCRIPT</p></span>
<span><img src="react.png" alt="logo"/><p>REACT</p></span>
<span><img src="python.png" alt="logo"/><p>PYTHON</p></span>
<span><img src="node.png" alt="logo"/><p>NODEJS</p></span>
<span><img src="firebase.png" alt="logo"/><p>FIREBASE</p></span>
<span><img src="mongo.png" alt="logo"/><p>MONGODB</p></span>
<span><img src="aws.png" alt="logo"/><p>AWS/AZURE</p></span>
</div>
</section>
<!---------------------------------------------------------------------------------->
<section id="exp">
<h1 class="heading" >Achievement & Experience</h1>
<summary>
2nd Runner up in VEC’23 National Level Hackathon. <br> <br> <br>
Full Stack Intern at Alhansat Solutions x IEEE Bombay Section. <br> <br> <br>
Frontend Developer Intern at RadicalX (New York).
</summary>
</section>
<!---------------------------------------------------------------------------------->
<section id="edu">
<h1 class="heading" >Education</h1>
<summary>
DMCE, Navi Mumbai<br>
Bachelor of Engineering in Information Technology<br>
(2021-2025)<br><br><br><br>
</summary>
<summary>
B.K. BIRLA COLLEGE OF ARTS,SCIENCE AND COMMERCE, Kalyan<br>
HSC Science<br>
Grade:84.5%<br>
(2019-2021)
</summary>
</section>
<!---------------------------------------------------------------------------------->
<section id="contact">
<h1 class="heading" >Contact Me</h1>
<div id="contactdetails">
<div><div class="centeralign"> <img src="phone.png" alt="logo"><a>+91 8425889869</a></div><br><br>
<div class="centeralign"><img src="mail.png" alt="logo"><br><a>[email protected]</a></div></div>
<div>
<div class="centeralign"><img src="github.png" alt="logo"><a href="https://github.com/PRAYAG0908">PRAYAG0908</a></div><br><br>
<div class="centeralign"><img src="linkedin.png" alt="logo"> <a href="https://www.linkedin.com/in/prayag-chavan-291271274/">Prayag Chavan</a></div>
</div>
</div>
</section>
<!---------------------------------------------------------------------------------->
</div>
<!---------------------------------------------------------------------------------->
<div>
<img class="warnImage" src="https://www.freeiconspng.com/uploads/warning-icon-24.png" alt="warnImage"/>
<p class="warndesc">Website is currently available only for desktop view!!</p>
</div>
</body>
</html>