Skip to content

Commit fd7652e

Browse files
authored
Create index.html
1 parent 6348d3f commit fd7652e

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

index.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
6+
<title>Jacob Personal Site</title>
7+
</head>
8+
<body>
9+
<table cellspacing=20>
10+
<tr>
11+
<td><img src="yu.png" alt="angela profile picture"></td>
12+
<td><h1>Jacob Script</h1>
13+
<p><em>Owner of ifox domain at <strong><a href="http://ifox.awardspace.info/pattern/">awardspace hosting provider</a></strong></em>.</p>
14+
<p>I am a JS Programmer, Web Developer, and Designer.</p></td>
15+
</tr>
16+
</table>
17+
18+
19+
<hr>
20+
<h3>Highlights</h3>
21+
<ul>
22+
<li>Quick to learn and enthusiastic</li>
23+
<li>Willing to learn new skills as needed</li>
24+
</ul>
25+
<hr>
26+
<h3>Work experience</h3>
27+
<table cellspacing="10">
28+
<thead>
29+
<tr>
30+
<th>Dates</tdh>
31+
<th>Work</tdh>
32+
</tr>
33+
</thead>
34+
<tbody>
35+
<tr>
36+
<td>2013-2019</td>
37+
<td>Programmer at Complex Systems</td>
38+
</tr>
39+
<tr>
40+
<td>2012-2013</td>
41+
<td>Senior Designer at Complex Netpaper</td>
42+
</tr>
43+
<tr>
44+
<td>2011-2012</td>
45+
<td>Lecturer at Complex College</td>
46+
</tr>
47+
</tbody>
48+
<tfoot>
49+
50+
</tfoot>
51+
52+
</table>
53+
<hr>
54+
<h3>Skills</h3>
55+
<table cellspacing="10">
56+
<tr>
57+
<td>JavaScript Programming</td>
58+
<td>⭐⭐⭐⭐⭐</td>
59+
</tr>
60+
<tr>
61+
<td>Web Development</td>
62+
<td>⭐⭐⭐⭐</td>
63+
</tr>
64+
<tr>
65+
<td>Photography</td>
66+
<td>⭐⭐⭐</td>
67+
</tr>
68+
</table>
69+
<hr>
70+
<a href="hobbies.html">My Hobbies</a>
71+
<a href="contact-me.html">Contact me</a>
72+
</body>
73+
</html>

0 commit comments

Comments
 (0)