-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
325 lines (297 loc) · 13.3 KB
/
index.html
File metadata and controls
325 lines (297 loc) · 13.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Supriya - Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navbar -->
<nav id="nav-menu">
<div class="containernav">
<div class="logo"><a href="#home">Supriya's Portfolio</a></div>
<div class="hamburger" onclick="toggleNavbar()">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<div class="nav-links">
<ul><a href="#home">Home</a></ul>
<ul><a href="#about">About Me</a></ul>
<ul><a href="#skills">Skills</a></ul>
<ul><a href="#projects">Projects</a></ul>
<ul><a href="#contact">Contact</a></ul>
<ul><a href="#" onclick="downloadResumeAndOpenDrive();">Resume</a></ul>
</div>
</div>
</nav>
<!-- Home/About Me Section -->
<section id="home" class="home-section">
<div class="container">
<h1>Hi there👋! I'm Supriya Singh</h1>
<h2> Backend Developer(Node.js)</h2>
<img src="code img 1.jpeg" alt="Your Name">
</div>
<div class="social-icons">
<a href="mailto:supriyasinghgaur8@gmail.com" target="_blank" class="icon"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/Supriyasingh2" target="_blank" class="icon"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/supriyasinghgaur/" target="_blank" class="icon"><i class="fab fa-linkedin"></i></a>
</div>
</section>
<!--about me section-->
<!-- Add this in your About Me section -->
<section id="about" class="about-section">
<div class="container">
<h2>About Me</h2>
<!-- Two-column layout using flexbox -->
<div class="about-content">
<div class="about-image">
<img src="Supriya picture new.jpg" alt="Your Name">
</div>
<div class="about-text">
<p>Highly skilled Node.js backend developer proficient in MERN
stack. Experienced in solo and collaborative project
development. Strong proficiency in JavaScript, Node.js, and
RESTful APIs. Excellent problem-solving skills and keen eye
for detail. Proactive and self-motivated with excellent
teamwork and communication skills.</p>
<section id="resume" class="resume-section">
<div class="container">
<a href="#" onclick="downloadResumeAndOpenDrive();">Download Resume</a>
</div>
</section>
</div>
</div>
</div>
</section>
<!--about me section ends-->
<!-- Tech Stack & Tools Section -->
<!-- Add this in your Skills Section -->
<section id="skills" class="skills-section">
<div class="container">
<h2>Technical Skills</h2>
<!-- Skills -->
<div class="skills">
<div class="skill-card">
<i class="fab fa-js"></i>
<p>JavaScript</p>
</div>
<div class="skill-card">
<i class="fab fa-html5"></i>
<p>HTML5</p>
</div>
<div class="skill-card">
<i class="fab fa-java"></i>
<p>Java</p>
</div>
<div class="skill-card">
<i class="fab fa-node"></i>
<p>Node.js</p>
</div>
<div class="skill-card">
<i class="fab fa-git"></i>
<p>Git</p>
</div>
<div class="skill-card">
<i class="fas fa-cogs"></i>
<p>RESTful APIs</p>
</div>
<div class="skill-card">
<i class="fab fa-envira"></i>
<p>MongoDB</p>
</div>
<div class="skill-card">
<i class="fab fa-css3"></i>
<p>CSS3</p>
</div>
<div class="skill-card">
<i class="fas fa-database"></i>
<p>MySQL</p>
</div>
<div class="skill-card">
<i class="fas fa-database"></i>
<p>Redis</p>
</div>
<!-- Add more skill cards as needed -->
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section">
<div class="container">
<h2>Projects</h2>
<!-- Project 1 -->
<div class="project-card">
<img src="rideshare.png" alt="Project 1">
<div class="project-info">
<h2>RideShareX</h2>
<p>"Our platform dedicated to simplifying your cab booking experience! At our core, we've developed a website tailored for one-click cab ride reservations."</p>
<div class="symbol">
<i class="fab fa-html5" title="HTML"></i>
<i class="fab fa-css3-alt" title="CSS"></i>
<i class="fab fa-js" title="JavaScript"></i>
<i class="fab fa-node" title="Node.js"></i>
<i class="fab fa-node-js" title="Express"></i>
<i class="fab fa-creative-commons-nc-eu" title="MongoDB"></i>
</div>
<div class="buttons">
<a href="https://github.com/Supriyasingh2/tech-sankat-nivaaran-4321" target="_blank">GitHub</a>
<a href="https://moonlit-trifle-686331.netlify.app/" target="_blank">Deployment/Video</a>
</div>
</div>
</div>
<!--project2-->
<div class="project-card">
<img src="Voyawander.png" alt="Project 1">
<div class="project-info">
<h2>Voyawander</h2>
<p>"Voyawander is a travel website that offers a seamless platform for exploring destinations, booking hotels and flights, and connecting with a vibrant travel community. Join us to discover the beauty of journeys and make lasting memories."</p>
<div class="symbol">
<i class="fab fa-html5" title="HTML"></i>
<i class="fab fa-css3-alt" title="CSS"></i>
<i class="fab fa-js" title="JavaScript"></i>
<i class="fab fa-creative-commons-nc-eu" title="MongoDB"></i>
</div>
<div class="buttons">
<a href="https://github.com/Supriyasingh2/Project-quasar-7896" target="_blank">GitHub</a>
<a href="https://project-quasar-7896.netlify.app/" target="_blank">Deployment/Video</a>
</div>
</div>
</div>
<!--project3-->
<div class="project-card">
<img src="vestal.png" alt="Project 1">
<div class="project-info">
<h2>Vestal Trouble</h2>
<p>"This repository presents a Portfolio site named Vestal Trouble, consisting details of company and the contact information of it."</p>
<div class="symbol">
<i class="fab fa-html5" title="HTML"></i>
<i class="fab fa-css3-alt" title="CSS"></i>
</div>
<div class="buttons">
<a href="https://github.com/Supriyasingh2/vestal-trouble-683" target="_blank">GitHub</a>
<a href="https://vestal-trouble.netlify.app/" target="_blank">Deployment/Video</a>
</div>
</div>
</div>
<!-- Repeat similar structure for other projects -->
</div>
</section>
<!-- GitHub Statistics & Calendar Section -->
<section class="github-section">
<h2>Git Statics</h2>
<div class="graph">
<p><img src="https://ghchart.rshah.org/supriyasingh2" alt="supriyasingh2's GitHub chart" title="supriyasingh2's GitHub chart"></p>
</div>
<div class="gitcontainer">
<!-- GitHub Stats -->
<div>
<p> <img src="https://github-readme-stats.vercel.app/api?username=supriyasingh2&show_icons=true&locale=en" alt="supriyasingh2" /></p>
</div>
<!-- GitHub Contribution Streak -->
<div>
<p><img src="https://github-readme-streak-stats.herokuapp.com/?user=supriyasingh2&" alt="supriyasingh2" /></p>
</div>
<!-- Add GitHub Stats and Calendar components -->
<div>
<p><img src="https://github-readme-stats.vercel.app/api/top-langs?username=supriyasingh2&show_icons=true&locale=en&layout=compact" alt="supriyasingh2" /></p>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<h2>Contact Me</h2>
<div class="contact-card">
<!-- Contact Form Card -->
<div class="form">
<h3 style="text-align: center; font-size: 25px; color:teal;">Message me</h3>
<form action="https://getform.io/f/21a02dee-c80b-4741-8faa-2462f089bf6a" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Submit</button>
</form>
</div>
<!-- Contact Information Card -->
<div class="content">
<div class="info">
<i class="fas fa-phone"></i>
<p>+91 8303599784</p>
</div>
<div class="info">
<i class="fas fa-map-marker-alt"></i>
<p>Kanpur, India</p>
</div>
<div class="social-icons">
<a href="mailto:supriyasinghgaur8@gmail.com" target="_blank" class="icon"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/Supriyasingh2" target="_blank" class="icon"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/supriyasinghgaur/" target="_blank" class="icon"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--footer-->
<div class="footer">M A D E W I T H ❤️ B Y S U P R I Y A</div>
<script>
function toggleNavbar() {
var navLinks = document.querySelector('.nav-links');
navLinks.classList.toggle('active');
}
document.querySelectorAll('.nav-links a').forEach(item => {
item.addEventListener('click', () => {
var navLinks = document.querySelector('.nav-links');
navLinks.classList.remove('show');
});
});
function downloadResumeAndOpenDrive() {
// Download the PDF file
var pdfLink = document.createElement('a');
pdfLink.href = 'Supriya-Singh-Resume.pdf';
pdfLink.download = 'Supriya-Singh-Resume.pdf';
pdfLink.click();
// Open the Google Drive link in a new tab
window.open('https://drive.google.com/file/d/1SmzbJRGtW2sHRmrSJ1DPHv1iNU4LOPsG/view?usp=sharing', '_blank');
}
function toggleNavbar() {
const navLinks = document.querySelector('.nav-links');
navLinks.classList.toggle('show');
}
async function fetchGitHubStats(username) {
try {
const response = await fetch(`https://api.github.com/users/${username}`);
const data = await response.json();
return data;
} catch (error) {
console.error('Error fetching GitHub statistics', error);
return null;
}
}
// Function to update the GitHub statistics section
async function updateGitHubStats(username) {
const githubStats = document.querySelector('.github-stats');
// Fetch GitHub statistics
const stats = await fetchGitHubStats(username);
// Display GitHub statistics
if (stats) {
githubStats.innerHTML = `
<h2>GitHub Statistics</h2>
<p>Total Repositories: ${stats.public_repos}</p>
<p>Followers: ${stats.followers}</p>
<p>Following: ${stats.following}</p>
`;
}
}
// Call the function with your GitHub username
updateGitHubStats('Supriyasingh2');
</script>
</body>
</html>