-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (254 loc) · 9.36 KB
/
index.html
File metadata and controls
261 lines (254 loc) · 9.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/portfolio-logo.png" class="logo">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header-text">
<h1>Hi, this is<br><span>Srinjayee Ganguly</span></h1>
<p>Designer & Developer</p>
<div class="buttons-home">
<a href="resume.pdf" class="btn">Download Resume</a>
<a href="#contact" target="_blank" class="btn">Contact Me</a>
</div>
</div>
</div>
</div>
<div id="about">
<div class="container">
<div class="about-col-1">
<h1> About Me </h1>
<p>I am a third year Computer Science student specialising in Data Science from BCREC. I am an aspiring developer who loves to design, experiment, and learn new technologies that inspires and motivates me. I am passionate in transforming my ideas into functional projects, dabbling in machine learning, data visualization, web development and gaming. Moreover, my ideas are fueled by art, design, and motivational applications from fellow developers.</p>
</div>
<div class="below">
<div class="experience">
<h2>Experience</h2>
<div class="exp-item">
<h4>Machine Learning Intern</h4>
<h1>Indian Meteorological Centre, Kolkata</h1>
<span>January 2025 - July 2025</span>
<p>Built a machine learning model that predicted thunderstorm patterns using model data.
</p>
</div>
<div class="exp-item">
<h4>SIH 2024</h4>
<span>September 2024 - December 2024</span>
<p>Created a prototype for supporting the mental health of office workers.</p>
</div>
<div class="exp-item">
<h4>Internship Co-ordinator</h4>
<h1>BCREC, DS</h1>
<span>2023 - 2027</span>
<p>Acted as the Internship Co-ordinator for the Department of Data Science at BCREC</p>
</div>
<div class="exp-item">
<h4>Game Developer Student Learner</h4>
<h1>Girls Who Code</h1>
<span>July 2023 - September 2023</span>
<p>Designed and developed 2D Platformers using p5.js and HTML</p>
</div>
</div>
<div class="education">
<h2>Education</h2>
<div class="edu">
<h4>B.Tech in Computer Science and Engineering(Data Science)</h4>
<span>2023 - 2027</span>
<p>Dr. B.C. Roy Engineering College, Durgapur</p>
<p>7.8 CGPA</p>
</div>
<div class="edu">
<h4>Secondary Education(PCMB), CBSE</h4>
<span>2021 - 2023</span>
<p>D.A.V Model School</p>
<p>90.8%</p>
</div>
<div class="edu">
<h4>Class 10, CBSE</h4>
<span>2020 - 2021</span>
<p>D.A.V Model School</p>
<p>10 CGPA</p>
</div>
</div>
<div class="skills">
<h2>Skills</h2>
<div class="skill">
<span>Java</span>
<div class="bar">
<div class="progress" style="width: 80%;"></div>
</div>
</div>
<div class="skill">
<span>HTML/CSS</span>
<div class="bar">
<div class="progress" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<span>Python</span>
<div class="bar">
<div class="progress" style="width: 60%;"></div>
</div>
</div>
<div class="skill">
<span>GODOT/GDscript</span>
<div class="bar">
<div class="progress" style="width: 80%;"></div>
</div>
</div>
<div class="skill">
<span>JavaScript</span>
<div class="bar">
<div class="progress" style="width: 40%;"></div>
</div>
</div>
<div class="skill">
<span>C++</span>
<div class="bar">
<div class="progress" style="width: 60%;"></div>
</div>
</div>
<div class="skill">
<span>MySQL</span>
<div class="bar">
<div class="progress" style="width: 50%;"></div>
</div>
</div>
</div>
</div>
<div class="about-tech">
<div class="tech-box">
<h2>Technologies</h2>
<div class="tech-grid">
<span>Git</span>
<span>LaTeX</span>
<span>Figma</span>
<span>Flutter</span>
<span>React</span>
<span>Electron.js</span>
<span>Node.js</span>
<span>MongoDB</span>
<span>VSCode</span>
<span>Jupyter Notebook</span>
<span>Google Colab</span>
<span>ML</span>
</div>
</div>
<div class="soft-skill">
<h2>Creative/Soft Skills</h2>
<ul>
<li>Problem Solving</li>
<li>Leadership</li>
<li>Team Collaboration</li>
<li>Communication</li>
<li>Adaptability</li>
<li>Time Management</li>
<li>Game Development</li>
<li>Graphic Design</li>
<li>Illustration</li>
<li>Anchoring</li>
</ul>
</div>
</div>
</div>
</div>
<div id="projects">
<div class="container">
<h1 class="sub-title">My Projects</h1>
<h3>Projects I've worked on till now</h3>
<div class="project-list">
<a href="#" class="project-item">
<i class="fa-regular fa-file"></i>
<h4>Thunderstorm Prediction Model</h4>
<p>Built a machine learning model that predicted thunderstorm patterns using model data.</p>
</a>
<a href="#" class="project-item">
<i class="fa-solid fa-gamepad"></i>
<h4>Thunderstorm Prediction Model</h4>
<p>Built a machine learning model that predicted thunderstorm patterns using model data.</p>
</a>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<h1 class="sub-title1">Contact Me</h1>
<div class="row">
<div class="contact-left">
<p><i class="fa-regular fa-envelope"></i>srinjayeeganguly@gmail.com</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/srinjayee-ganguly-7b5154285/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/srinjayeeg"><i class="fa-brands fa-github"></i></a>
<a href="https://sujistik.itch.io/"><i class="fa-brands fa-itch-io"></i></a>
</div>
</div>
<div class="contact-right">
<form name="contact-form">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" rows="5" placeholder="Your Message" required></textarea>
<button type="submit" class="btn">Send Message</button>
</form>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright © 2026 Srinjayee Ganguly. All rights reserved.</p>
</div>
</div>
<script>
// Simple menu open/close handlers (safe checks)
function openMenu() {
const ul = document.querySelector('nav ul');
const menuIcon = document.querySelector('.menu-icon');
const closeIcon = document.querySelector('.close-icon');
if (ul) ul.style.right = '0';
if (menuIcon) menuIcon.style.display = 'none';
if (closeIcon) closeIcon.style.display = 'block';
}
function closeMenu() {
const ul = document.querySelector('nav ul');
const menuIcon = document.querySelector('.menu-icon');
const closeIcon = document.querySelector('.close-icon');
if (ul) ul.style.right = '-300px';
if (menuIcon) menuIcon.style.display = 'block';
if (closeIcon) closeIcon.style.display = 'none';
}
(function() {
const scriptURL = 'https://script.google.com/macros/s/AKfycbyAlqhFDghK4W-qh99kII415UAmPqF85H4DgC8jLvXmBg3oeihkBiKLgp7cCrAWNRNh/exec'
const form = document.forms['contact-form']
if (!form) return
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => response.text())
.then(text => {
console.log('Success!', text)
form.reset()
try { alert('Message sent successfully.') } catch(e){}
})
.catch(error => {
console.error('Error!', error)
try { alert('There was an error sending the message.') } catch(e){}
})
})
})();
</script>
</body>
</html>