Skip to content

Instantly share code, notes, and snippets.

@JakeKalkman
Created February 6, 2019 23:49
Show Gist options
  • Save JakeKalkman/feaa06bfd5873d5790911176e77f858c to your computer and use it in GitHub Desktop.
Save JakeKalkman/feaa06bfd5873d5790911176e77f858c to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<h1> Keelin Hollywood </h1>
<p> This website will show my occupational experience. </p>
<table border="1">
<tr>
<th colspan="3">Employment History</th>
</tr>
<tr>
<th>Employer</th>
<th>Job Title</th>
<th>Date</th>
</tr>
<tr>
<td>Sperrin Construction</td>
<td>Laborer</td>
<td>June 2017- August 2017</td>
</tr>
<tr>
<td>Sperrin Construction</td>
<td>Laborer</td>
<td>June 2018- August 2018</td>
</tr>
</table>
<h2> Education: </h2>
<p> High School </p>
<a href="https://prhs.pearlriver.org" target="_blank">Pearl River High School</a>
<p> College </p>
<a href="https://www.albany.edu" target="_blank">University At Albany</a>
<h2> Skills: </h2>
<ul>
<li> Great Communication </li>
<li> Teamwork </li>
<li> Problem Solving Skills </li>
<li> Clearly fFollow Instruction </li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment