-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (196 loc) · 8.39 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
<!DOCTYPE html>
<html>
<head>
<title>prathamesh sawant</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Prathamesh Sawant" />
<meta property="og:url" content="https//prathu9.github.io/portfolio/" />
<meta property="og:image" content="https://prathu9.github.io/portfolio/images/ps9-featured-img.jpg" />
<meta property="og:description" content="Portfolio" />
<link rel="stylesheet" type="text/css" href="./css/dark-light-mode.css">
<link rel="stylesheet" type="text/css" href="./css/portfolio.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<header>
<div class="mobile_nav_overlay">
<ul class="mobile_nav">
<a class="active" onclick="change()" href="index.html"><li>HOME</li></a>
<a onclick="change()" href="#myproject"><li>MY PROJECTS</li></a>
<a onclick="change()" href="#about"><li>ABOUT</li></a>
<a onclick="change()" href="#contact"><li>CONTACT</li></a>
</ul>
</div>
<div class="header_img"></div>
<div class="nav_bar">
<ul class="nav_list">
<li class="nav_image"><img class="logo" src="./images/ps_logo_light.jpg"
width="50px" height="50px" data-isMain="true"></li>
<a class="active" href="index.html"><li>HOME</li></a>
<a href="#myproject"><li>MY PROJECTS</li></a>
<a href="#about"><li>ABOUT</li></a>
<a href="#contact"><li>CONTACT</li></a>
<li class="theme-switch-wrapper">
<!-- Dark Mode Switch -->
<span id="toggle-icon" class="toggle-icon">
<i class="fas fa-sun"></i>
</span>
<label class="theme-switch">
<input type="checkbox">
<div class="slider round"></div>
</label>
</li>
<li class="menu_icon" onclick="change()">
<div class="menu_icon_bar"></div>
</li>
</ul>
</div>
<div class="header_heading_container">
<div class="circle_image_container"></div>
<h1>Prathamesh Sawant</h1>
<h3>Front End Web Developer</h3>
<a class="resume-btn" href="./pdf/resume.pdf" target="blank">Resume</a>
</div>
<div class="overlay"></div>
</header>
<section class="section">
<div class="section-container">
<canvas id="canvas"></canvas>
<section class="keyskill_section">
<h1><span>KeySkills</span></h1>
<div class="keyskillImgContainer">
<img class="skills" title="HTML" src="./images/html5Logo_light.svg" alt="html5">
<img class="skills" title="CSS" src="./images/css3Logo_light.svg" alt="css3">
<img class="skills" title="Javascript" src="./images/jsLogo_light.svg" alt="javascript">
<img class="skills" title="React" src="./images/reactLogo_light.svg" alt="react">
<!-- <img class="skills" title="Redux" src="./images/reduxLogo_light.svg" alt="redux"> -->
<img class="skills" title="tailwindcss" src="./images/tailwindCSSLogo_light.svg" alt="tailwindcss">
<img class="skills" title="React Router" src="./images/reactRouterLogo_light.svg" alt="react-router">
<img class="skills" title="nextjs" src="./images/nextjsLogo_light.svg" alt="nextjs">
<img class="skills" title="nodejs" src="./images/nodeLogo_light.svg" alt="nodejs">
</div>
</section>
<section id="myproject" class="myproject_section">
<h1><span>My Projects</span></h1>
<div class="myproject_list">
<div>
<div class="img_container">
<div class="img_overlay"></div>
</div>
<div class="img_caption">
<h3>Music Player</h3>
<a class="demo_btn" href="https://prathu9.github.io/music-player" target="_blank">Live Demo</a>
<a class="detail_btn" href="./html/project.html#music-player" target="_blank">Details</a>
<div class="project_tools">
<img title="HTML" src="./images/html5Logo_light.svg" alt="html5">
<img title="CSS" src="./images/css3Logo_light.svg" alt="css3">
<img title="Javascript" src="./images/jsLogo_light.svg" alt="javascript">
</div>
</div>
</div>
<div>
<div class="img_container">
<div class="img_overlay"></div>
</div>
<div class="img_caption">
<h3>Animated Template</h3>
<a class="demo_btn" href="https://prathu9.github.io/animated-template" target="_blank">Live Demo</a>
<a class="detail_btn" href="./html/project.html#animated-template" target="_blank">Details</a>
<div class="project_tools">
<img title="HTML" src="./images/html5Logo_light.svg" alt="html5">
<img title="CSS" src="./images/css3Logo_light.svg" alt="css3">
<img title="Javascript" src="./images/jsLogo_light.svg" alt="javascript">
</div>
</div>
</div>
<div>
<div class="img_container">
<div class="img_overlay"></div>
</div>
<div class="img_caption">
<h3>Tic Tac Toe</h3>
<a class="demo_btn" href="https://prathu9.github.io/tic-tac-toe" target="_blank">Live Demo</a>
<a class="detail_btn" href="./html/project.html#tic-tac-toe" target="_blank">Details</a>
<div class="project_tools">
<img title="HTML" src="./images/html5Logo_light.svg" alt="html5">
<img title="CSS" src="./images/css3Logo_light.svg" alt="css3">
<img title="Javascript" src="./images/jsLogo_light.svg" alt="javascript">
<img title="React" src="./images/reactLogo_light.svg" alt="javascript">
</div>
</div>
</div>
</div>
<div class="myproject_btn">
<a href="./html/project.html" class="btn">More</a>
</div>
</section>
<section id="about" class="about_section">
<h1><span>About Me</span></h1>
<div class="about-image">
<img src="images/ps9-2.jpg" alt="my pic">
</div>
<h2>Prathamesh Sawant</h2>
<h3>Mumbai, Maharashtra</h3>
<p>Hello!!! I am front-end web developer.
I am very passionate about creating beautiful website and cool webapps.
</p>
</section>
<section id="contact" class="contact_section">
<div class="popup_overlay">
<div class="form_contact_popup">
<h1>Message Recieved!!!</h1>
<div>
<button class="form_popup_ok_btn">Ok</button>
</div>
</div>
</div>
<h1><span>Contact</span></h1>
<form id="contact_form" method="get" enctype="text/plain">
<input id="name" type="text" name="name" placeholder="Name" required>
<input id="email" type="email" name="email" placeholder="Email" minlength="5" required>
<textarea id="message" name="message" placeholder="Message" maxlength="50" required></textarea>
<input id="submit_btn" type="submit" value="Submit">
</form>
</section>
</div>
</section>
<footer>
<div class="footer_section">
<ul class="social-media">
<a href="https://stackoverflow.com/users/7647632/prathu9" target="blank">
<li>
<span class='fab fa-stack-overflow'></span>
<span class="social_media_text">Stack Overflow</span>
</li>
</a>
<a href="https://github.com/prathu9" target="blank">
<li>
<span class='fab fa-github'></span>
<span class="social_media_text">Github</span>
</li>
</a>
<a href="https://www.linkedin.com/in/prathu9/" target="blank">
<li>
<span class='fab fa-linkedin-in'></span>
<span class="social_media_text">LinkedIn</span>
</li>
</a>
</ul>
<div class="copyright">Copyright © 2025</div>
</footer>
<script src="./js/dark-light-mode.js"></script>
<script src="./js/modify-logo.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.7/firebase-storage.js"></script>
<script src="./js/portfolio.js"></script>
<script src="./js/popping-bubble.js"></script>
<script src="./js/scroll-animation.js"></script>
<!-- Location on the page is not restored after refreshing -->
<script>
history.scrollRestoration = "manual"
</script>
</body>
</html>