-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (201 loc) · 9.38 KB
/
index.html
File metadata and controls
204 lines (201 loc) · 9.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Portfolio
</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
h1 {
font-size: 3em;
margin: 0;
}
p {
margin: 0px 20px 0px 15px;
}
h1,h3 {
margin: 5px 0px 5px 15px;
}
h2{
margin: 15px 0px 5px 15px;
}
.contact-form {
max-width: 1000px;
margin: 0 auto;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea {
width: 97%;
padding: 10px;
}
footer {
text-align: center; /* Center the copyright text */
padding: 10px; /* Add some padding */
font-size: 0.8em; /* Adjust font size slightly smaller */
color: rgb(41, 39, 39); /* Set a light gray color for the text */
}
</style>
</head>
<body>
<header>
<nav>
<hr>
<table cellspacing="15">
<tr>
<td><a href="#main">Home</a></td>
<td><a href="#education">Education</a></td>
<td><a href="#projects">Projects</a></td>
<td><a href="#contact">Contact Me</a></td>
<td><a href="https://drive.google.com/file/d/1Mo0ppTTI0quuUT2V4cWr_norOFxsSdR5/view?usp=sharing" target="_blank">Download Resume</a></td>
</tr>
</table>
<hr>
</nav>
</header>
<main>
<section id="main">
<table cellspacing="20">
<tr>
<td>
<p>Hey There 👋 I am</p>
<h1 font-size="em">Vaibhav Soni</h1>
<p><em>Full stack Devoloper</em></p>
<p>I'm a knowledge seeker who is driven to study, develop, and succeed in <strong>Python, DBMS</strong> and <strong>Flask</strong>.</p>
<p> I'm also excited to work hard and contribute to the success of my team. Strong interest in Web-based Application Development, ML and Data Science.</p>
</td>
<td><img src="Profile_pic.png" alt="Vaibhav profile image"></td>
</tr>
</table>
<hr>
</section>
<section id="education">
<h2>Education</h2>
<ul>
<li><strong>IIT Madras</strong> (2023-Present) </li>
<ul>
<li>Bachelor of Science (BS online degree) in <strong> Data Science and Application</strong></li>
<li>Diploma level (2nd term)</li>
<li>CGPA: 8.01</li>
<li>TEC (Total Earned Credits): 44</li>
</ul>
<li><strong>MBM University</strong> (2020-2024)</li>
<ul>
<li>Bachelor of Engineering (BE) in <strong> Electronics and Communication</strong></li>
<li>CGPA: 8.20 (till 7th SEM)</li>
<li>Coordinator of King’s Court Club (Official Chess Club)</li>
</ul>
<li><strong>MAHAVEER PUBLIC SCHOOL</strong> (2009-2019)</li>
<ul>
<li>PCM with Computer Science | CBSE.</li>
<li>Grade 12th | 83.2 % </li>
<li>Grade 10th | 8.2 CGPA </li>
<li>House captain, It helped in my leadership skill</li>
</ul>
</ul>
<hr>
</section>
<section id="projects">
<h2>Projects</h2>
<table cellspacing="20">
<tr>
<td>
<strong><u>1. Gradebook Application Portal</u></strong>
<li>A Home page with index of all students, where admin can view information about each student and their
registered courses by clicking on their Roll number.</li>
<li>Further admin can update or remove students.</li>
<li>Linked with 3 different tables - 1.Student, 2.Courses, 3.Enrolment.</li>
<li><a href="https://github.com/Vaibhav0221/Gradebook" target="_blank">Github Repo</a> & <a href="https://gradebook-2.onrender.com/" target="_blank">Deployed link</a> (it may take upto 50 second)</li>
</td>
<td>
<strong><u>2. Smart Farming for ‘Pearl Millet’ crop for Western Rajasthan (4th year)</u></strong>
<li>Collected various data for particular pearl millet crop.</li>
<li>Integrated with various sensors and ESP8266 microcontroller for precision monitoring of environmental factors and displayed on OLED display and thingSpeak IOT platform.</li>
</td>
</tr>
<tr>
<td>
<strong><u>3. HAR (Human Action Recognition)</u></strong>
<li>Developed a machine learning model using Python, VGG16, and TensorFlow to recognise human actions from image data with 15 specific class labels.</li>
<li>Integrated with Django API and REST framework</li>
<li><a href="https://github.com/Vaibhav0221/HAR" target="_blank">Github Repo</a> & <a href="https://har-wvsx.onrender.com/" target="_blank">Deployed link</a> (it may take upto 50 second)</li>
</td>
<td>
<u><strong>4. Roller Bearing Analyser</strong></u>
<li>A generalised Python program for Roller Bearing Analysis which tells your Design is safe or unsafe.</li>
</td>
</tr>
<tr>
<td>
<u><strong>5. Wall Follower Robot</strong></u>
<li>Built an autonomous wall-following robot using Arduino Nano microcontroller with 2 ultrasonic sensors, L293D motor driver and a servo motor for different wall.</li>
</td>
<td>
<u><strong>6. Line Follower</strong></u>
<li>A generalised Python program for Roller Bearing Analysis which tells your Design is safe or unsafe.</li>
<li>Designed a line-following robot using Arduino nano and improved navigation precision by integrating 8 QTR sensors, enhancing project functionality.</li>
</td>
</tr>
<tr>
<td>
<u><strong>7. Wall Follower Robot</strong></u>
<li>Built an autonomous wall-following robot using Arduino Nano microcontroller with 2 ultrasonic sensors, L293D motor driver and a servo motor for different wall.</li>
</td>
<td>
<u><strong>8. Audio Amplifier (3rd year Minor)</strong></u>
<li>Designed a custom PCB layout using Proteus software, implemented the PCB fabrication process, including iron pressing, etching and drilling.</li>
<li>Assembled a 10-watt audio amplifier using an LM1875 IC, along with a speaker, 3.5 mm jack, and essential passive components.</li>
</td>
</tr>
<tr>
<td>
<u><strong>9. Pong Game</strong></u>
<li>Designed Pong game on a 0 size PCB circuit board with 2 potentiometer which controlling 2 different bars. Integrated Arduino and Processing (software) created using Raspberry Pi Pico board RP 4020.</li>
</td>
<td>
<u><strong>10. Post Office (12th Major)</strong></u>
<li>An OOPS concept based program to simulate the real life functioning of a post office.</li>
</td>
</tr>
</table>
<br>
<p><strong>Note : </strong> Project seciton is not completely edited.</p>
<hr>
</section>
<section id="contact">
<h2>Get in Touch</h2>
<p>Feel free to get in touch with me. I am always open to discussing new projects, creative ideas or opportunities to be a part of your visions.</p>
<div class="contact-info">
<h3>Contact Information :</h3>
<ul>
<li><strong>Github:</strong> <a href="https://github.com/Vaibhav0221" target="_blank">Visit Github Profile</a></li>
<li><strong>Email:</strong> <a href="mailto:vaibhavsonsatya1@gmail.com">vaibhavsonsatya1@gmail.com</a></li>
<li><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/vaibhav-soni21/" target="_blank">Visit LinkedIn Profile</a></li>
</ul>
</div>
<div class="contact-form">
<h3>Send me a Message</h3>
<form action="mailto:vaibhavsonsatya1@gmail.com" method="post" enctype="text/plain">
<label for="name">Your Name:</label><br>
<input type="text" id="name" name="your_name" required><br>
<label for="email">Your Email:</label><br>
<input type="email" id="email" name="your_email" required><br>
<label for="message">Your Message:</label><br>
<textarea id="message" name="your_message" rows="5" required></textarea><br>
<input type="submit" value="Send Message">
</form>
</div>
</section>
</main>
<footer>
<p>Vaibhav Soni | © 2024 | All rights reserved.</p>
</footer>
</body>
</html>