-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (61 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>😇Gargi's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQH7hWoWk4KPyA/profile-displayphoto-shrink_100_100/0/1641388978491?e=1651708800&v=beta&t=uPkX5GhmdNrwG5jWtI8txsen3e-R-s6MamgJrchVYb4" alt="Gargi's profile picture">
</td>
<td>
<h1>GARGI DHAWAN</h1>
<h2> Hello! Gargi Dhawan here.</h2>
</td>
</tr>
<hr>
</table>
<br>
<br>
I'm currently pursuing my BTech from <a href="https://nith.ac.in/">NIT,Hamirpur</a> in the <a href="https://en.wikipedia.org/wiki/Electronic_engineering"> electronics and communication</a> branch. I'm also a member of <a href="https://www.istenith.com/"> ISTE, Nith. </a>
A society that promotes technical education.
<br>
I am trying to grow and develop new skills as much as I can. So, let's walk together with love and peace and spread positivity.
<hr>
<h4>Education Qualification</h4><ul>
<table border="1">
<thead>
<tr>
<th>YEARS</th>
<TH>INSTITUTE</TH>
</tr>
</thead>
<tbody>
<TR><TD>2018-2020</TD>
<TD> <a href="http://davlkbshimla.org/"> D.A.V. Lakaar Bazaar Shimla, Himachal Pradesh</a></TD></TR>
<TR><TD>2021-Presently</TD>
<td> <a href="https://nith.ac.in/"> National Institute of Technology Hamirpur</a> </td></TR>
</tbody>
<tfoot>
</tfoot>
</table>
</ul>
<h4>Skills</h4>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Web_development">Web Development</a></li>
<li><a href="https://www.adobe.com/express/create/poster">Poster Design</a></li>
<li><a href="https://www.interaction-design.org/literature/topics/graphic-design#:~:text=Graphic%20design%20is%20a%20craft,to%20optimize%20the%20user%20experience.">Graphic Design</a></li>
</ul>
<h4>Tools and Technologies</h4>
<ul>
<li><a href="https://www.adobe.com/in/products/illustrator.html">Adobe Illustrator</a></li>
<li><a href="https://git-scm.com/">Git</a></li>
<li><a href="https://en.wikipedia.org/wiki/HTML5">HTML5</a></li>
</ul>
<h4>
<a href="CONTACT ME .HTML">Contact me</a> </h4>
<hr>
</body>
</html>