-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (68 loc) · 1.53 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
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>my website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://pbs.twimg.com/media/D5I6WXKUwAEO-mN.jpg:large" height="200" width="300"/></td>
<td><h1>human</h1>
<p>
<em>the founder of <strong>nothing</strong></em>
</p>
<p>
i am still studying , i like memes and anime
and watch youtube most of the time
</p></td>
</tr>
</table>
<hr />
<h3>Books and stuff</h3>
<ul>
<li>Physics</li>
<li>Chemistry</li>
<li>Biology</li>
<li>English</li>
</ul>
<h3>Work experience</h3>
<table border="1">
<thead>
<tr>
<th>date</th>
<th>work</th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
<tr>
<td>2011</td><td>nothing</td>
</tr>
<tr>
<td>2015</td><td>again nothing</td>
</tr>
</table>
<h3>Skills</h3>
<table border="1">
<tr>
<td>android development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>web development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<h3><a href="hobbies.html">hobbies</a></h3>
<a download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf" >download cheatsheet html</a>
<br>
<a href="contact-me.html">contact me</a>
</body>
</html>