-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (51 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> 😍MY PERSONAL WEBSITE</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<table>
<tr >
<td class="hello"><img src="images/hetvi.jpg" alt="profile-pic"></td>
<td ><h1>HETVI PARIKH</h1>
🏡 Vadodara,India 390024<br>
<br>
📧 [email protected]</td>
</tr>
<tr>
<td class="hello"><h3>SUMMARY</h3></td>
<td ><ul>
<li>Dedicated towards my goals.</li>
<li>Passionate web developer.</li>
<li>Just Graduted</li>
</ul></td>
</tr>
<tr>
<td class="hello"><h3>SKILLS</h3></td>
<td > <ul>
<li>Relationship building</li>
<li>Research</li>
<li>Communication</li>
<li>Active Listener</li>
</ul>
</tr>
<tr>
<td class="hello"><h3>EDUCATION AND TRAINING</h3></td>
<td >Studied in <strong><a href="https://www.svitvasad.ac.in">SVIT<a></strong><br>
<b>B.TECH COMPUTER ENGINEERING</b></td>
</tr>
<tr>
<td class="hello"><h3>LANGUAGES</h3></td>
<td ><b> Hindi,Gujarati,English:first language</b></td>
</tr>
<tr >
<td class="hello"><h3>HOBBIES</h3></td>
<td ><ol> <li>Travelling</li>
<li>Coocking</li>
<li>Bike-riding</li></ol> </td>
</tr>
</table>
</body>
</html>