-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
262 lines (231 loc) · 9.53 KB
/
index.html
File metadata and controls
262 lines (231 loc) · 9.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sahaj Dang- PortFolio</title>
<link rel="icon" type="image/png" href="Images/S-logo.png">
<link rel = "stylesheet" href = "style.css">
<script src="https://kit.fontawesome.com/55388e0a62.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src = "Images/logo.png" class = "logo">
<ul id = "sidemenu">
<li><a href = "#header"> Home </a></li>
<li><a href = "#about"> About </a></li>
<li><a href = "#services"> Skills </a></li>
<li><a href = "#Portfolio"> Projects </a></li>
<li><a href = "#contact"> Contact </a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()">
</i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p> JAVA DEVELOPER</p>
<H1> Hi, I'm <span> Sahaj</span><br>Dang From India</H1>
</div>
</div>
</div>
<!-- ------------about----------- -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="Images/PortfolioPicture.jpg">
</div>
<div class="about-col-2">
<h1 class = "sub-title"> About Me</h1>
<br>
<p>Hi, My name is Sahaj Dang, a final year B.Tech student majoring in Data Science at DIT University, Dehradun. I'm passionate about coding.
<br> I have a great passion towards research and want to excel in the field as much as I can.
I'm eager to explore new opportunities and contribute to exciting projects in the tech world.</p>
<div class="tab-titles">
<p class = "tab-links active-link" 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> JAVA</span><br> Passionate JAVA Developer</li>
<li> <span> Web Development</span><br> Front-End Web Developer</li>
<li> <span> AI & Machine Learning</span><br> Proficient in building and deploying AI solutions using Python, TensorFlow, scikit-learn, and NLP/computer vision techniques.</li>
</ul>
</div>
<div class="tab-contents" id = "experience" >
<ul>
<li> <span> March 2025 </span><br> Participant - Cognizance (IIT Roorkee)</li>
<li> <span> September 2023 - Current</span><br> Member- Google Developer Students Club</li>
</ul>
</div>
<div class="tab-contents" id = "education">
<ul>
<li> <span> April 2018 - March 2019</span><br> Class X - 92.4% </li>
<li> <span> April 2020 - March 2021</span><br> Class XII - 94.5%</li>
<li> <span> September 2022 - Current </span><br> BTech In Computer Science (DIT University) - CGPA - 9.81 (Uptill 6th Semester)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -------------Services-------------- -->
<div id="services">
<div class="container">
<h1 class = "sub-title">Skills</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Web Development</h2>
<p>As a Web developer, I am deeply passionate about leveraging technology to create innovative solutions. </p>
</div>
<div>
<i class="fa-brands fa-java"></i>
<h2>Java Development</h2>
<p>I am a passionate Java developer with a strong foundation in object-oriented programming and a knack for building robust, scalable applications.
</p>
</div>
<div>
<i class="fa-solid fa-database"></i>
<h2>Database Management</h2>
<p>I am highly proficient in SQL, with extensive experience in designing and optimizing complex queries, managing relational databases, and ensuring data integrity.</p>
</div>
</div>
</div>
</div>
<!-- ---------Portfolio---------- -->
<div id="Portfolio">
<div class="container">
<h1 class = "sub-title"> Projects</h1>
<div class="work-list">
<div class="work">
<img src="Images/maxresdefault.jpg">
<div class="layer">
<h3> Guessing Game</h3>
<p> This a basic game using java, works upon guesses and is played between the computer and the user.</p>
<a href = "https://github.com/SahajDang/JavaDevelopment-ProjectsBySahaj/blob/master/GuessingGame.java"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/image.png">
<div class="layer">
<h3> Personal Portfolio Website</h3>
<p> Showcasing interactive and modern web experiences crafted with HTML, CSS, and JavaScript.</p>
<a href = "https://github.com/SahajDang/Portfolio"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/toh.jpg">
<div class="layer">
<h3> Tower of Hanoi</h3>
<p> An interactive and intuitive implementation of the classic Tower of Hanoi puzzle using real-time hand gesture control with MediaPipe and OpenCV.</p>
<a href = "https://github.com/SahajDang/gesture-hanoi"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br>
<!-- ----------Contact---------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class = "sub-title">Contact Me</h1>
<p> <i class="fa-regular fa-paper-plane"></i> sahajdang@gmail.com</p>
<div class="social-icons">
<a href="https://www.instagram.com/isahajdang/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/SahajDang"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/sahaj-dang-b72507217/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href = "https://sahaj-dang-resume.vercel.app/" download class = "btn btn2">Download Resume</a>
</div>
<div class="contact-right">
<form id="contact-form">
<input type="text" name="name" placeholder="Your Name" required />
<input type="email" name="email" placeholder="Your Email" required />
<textarea name="message" placeholder="Your Message" required></textarea>
<button class = "btn btn2" type="submit">Send</button>
</form>
<p id="form-status" class="form-message"></p>
<span id = "msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>© 2025 <i class="fa-solid fa-heart"></i> Sahaj Dang. All rights reserved.</p>
</div>
</div>
<script>
const contactForm = document.getElementById("contact-form");
const status = document.getElementById("form-status");
contactForm.addEventListener("submit", async function (e) {
e.preventDefault();
const data = new FormData(contactForm);
const action = "https://formspree.io/f/mkgzgwav";
try {
const response = await fetch(action, {
method: "POST",
body: data,
headers: {
Accept: "application/json",
},
});
if (response.ok) {
status.innerHTML = "Thanks for your message!";
contactForm.reset();
setTimeout(() => {
status.innerHTML = "";
}, 5000);
} else {
status.innerHTML = "Oops! There was a problem.";
}
} catch (error) {
status.innerHTML = "Oops! There was a problem.";
}
});
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 sidemeu = document.getElementById("sidemenu");
function closemenu(){
sidemeu.style.right = "-200px";
}
function openmenu(){
sidemeu.style.right = "0";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbwyidvB1R7qt0sRQqiiS_F50P97heOiHvq7Lcvs_cvxBFSFpwS3VyWQzB0JX_Yy_Dng/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 = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>