-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 1.52 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
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>❤️Ansh's Personal Site❤️</title>
</head>
<body>
<table cellspacing = "10">
<tr>
<td> <img src="Assets/ProfilePic.png" alt="Ansh's Profile Picture" height="200" width="200"></td>
<td>
<h1>Ansh Tyagi</h1>
<p><em>Founder and CMO at <strong><a href="https://terminalmicrocode.com/">Terminal Microcode</a></strong>.</em></p>
<br>
<p>Founder and CMO at Terminal Microcode, A 19'yo kid who loves just watching tutorials but not implementing them.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>St Joseph's Academy</li>
<li>CCDPS</li>
<li><a href="https://christuniversity.in/">Christ University</a></li>
</ul>
<hr>
<h3>Word Experience</h3>
<table cellpadding = "10">
<thead>
<tr cellspacing= "5">
<th>Date</th>
<th>Works</th>
</tr>
</thead>
</table>
<table>
<tbody>
<tr>
<td>2018-2019</td>
<td>Freelancer</td>
</tr>
<tr>
<td>2020</td>
<td>CMO@terminalmicrocode</td>
</tr>
</tbody>
</table>
<hr>
<h3>SKILLS</h3>
<table cellpadding = "10">
<tr>
<td>Web Dev</td>
<td>😒😒😒</td>
</tr>
<tr>
<td>App Dev</td>
<td>😒😒</td>
</tr>
<tr>
<td>English</td>
<td>😒</td>
</tr>
</table>
<a href="MyHobbies.html">My Hobbies</a>
<a href="ContactMe.html">Contact Me</a>
<hr>
</body>
</html>