-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (79 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Varshith Muppinidi</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/android-chrome-192x192.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<div class="div1">
<h1>I'm Varshith </h1>
<p class="top">Student at VIT-AP University</p>
<p class="top1">Team member of Digital partner Department in <a href="https://csivitap.co.in/">Computer Society of India.</a></p>
</div>
<div class="div2">
<h2 class="skill">My Skills and Hobbies</h2>
<img class = "code" src="https://trio.dev/static/46a74b0f7c9b47353ea207a29731bc51/263a75529a1752b75d64f9f21fd07c92.jpg" alt="code-gif">
<h3>Programming</h3>
<p class="top2">I am very much interested in Programming and currently i am learning <strong>Web Development</strong><img src="https://img.icons8.com/external-kiranshastry-lineal-color-kiranshastry/64/000000/external-web-development-coding-kiranshastry-lineal-color-kiranshastry.png"/> and <strong>Python</strong></p>
</div>
<hr>
<div class="div3">
<img class = "volley" src="https://image.freepik.com/free-vector/volleyball-abstract-concept-vector-illustration-beach-volleyball-competition-recreational-sport-professional-team-equipment-college-tournament-watch-world-championship-abstract-metaphor_335657-4286.jpg" alt="volley-img">
<h3 class="volley1">Volleyball</h3>
<p class="top2">I love volleyball the most among all other games and after that i like Badminton and also like video games too. My most favorite video game is <strong><a href="https://www.epicgames.com/store/en-US/p/snowrunner">Snowrunner.</a></strong></p>
<br>
<br>
</div>
<hr>
<div>
<img class = "tv" src="https://image.freepik.com/free-vector/people-watching-movie-home-tv_23-2148557295.jpg" alt="movie-gif">
<h3>Watching movies</h3>
<p class="top2">I am fond of watching TV, movies and series and also i am not interested in watching sports and games except Volleyball and Badminton</p>
<hr>
</div>
<div class="div5">
<h2>My Education</h2>
<img class = "edu" src="334.jpg" alt="education-gif">
<ul>
<li>I completed my schooling in Ongole, Prakasam District.</li>
<li>I did my +2 in Vijayawada. </li>
<li>Now i am pursuing my undergraduate in <strong><a href="https://vitap.ac.in/">VIT-AP</a></strong> University</li>
</ul>
<br>
<br>
<br>
</div>
<hr id="2">
<div class="div9">
<div class="div6">
<table cellspacing = 0>
<tr>
<td><a href="https://www.instagram.com/varshith_muppinidi/"><img class = "insta"src="instagram.png" alt="instagram"></a></td>
<td><a href="https://www.instagram.com/varshith_muppinidi/">Instagram</a></td>
</tr>
</table>
</div>
<div class="div7">
<table cellspacing = 0>
<tr>
<td><a href="https://github.com/Varshith3"><img class = "git"src="github.png" alt="Github"></a></td>
<td><a href="https://github.com/Varshith3">Github</a></td>
</tr>
</table>
</div>
<div class="div8">
<table cellspacing = 0>
<tr>
<td><a href="https://www.linkedin.com/in/varshith-muppinidi-9573771ba/"><img class = "linkedin"src="linkedin.png" alt="Linkedin"></a></td>
<td><a href="https://www.linkedin.com/in/varshith-muppinidi-9573771ba/">Linkedin</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>