-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuda_p1.html
37 lines (33 loc) · 1007 Bytes
/
uda_p1.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
<html>
<head>
<title>Contact Me</title>
</head>
<body>
<img src="./Ananya1.jpg" height="150px" width="150px" style="border-radius:50%" >
<br><br>
<h1>Ananya Singh</h1>
<br>
Student at Kalinga Institute Of Industrial Technology.<br><br>
Second Year In Computer Science Engineering.<br><br>
Front End Web Developer. <br>
<hr>
<h3>Hobbies</h3>
<ul>
<li>Drawing</li>
<li>Playing Piano</li>
<li>Cooking</li>
</ul>
<h3>Skills</h3>
<table>
<tr cellspacing="80px" cellpadding="2px">
<td>HTML: 🔸🔸🔸🔸🔸</td>
<td>CSS: 🔸🔸🔸🔸</td>
</tr>
<tr cellspacing="80px" cellpadding="2px">
<td>JavaScript: 🔸🔸🔸</td>
<td>C: 🔸🔸🔸🔸</td>
</tr>
</table><br>
<a href="cntMe2.html" target="_blank">Contact Me</a>
</body>
</html>