Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my resume #123

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search

Steve F!!!!!!

Github pages @ https://steve3424.github.io/assignment_html_resume/
157 changes: 157 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
<!DOCTYPE html>
<html>
<head>
</head>

<body>
<header>
<h1>Steven Frazee</h1>
<address>
655 Who knows Drive <br />
Robs River, TX 08444
</address>
<a href="mailto:stevefrazee@gmail.com">mail me</a>
<hr />
</header>

<section>
<h1>Career Goals</h1>
<p>
Web development is the first stop on a long journey for me. I hope to learn more computer and math skills in order to meaningfully contribute to an increasingly software dominated world.
</p>
</section>

<section>
<h1>Skills</h1>

<h2>Programming Languages</h2>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Javascript</li>
<li>Ruby</li>
<li>C++</li>
<li>Python</li>
</ul>
</ul>

<h2>Databases</h2>
<ul>
<li></li>
</ul>

<h2>Platforms</h2>
<ul>
<li></li>
</ul>

<h2>Version Control</h2>
<ul>
<li>Github</li>
</ul>

<h2>Operating Systems</h2>
<ul>
<li>Linux</li>
</ul>

<h2>Other Tools</h2>
<ul>
<li></li>
</ul>

<h2>Soft Skills</h2>
<ul>
<li>Problem solving</li>
<li>Communicating</li>
<li>Working with others</li>
</ul>
</section>

<section>
<h1>Work Experience</h1>
<table>
<thead>
<tr>
<th>Time</th>
<th>Name</th>
<th>Location</th>
<th>Title</th>
<th>Responsibilities</th>
<th>Contact Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jan 2014-Jan 2018</td>
<td>Moyer Brown</td>
<td>Toms River</td>
<td>Medical billing</td>
<td></td>
<td>999-999-9999</td>
</tr>
</tbody>
</table>
</section>

<section>
<h1>Education</h1>
<table>
<thead>
<tr>
<th>Time</th>
<th>School</th>
<th>Location</th>
<th>Major</th>
<th>Minor</th>
</tr>
</thead>
<tbody>
<tr>
<td>2011</td>
<td>OCC</td>
<td>Toms River</td>
<td>Lib Arts</td>
<td>none</td>
</tr>
</tbody>
</table>
</section>

<section>
<h1>Achievements</h1>
<ol>
<li>none</li>
</ol>
</section>

<section>
<h1>Hobbies And Interests</h1>
<ul>
<li>Eastern and Western philosophy</li>
<li>Psychology</li>
<li>Movement</li>
<li>Budgeting and money management</li>
<li>lucid dreaming</li>
</ul>
</section>

<section>
<p>
Available upon request
</p>
</section>

<footer>
<strong>
<h4>Steven Frazee</h4>
<address>
655 Who knows Drive <br />
Robs River, TX 08444
</address>
<a href="mailto:stevefrazee@gmail.com">mail me</a>
</strong>
</footer>

</body>
</html>