-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
329 lines (294 loc) · 15.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ansh Soni Portfolio</title>
<link rel="icon" href="images/icon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/5c4a0b1cae.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/anshlogo.png" alt="logo" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Work</a></li>
<li><a href="#blog">Blogs</a></li>
<li><a href="#contactme">Contact</a></li>
<i class="fa-regular fa-circle-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>GUI Developer</p>
<h1>Hi, I'm <span>Ansh</span><br>from India</h1>
</div>
</div>
</div>
<!--------- about --------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/about1.png" alt="About me">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>I am Ansh Manishkumar Soni, a dynamic 2nd year Computer Science Engineering student at Pandit Deendayal Energy University (PDEU). Passionate about exploring the vast realms of technology. I have a keen interest in areas like <span>Quantum Computing & IoT.</span><br>
<br><span>Blend of Mathematics and Computing</span>, enjoying the challenge of solving complex problems. Each algorithmic puzzle is an opportunity to apply my math skills and create elegant solutions.
I'm always on the lookout for exciting opportunities and technologies to learn. I am always in making something amazing which helps mankind! <br>
</p>
<div class="tab-titles active-link">
<p class="tab-links " onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Basic Qiskit</span><br>Quantum Computing</li>
<li><span>Python</span><br>Flask, Tkinter, NumPy, SymPy, Matplotlib, Turtle</li>
<li><span>Microsoft Power BI</span><br>Data Analytics & Visualization</li>
<li><span>Web Development</span><br>HTML5, CSS3 & JavaScript</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>Python Developer Intern</span><br>
<ul>
<li>Credentials <a href="https://drive.google.com/file/d/1O9vFLjhGq_wP2UJ-OIaea5C_xtfM6kab/view?usp=drive_link" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
<li>Alloted Task <a href="https://github.com/AnshMNSoni/CODSOFT.git/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
</ul>
</li>
<li><span>Web Development Intern</span><br>
<ul>
<li>Credentials <a href="https://drive.google.com/file/d/1ffYzLjbPfv-KSvkUkPsVv2YRQblpqd6f/view?usp=drive_link" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
<li>Alloted Task <a href="https://github.com/AnshMNSoni/login-signup-Page.git/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
</ul>
</li>
<li><span>Workshop Speaker</span><br>
<ul>
<li>Microsoft Power BI <a href="https://drive.google.com/file/d/16_8KHAbFHIrfR2-D9eC2zabyXMwExx86/view?usp=drive_link" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
</ul>
</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>Pandit Deendayal Energy University (PDEU)</span><br>Bachelor of Technology (2023-2027)</li>
<ul>
<li><span>Major</span> - Computer Engineering</li>
<li><span>Minor</span> - Internet of Things (IoT)</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--------- services --------->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-chart-simple"></i>
<h2>Data Analysis & Visualization</h2>
<p>
<ul>
<li>
<span>Power BI Dashboards:</span> Creating interactive and insightful data visualizations to help businesses make data-driven decisions.
</li>
<li>
<span>Data Analysis:</span> Analyzing datasets and presenting findings through clear visuals and reports.
</li>
</ul>
</p>
<a href="https://drive.google.com/drive/folders/1PKZpKF7LlMbKgGdGUA_GqoWN7QmKgSK9?usp=drive_link" target="_blank">Learn more</a>
</div>
<div>
<i class="fa-brands fa-python"></i>
<h2>Python GUI Development</h2>
<p>
<ul>
<li>
Custom GUI Applications: Designing interactive desktop applications using Tkinter, tailored for tasks like calculators, contact books, and more.
</li>
<li>
Graphical Projects: Creating engaging visual programs with libraries like Matplotlib & Turtle for educational and fun projects.
</li>
<li>
User-Centric Design: Building intuitive and responsive interfaces that enhance user experience, incorporating features like error handling and data storage.
</li>
</ul>
</p>
<a href="https://www.linkedin.com/posts/anshmnsoni_linkedinabrcommunity-graphtheory-discretemathematics-activity-7255427876773105664-y7Pg?utm_source=share&utm_medium=member_desktop" target="_blank">Learn more</a>
</div>
<div>
<i class="fa-solid fa-blog"></i>
<h2>Blog Writing & Content Creation</h2>
<p>
<ul>
<li>
Tech Blogs: Writing informative and engaging blogs on topics like quantum computing, IoT, and more.
</li>
</ul>
</p>
<a href="#blog">Visit BLogs</a>
</div>
</div>
</div>
</div>
<!------- my work ------->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/work1.png" alt="">
<div class="layer">
<h3>Graph Theory Project</h3>
<p>
The project includes Graph Visualization, Adjacency Matrix and B-Matrix Visualization, Path Matrix and Weight Matrix Visualization, offering various ways to represent and analyze graph structures effectively.
</p>
<a href="https://www.linkedin.com/posts/anshmnsoni_linkedinabrcommunity-graphtheory-discretemathematics-activity-7255427876773105664-y7Pg?utm_source=share&utm_medium=member_desktop" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work2.png" alt="">
<div class="layer">
<h3>TODO Website</h3>
<p>A simple, clean and user-friendly design for easy task management. <br>Robust Backend: Powered by Flask and SQLAlchemy for reliable data storage and retrieval. <br> Customizable Tasks: Create, edit, and delete tasks with ease.Priority System: Prioritize tasks to focus on what matters most.</p>
<a href="https://www.linkedin.com/posts/anshmnsoni_linkedincommunity-flask-sqlalchemy-activity-7266322196959014913-RxIN?utm_source=share&utm_medium=member_desktop" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work3.png" alt="">
<div class="layer">
<h3>ISS Tracker</h3>
<p>
Developed a real-time International Space Station (ISS) Tracker using Python. <br> This project fetches live ISS location data via APIs and when it is near to our location, it will send a message regarding the same.
</p>
<a href="https://github.com/AnshMNSoni/ISS_Tracker.git" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<a href="https://github.com/AnshMNSoni?tab=repositories" target="_blank" class="btn">See more</a>
</div>
</div>
<!--------- my blogs --------->
<div id="blog">
<div class="container">
<h1 class="sub-title">My Blogs</h1>
<div class="blogs-list">
<div>
<i class="fa-solid fa-microchip"></i>
<h2>Quantum Computing</h2>
<p>
<ul>
<li>
Exploring the Foundations of Quantum Computing
</li>
<li>
A Beginner's Guide to explore this modern technology
</li>
</ul>
</p>
<a href="blogs/quantum.html">Read Full BLog</a>
</div>
<div>
<i class="fa-solid fa-flag"></i>
<h2>Elections</h2>
<p>
<ul>
<li>
Elections in the 21st Century: Just Name or In Action?
</li>
<li>
A Critical Analysis of Democracy's Presence in Modern Elections
</li>
</ul>
</p>
<a href="blogs/election.html">Read Full Blog</a>
</div>
</div>
</div>
</div>
<!--------- contact --------->
<div id="contactme">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i> anshsoni702@gmail.com</p>
<p><i class="fa-solid fa-phone-volume"></i> +91 9825466186</p>
<div class="social-icons">
<a href="https://github.com/AnshMNSoni/" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://linkedin.com/in/anshmnsoni/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
<a href="images/resume.pdf" download class="btn btn2">Download Resume</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="text" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
</div>
<div class="copyright">
<p><span>2024</span> <i class="fa-regular fa-copyright"></i> <span>Ansh Soni</span>. All Rights Reserved.</p>
</div>
</div>
<!--------- JavaScript --------->
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for(tablink of tablinks) {
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemenu = document.getElementById("sidemenu");
function openmenu() {
sidemenu.style.right = "0";
}
function closemenu() {
sidemenu.style.right = "-200px";
}
</script>
<!--------- activate forms --------->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycby9XU6KEVUwPTsWnXebhafH3wjl6q5qG-uadlrWQM8Lixp6E6IM3XRcFmIxHkQyS57Pjw/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML = "Message sent Successfully!"
setTimeout(function(){
msg.innerHTML = ""
}, 3000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>