-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 2.79 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vedanth Chinta</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="topContainer">
<img class="topcloud"src="images/cloud.png" alt="could-pic">
<h1>I'm Vedanth Chinta,</h1>
<p class="pro">An undergrad studying Computer Science at UMass Amherst. I'm an avid Tech enthusiast, Problem-Solver, Coder. Always looking to learn and get involved!</p>
<img class="bottomcloud"src="images/cloud.png" alt="could-pic">
<img src="images/mountain.png" alt="mountain-pic">
</div>
<div class="middleContainer">
<div class="profile">
<img src="https://media-exp1.licdn.com/dms/image/C4E03AQG01sIk_eIPzw/profile-displayphoto-shrink_100_100/0?e=1606953600&v=beta&t=-93mmlZ5l1mIIkAWPetfRApzaSln6GEoLJO6UmbOye4" alt="My-pic">
<h2>Hey!</h2>
<p class="intro">Welcome to my website. Scroll down to get to know me</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="programming" src="https://th.bing.com/th/id/OIP.tYag4nHOmeunNwVtk3Yi1gHaEX?w=294&h=180&c=7&o=5&dpr=1.5&pid=1.7" alt="programming-pic">
<h3>Programming</h3>
<p>I am proficient in several languages such as Java, SQL, MongoDB, Python, HTML, CSS, JavaScript. I'm also familiar with several frameworks & tools such as Java Collections, MySQL, Bootstrap, NodeJS, Express, Bash, Git. </p>
</div>
<div class="skill-row">
<img class="Sports" src="https://th.bing.com/th/id/OIP.AmpnOn7Pv2V6lyhZonWuYAHaC5?w=331&h=136&c=7&o=5&dpr=1.5&pid=1.7" alt="Sport-pic">
<h3>Sports</h3>
<p>I'm a huge sports fanatic. Be it just watching my favorite players on the TV or me playing. I play chess; International FIDE rated player. I also actively play chess, soccer & badminton</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Feel free to contact me</h3>
<p class="contact-message">I'd love to connect with you and talk more about Computer Science, my passion, hobbies or just anything!</p>
<a class="myButton" href="mailto:vchinta@umass.edu">CONTACT ME</a>
</div>
</div>
<div class="bottomContainer">
<a class="footer-link" href="https://www.linkedin.com/in/vedanthchinta/">LinkedIn</a>
<a class="footer-link" href="https://www.hackerrank.com/vedanth_chinta">HackerRank</a>
<a class="footer-link" href="https://github.com/VedanthChintaWebsite">Github</a>
<p class="copyright">© Vedanth Chinta.</p>
</div>
</body>
</html>