-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (58 loc) · 1.43 KB
/
index.html
File metadata and controls
69 lines (58 loc) · 1.43 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Chandan's Personal Blog</title>
</head>
<body>
<img src="chk.png" alt="Chandan's profile picture">
<h1> Chandan's Blog</h1>
<p><em>hi, i'm </a> <strong><a href="https://twitter.com/home">Chandan </a> </strong> learning and trying to build a cool website</em></p>
<hr>
<p>Tech Known-</a></p>
<ul>
<li><a href="https://www.google.com/search?q=html&sxsrf=ALeKk00giL_qXFCNtWbgfCKbqpfad7cRBA:1618422182430&source=lnms&tbm=isch&sa=X&ved=2ahUKEwi10Z66pP7vAhUhxTgGHX5OBYIQ_AUoAXoECAEQAw&biw=1318&bih=667#imgrc=O2LAft90i-2uhM">html</a></li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<a href="Myhobbies.html">My hobbies</a>
<hr>
<h3>Work Experience</h3>
<table cellspacing = "10">
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020</td>
<td>E-yantra</td>
</tr>
<tr>
<td>2019</td>
<td>Music Production</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>React</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTMl</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Github</td>
<td>⭐⭐</td>
</tr>
</table callsspacing="10">
</body>
</html>