-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (68 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Angelas's Personal Site</title>
</head>
<body>
<table border="0" cellspacing="20">
<tr>
<td><img src="images/angelaprofile.jpg" alt="Angela Yu Profile Picture"></img></td>
<td><h1><a href="https://www.yahoo.com">Angela Yu</a></h1>
<p><em>Web Designer</em></p>
<p>My name is Angela and I am refreshing my HTML skills. I love coffee.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>School</li>
<li>Hard knocks</li>
</ul>
<a href="hobbies.html" download>My Hobbies</a>
<h4>Get in touch with Howie</h4>
<a href="contact.html">Go to my contact page</a>
<hr>
<h3>Work Experience</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Date</th>
<th>Work</th>
<th>Rating</th>
</tr>
</thead>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempa App</td>
<td>5 Stars</td>
</tr>
<tr>
<td>2010</td>
<td>Flew to Mars on a ship</td>
<td>3 Stars</td>
</tr>
</table>
<hr>
<table border="0" cellspacing="20">
<thead>
<tr>
<th><strong>Skills</strong></th>
</tr>
</thead>
<tr>
<td>Photoshop</td>
<td>★★★★☆</td>
<td>Illustrator</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Flame</td>
<td>★★★☆☆</td>
<td>After Effects</td>
<td>★★★☆☆</td>
</tr>
</table>
<!-- </center> -->
</body>
</html>