-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.09 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vedant Personal Site</title>
</head>
<body style="background-color: powderblue;">
<table cellspacing="20">
<tbody>
<tr>
<td>
<img src="images/ved_image1.png" alt="vedant profile picture" height="200">
</td>
<td>
<h1>Vedant Kolhe</h1>
<p><em>Student at </em><strong><a href="https://www.vit.edu/">Vishwakarma Institute of Technology</a>,
Pune.</strong></p>
<p>I am a web developer. I love to play Badminton</p>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>My Education</h3>
<ul>
<li>SSGM English School, Shegaon.</li>
<li>Babasaheb Utangale College of Science and Technology, Akola.</li>
<li>Vishwakarma Institute of Technology, Pune.</li>
</ul>
<h3>My Hobbies</h3>
<ol>
<li>Badminton</li>
<li>Traveling</li>
</ol>
<hr>
<h3><a href="contact-me.html">Contact Me</a></h3><br>
<h3><a href="form.html">Please Fill the form.</a></h3>
</body>
</html>