-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (63 loc) · 1.83 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>
<head>
<meta charset="utf-8">
<title>
Angela's Personal Site
</title>
</head>
<body>
<img src="https://files.worldwildlife.org/wwfcmsprod/images/Tiger_resting_Bandhavgarh_National_Park_India/hero_full/77ic6i4qdj_Medium_WW226365.jpg" alt="tiger">
<h1> Angela Yu </h1>
<p> <em>CEO of <a href="https://appbrewery.co">APP Brewry</a> </em> </p>
<hr>
<h3>Books and Expericne</h3>
<ul>
<li>The complete iOS App Bootcamp</li>
<li>The comple web boot camp</li>
</ul>
<h3> my hobbies </h3>
<ol>
<li>basketball</li>
<li><a href="https://www.youtube.com/watch?v=sy22nr0qfik">tennis</a> </li>
<li>ping pong</li>
<li><a href="contact.html">contact me</a></li>
</ol>
<hr>
<table>
<thead>
<tr>
<td>data</td>
<td>2</td>
<td>3</td>
</tr>
</thead>
<tbody>
new
</tbody>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempo App - make it longer</td>
<td>3</td>
</tr>
<tr>
<td>2011</td>
<td>cooker</td>
</tr>
</table>
<h3>Work Expericne</h3>
<p>engineer 2010-2020</p>
<p>2011 cooker</p>
<h3> skills</h3>
<table cellspacing="10">
<tr>
<td>Bootstrap</td>
<td>****</td>
</tr>
<tr>
<td>tennis</td>
<td>******</td>
</tr>
</table>
</body>
</html>