Skip to content
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search
Angel Barranco
124 changes: 124 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Angel Barranco | Web Developer</title>
</head>
<body>
<header>
<h1>Angel Barranco | Web Developer</h1>

<address> <a href="mailto:abarranco650@gmail.com">Abarranco650@gmail.com</a> </address>
<address>26648 Avenue 18 1/2, Madera,CA 93638</address>
<hr>
</header>

<section>
<h2>Goals</h2>
<p>My main goal is to learn the front and backend of web development and then use it to be able to make functional and beauitful websites. I would love to be able to work in a startup along with other coders and get a big project up and running.</p>
</section>

<section>
<h2>Skills</h2>
<h4>Programming Languages</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Ruby</li>
<li>Javascript</li>
</ul>
<h4>Databases</h4>
<ul>
<li>MySQL</li>
</ul>
<h4>Platforms</h4>
<ul>
<li>WordPress</li>
<li>PHP</li>
</ul>
<h4>Version Control</h4>
<ul>
<li>Git</li>
</ul>
<h4>Operating Systems</h4>
<ul>
<li>MacOS</li>
<li>Linux</li>
<li>Windows</li>
</ul>
<h4>Other Tools</h4>
<ul>
<li>SketchApp</li>
<li>PhotoShop</li>
<li>UXPin</li>
<li>InVision</li>
</ul>
</section>
<section>
<h2>Work Experience</h2>
<table style="width:50%">
<tr>
<th>Company</th>
<th>Location</th>
<th>Title</th>
<th>Time on Job</th>
<th>Contact</th>
</tr>
<tr>
<td>BJ's Restaurant</td>
<td>Fresno, CA</td>
<td>Server</td>
<td>3 Years</td>
<td>(310)743-2704</td>
</tr>
</table>
</section>
<section>
<h2>Education</h2>
<table style="width:50%">
<tr>
<th>School</th>
<th>Time</th>
<th>Location</th>
<th>Degree or Certificate</th>
</tr>
<tr>
<td>CareerFoundry</td>
<td>1 year</td>
<td>Remote</td>
<td>User Interface Designer</td>
</tr>
</table>
</section>
<section>
<h2>Achievements</h2>
<ul>
<li>Varsity Soccer Captain</li>
<li>4.0 GPA Student Certificate</li>
</ul>
</section>
<section>
<h2>Hobbies and Interests</h2>
<ul>
<li>Video Games</li>
<li>Soccer</li>
<li>Game of Thrones</li>
<li>Bartending</li>
</ul>
</section>
<section>
<h2>References</h2>
<p>Available upon Request</p>
</section>

<hr>
<footer>
<strong>
<p>Angel Barranco | Web Developer</p>

<address> <a href="mailto:abarranco650@gmail.com">Abarranco650@gmail.com</a> </address>
<address>26648 Avenue 18 1/2, Madera,CA 93638</address>
</strong>
</footer>
</body>
</html>