-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
307 lines (293 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sonu Mahajan</title>
<link rel="stylesheet" href="css/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<!-- Home Section -->
<section id="home">
<div class="container">
<img
src="https://avatars1.githubusercontent.com/u/51477095?s=460&u=ce091423c86ed22a9ef6ffdb3161c4d1e600311b&v=4"
alt="Your Profile Picture"
class="profile-img"
/>
<h1>Sonu Mahajan</h1>
<p class="quote">
"Coding is not just about writing code. It’s about solving problems
and creating solutions."
</p>
<a href="images/sonuMCA.pdf" download class="btn">Download Resume</a>
<a href="https://sonumahajan.github.io/portfolio_kaboom/" target='_blank' class="btn">My Portfolio Game</a>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<h2>About Me</h2>
<p><strong>Name:</strong> Sonu Mahajan</p>
<p>
<strong>Qualifications:</strong> Bachelor’s & Master’s in Application
</p>
<p>
<strong>Expertise:</strong> Full Stack Development, Database, Windows
IIS, SAP PI/PO Integration, SharePoint Integration, Scripting,
Solution Architecture, Cybersecurity
</p>
<p>
<strong>Passion:</strong> I am passionate about leveraging technology
to streamline operations, enhance efficiency, and derive meaningful
insights from data. I am eager to collaborate with like-minded teams
to create innovative solutions. Let’s work together to bring ideas to
life!
</p>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<div class="container">
<h2>Professional Experience</h2>
<!-- Full-Time Job Experience -->
<div class="project">
<h3>
Function Lead Developer | Trident Limited, Ludhiana (Oct 2023 - Present)
</h3>
<p>I have worked on several integration projects, such as integrating machines with SAP, and have created software utilities and projects to streamline business processes. I also implemented new technologies and projects for Digital 4.0.</p>
</div>
<div class="project">
<h3>Internship | Trident Limited, Bhopal (Jan 2023 - July 2023)</h3>
<p>During my internship, I worked on several integration projects and created dashboards to analyze the data from machines.</p>
</div>
</div>
</section>
<!-- Co-Curricular Activities Section -->
<section id="co-curricular">
<div class="container">
<h2>Co-Curricular Activities</h2>
<div class="activity">
<h3>Indian Army Cyber Security Hackathon - 2021</h3>
<p>• Participated in the Indian Army Cyber Security Hackathon, Sainya-Ranakshetram, 2021.</p>
</div>
<br>
<div class="activity">
<h3>Hacktoberfest 2020, 2021, 2022</h3>
<p>• Contributed to open source projects during the Hacktoberfest event for the past three years.</p>
</div>
<br>
<div class="activity">
<h3>Brain Googler - 2020</h3>
<p>• 3rd position in a website development competition organized by KLSD College.</p>
</div>
</div>
</section>
<!-- Certifications Section -->
<section id="certifications">
<div class="container">
<h2>Certifications</h2>
<ul>
<li>“Introduction to Cyber Security” from Swayam, 2021</li>
<li>“Overview of Geoprocessing using Python” from ISRO, 2021</li>
<li>“Responsive Web Design” from freecodecamp, 2019</li>
</ul>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<div class="container">
<h2>My Projects</h2>
<div class="project">
<h3>Study Material App</h3>
<p>
Using Python and Kivy module. Cross-platform app for college
students to access old question papers, notes, and important
questions. (Currently working on it)
</p>
<img
src="images/study-material-app.png"
alt="Study Material App Screenshot"
/>
</div>
<div class="project">
<h3>Electronic Web Store</h3>
<p>
Using HTML, CSS, JavaScript, SQL, and PHP. A fully functional web
store for electronic devices with login, logout, product display,
add to cart, and admin panel.
</p>
<img src="images/mobile1.jpg" alt="Electronic Web Store Screenshot" />
</div>
<div class="project">
<h3>Desktop Assistance</h3>
<p>
Using Python and APIs. A digital assistant to perform tasks like
opening websites, playing songs, sending emails, and more.
</p>
<img
src="images/assistance.jpeg"
alt="Desktop Assistance Screenshot"
/>
</div>
<div class="project">
<h3>Receipt Generator</h3>
<p>
Using Python modules. A receipt printer program that allows users to
input data and print receipts.
</p>
<img
src="images/receipt-printer.png"
alt="Receipt Generator Screenshot"
/>
</div>
</div>
</section>
<!-- Tools & Technologies Section -->
<section id="tools">
<div class="container">
<h2>Tools & Technologies</h2>
<div class="tools">
<div class="tool-item">
<img src="images/git.png" alt="Git Logo" />
<p>Git</p>
</div>
<div class="tool-item">
<img src="images/git1.png" alt="GitHub Logo" />
<p>GitHub</p>
</div>
<div class="tool-item">
<img src="images/python3.png" alt="Python Logo" />
<p>Python</p>
</div>
<div class="tool-item">
<img src="images/html5.png" alt="HTML Logo" />
<p>HTML5</p>
</div>
<div class="tool-item">
<img src="images/css3.png" alt="CSS Logo" />
<p>CSS3</p>
</div>
<div class="tool-item">
<img src="images/js.png" alt="JavaScript Logo" />
<p>JavaScript</p>
</div>
<div class="tool-item">
<img src="images/django.png" alt="Django Logo" />
<p>Django</p>
</div>
<div class="tool-item">
<img src="images/Flask.png" alt="Flask Logo" />
<p>Flask</p>
</div>
<div class="tool-item">
<img src="images/linux.png" alt="Linux Logo" />
<p>Linux</p>
</div>
<div class="tool-item">
<img src="images/windows.png" alt="Windows Logo" />
<p>Windows</p>
</div>
<div class="tool-item">
<img src="images/mysql.png" alt="MySQL Logo" />
<p>MySQL</p>
</div>
<div class="tool-item">
<img src="images/php.png" alt="PHP Logo" />
<p>PHP</p>
</div>
<div class="tool-item">
<img src="images/cpp.png" alt="C++ Logo" />
<p>C++</p>
</div>
</div>
</div>
</section>
<!-- Social Media Section -->
<section id="social-media">
<div class="container">
<h2>Connect With Me</h2>
<div class="social-icons">
<a href="https://facebook.com" target="_blank" class="social-icon"
><i class="fab fa-facebook-f"></i
></a>
<a href="https://twitter.com" target="_blank" class="social-icon"
><i class="fab fa-twitter"></i
></a>
<a href="https://instagram.com" target="_blank" class="social-icon"
><i class="fab fa-instagram"></i
></a>
<a href="https://linkedin.com" target="_blank" class="social-icon"
><i class="fab fa-linkedin-in"></i
></a>
<a href="https://codepen.io/sonumahajan" target="_blank" class="social-icon"
><i class="fab fa-codepen"></i
></a>
<a href="https://github.com/sonumahajan" target="_blank" class="social-icon"
><i class="fab fa-github"></i
></a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/mdopwjrp">
<label for="name"
>My name is
<input
type="text"
id="name"
name="name"
required
placeholder="Your Name"
/>
</label>
<label for="message"
>and I want to say that
<textarea
id="message"
name="message"
required
placeholder="Your Message"
></textarea>
</label>
<label for="email"
>You can reach me at
<input
type="email"
id="email"
name="email"
required
placeholder="Your Email"
/>
</label>
<button type="submit" class="btn">Send Message</button>
</form>
</div>
</section>
</body>
<script>
// Simple form validation (optional)
document.querySelector("form").addEventListener("submit", function (event) {
const name = document.getElementById("name").value;
const message = document.getElementById("message").value;
const email = document.getElementById("email").value;
if (!name || !message || !email) {
alert("Please fill out all fields.");
event.preventDefault();
} else {
alert("Your message has been sent!");
}
});
</script>
</html>