-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
444 lines (352 loc) · 17.2 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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!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>Personal Portfolio Website - Uday Merugu</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/b2d993a360.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a><span></span></li>
<li><a href="#about">About</a><span></span></li>
<li><a href="#codingprofiles">Profiles</a><span></span></li>
<li><a href="#projects">Projects</a><span></span></li>
<li><a href="#contact">Contact</a><span></span></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text"> <!-- d-->
<h1>Hi, I'm <span>Uday Merugu</span></h1>
<h3 data-text="Full Stack Developer...">Full Stack Developer...</h3>
<div class="btn-box">
<a href="https://www.linkedin.com/in/uday-merugu-623041220/" class="btn">Hire Me</a>
<a href="https://www.linkedin.com/in/uday-merugu-623041220/" class="btn">Let's Talk</a>
</div>
</div>
</div>
</div>
<!--starting of About-->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/buddy_uday.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About <span>Me</span></h1>
<p>A Multitasking Individual with the ability to do work effectively & efficiently in a fast-paced company for the role of a software developer. Skilled in implementing Data Structures and Algorithms in C++ and having good knowledge in Web-development </p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('Technical-Skills')">Technical-Skills<span></span></p>
<p class="tab-links" onclick="opentab('experience')">Experience<span></span></p>
<p class="tab-links"onclick="opentab('education')">Education<span></span></p>
</div>
<div class="tab-contents active-tab" id="Technical-Skills">
<ul>
<li><span>Programming</span><br>C/C++, Python, SQL</li>
<li><span>Miscellaneous</span><br>Data Structures and Algorithms, OOPS</li>
<li><span>Web Development</span><br>HTML, CSS, JavaScript, React.js,Node.js, Express</li>
<li><span>CS Fundamentals</span><br>DBMS, COA, Operating System, Computer Networks</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2022-2023 (3-Months)</span><br>JPMorgan Chase & Co.Vitual Internship</li>
<li><span>2023 (3-Months)</span><br>CodeClause Web Development Internship</li>
<li><span>2022-2024(Current)</span><br>Subject Matter Expert at Chegg Inc.</li>
<li><span>2022-2024(Current)</span><br>Freelancer</li>
<li><span>2022-2024(Current)</span><br>Content Writer at B2D (Start-up)</li>
</ul>
</div>
<div class="tab-contents"id="education">
<ul>
<li><span>2020-2024</span><br>B-Tech. Major from CMR College Of Engineering And Technology <br></li>
<li><span>2020</span><br>Senior Secondary from State Board</li>
<li><span>2018</span><br>Secondary from State Board</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------Coding Profiles------------------------------- -->
<!--
<div id="codingprofiles">
<div class="container">
<h1 class="sub-title">My <span>Coding Profiles</span></h1>
<div class="codingprofiles-list">
<div>
<i class="fa-solid fa-code fa-beat fa-xl" style="color: #098fd3;"></i>
<h2>CodeForces</h2>
<p>
The Frameworks which I have used for this is basic Social Media Website are React, NodeJs, CSS, MongoDB, ExpressJs.
<br>The Main Features implemented includes create post, delete post, update post,like,posts, following people etc.
</p>
<a href="#">CodeForces</a>
</div>
<div>
<i class="fa-duotone fa-code fa-bounce fa-xl" style="color: #098fd3;"></i>
<h2>LeetCode</h2>
<p>
The Frameworks which I have used for this is basic Social Media Website are React, NodeJs, CSS, MongoDB, ExpressJs.
<br>The Main Features implemented includes create post, delete post, update post,like,posts, following people etc.
</p>
<a href="#">LeetCode</a>
</div>
<div>
<i class="fa-solid fa-utensils fa-shake fa-xl"style="color:#098fd3;" ></i>
<h2>CodeChef</h2>
<p>
The Frameworks which I have used for this is basic Social Media Website are React, NodeJs, CSS, MongoDB, ExpressJs.
<br>The Main Features implemented includes create post, delete post, update post,like,posts, following people etc.
</p>
<a href="#">Github</a>
</div>
</div>
</div>
</div>
-->
<div id="codingprofiles">
<div class="container">
<h1 class="sub-title">Coding <span>Profiles</span></h1>
<div class="codingprofiles-list">
<div class="codingprofiles">
<img src="images/hacker.jpeg">
<div class="layer">
<h4>HackerRank</h4>
<p>
5
<i class="fa-solid fa-star fa-beat fa-xl" style="color: #ffdd00;"></i> rating on HackerRank in both problem-solving and C++,
</p>
<a href="https://www.hackerrank.com/20h51a04n7?hr_r=1"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/chef.jpeg">
<div class="layer">
<h4>CodeChef</h4>
<p>3
<i class="fa-solid fa-star fa-beat fa-xl" style="color: #ffdd00;"></i> rating on CodeChef by actively participating in their exams.</p>
<a href="https://www.codechef.com/users/uday_24680"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/forces.jpeg">
<div class="layer">
<h4>Codeforces</h4>
<p>
<i class="fa-solid fa-star fa-beat fa-xl" style="color: #ffdd00;"></i>
Currently, my rating on Codeforces is 930, which puts me in the "newbie" category.
</p>
<a href="https://codeforces.com/profile/UDAY_merugu"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/vnr.jpeg">
<div class="layer">
<h4>Turing Cup 2023 National-Level Coding Competition</h4>
<p>
Semi-Finalist among 20,000 students of highly talented.
</p>
<a href="#"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/snack.png">
<div class="layer">
<h4>CodeChef SnackDown 2021</h4>
<p>
Qualified for CodeChef SnackDown 2021 Qualifier Round among 60,000+ of people participated.
</p>
<a href="#"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/UDAY.png">
<div class="layer">
<h4>JNTUH CODEKING National-Level Coding Competition</h4>
<p>
Qualified for Round-2 among 20,000 students.
</p>
<a href="#"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/kickstart.png">
<div class="layer">
<h4>Google kickstart</h4>
<p>
<i class="fa-solid fa-star fa-beat fa-xl" style="color: #ffdd00;"></i>
Secured 6607 Rank among top-class minds.#CP
</p>
<a href="#"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/newtons.png">
<div class="layer">
<h4>Newton's Grand Contest 2021</h4>
<p>
Secured 1641 Rank among 20,000+ students.
</p>
<a href="#"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="codingprofiles">
<img src="images/Screenshot 2023-05-28 210601.png">
<div class="layer">
<h4>Leetcode</h4>
<p>
Solved 200+ problems. And I have accumulated numerous badges.
</p>
<a href="https://leetcode.com/UDAY_999/"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
</div>
<a href="#" class="btnn">See More</a>
</div>
</div>
<!-----------------------------------------portfolio--------------------------------------------------->
<div id="projects">
<div class="container">
<h1 class="sub-title">My <span>Projects</span></h1>
<div class="projects-list">
<div class="projects">
<img src="images/udayyyy.png">
<div class="layer">
<h4>Social Media Website</h4>
<p> Using HTML,CSS,JavaScript
Frameworks: React, NodeJs, CSS, MongoDB, ExpressJs
</p>
<a href="https://github.com/YuvarajMerugu/Social-Media-web-App"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="projects">
<img src="images/spotifyapp.png">
<div class="layer">
<h4>Spotify Clone</h4>
<p> I developed Music-App <i class="fa-solid fa-music fa-bounce" style="color: #00abf0;"></i> Using HTML, CSS, JavaScript.
</p>
<a href="https://uiverse.io/profile/udayuvraj"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
<div class="projects">
<img src="images/food1.png">
<div class="layer">
<h4>Food Delivery Website</h4>
<p>I developed Food-Delivery app for all users. Using HTML, CSS, JavaScript.
</p>
<a href="https://uiverse.io/profile/udayuvraj"><i class="fa-solid fa-up-right-from-square fa-flip"></i></a>
</div>
</div>
</div>
<a href="https://uiverse.io/profile/udayuvraj" class="btnn">See More</a>
</div>
</div>
<!-- -------------------------------contact------------------------------------>
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact <span>Me</span></h1>
<p> <i class="fa-sharp fa-solid fa-paper-plane fa-bounce" style="color: #00abf0; "></i>[email protected]</p>
<p> <i class="fa-brands fa-whatsapp fa-fade" style="color: #00abf0;"></i> <i class="fa-solid fa-square-phone fa-fade" style="color: #00abf0;"></i>+91 9550225365</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/uday-merugu-623041220/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://twitter.com/UdayMerugu31127"><i class="fa-brands fa-twitter" ></i></a>
<a href="https://medium.com/@20h51a04n7"><i class="fa-brands fa-medium" ></i></a>
<a href="https://instagram.com/uday_merugu009?igshid=MzNlNGNkZWQ4Mg=="><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/uday.merugu.16"><i class="fa-brands fa-facebook"></i></a>
</div>
<a href="images/UDAY_RESUME_p (1).pdf" download class="btnn btnn2">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="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<p> </p>
<button type="submit" class="btnn btnn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright © Uday Merugu.</p>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
var btns = document.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function() {
var currentBtn = document.getElementsByClassName("active-btn");
if (currentBtn.length > 0) {
currentBtn[0].classList.remove("active-btn");
}
this.classList.add("active-btn");
});
}
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");
}
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>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzIXuVWiXZA9VSfDI4zCI0o93VxsWurXCYmrVvSeB9cBc8vWoHDZzXiwQYkUlNg5PoXuA/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 Sucessfully"
setTimeout(function(){
msg.innerHTML= ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
<script>
var sidemenu = document.getElementById("sidemenu");
function openmenu(){
sidemenu.style.right ="0";
}
function closemenu(){
sidemenu.style.right ="-160px";
}
</script>
</body>
</html>