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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search
Build an HTML5 resume to jump start your job search.

# Marko
184 changes: 184 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
<!DOCTYPE html>

<html lang=en>

<head>

<meta charset="utf-8">
<title>Full Stack Developer</title>
<link rel="stylesheet" type="text/css" href="style.css">

</head>


<body><main>

<header>
<h1>Marko, Full-Stack Developer</h1>
<address>Internet</address>
<a href="mailto:markitoguzman2000@gmail.com">Email</a>
<hr></hr>
</header>

<section id="goals">

<h2>Goals</h2>
<p>I'm looking to get to the next level in my career by working in an environment where I can learn and receive feedback on my work. My main objective is to become a senior developer by honing my skills so I can get to help companies and startups shape the future of web applications while traveling the world.</p>

</section>

<section id="skills">
<h2>Skills</h2>

<h3>Programming Languages</h3>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript + jQuery</li>
<li>Ruby</li>
</ul>

<h3>Databases</h3>
<ul>
<li>SQLite3</li>
<li>MySQL</li>
</ul>

<h3>Platforms</h3>
<ul>
<li>Cloud9</li>
<li>Heroku</li>
</ul>

<h3>Version Control</h3>
<ul>
<li>Git</li>
</ul>

<h3>Operating Systems</h3>
<ul>
<li>Windows</li>
<li>Linux (mainly Debian-based distros)</li>
</ul>

<h3>Other Tools</h3>
<ul>
<li>Pivotal Tracker</li>
<li>Balsamiq</li>
<li>Adobe Photoshop + Illustrator</li>
<li>Krita</li>
<li>Blender</li>
</ul>

<h3>Soft Skills</h3>
<ul>
<li>Self-Motivated</li>
<li>Responsible</li>
<li>Team Player</li>
<li>Problem Solver</li>
<li>Flexible</li>
<li>Time Manager</li>
</ul>

</section>

<section id="Work Experience">
<h2>Work Experience</h2>

<table>
<thead>
<tr>
<th>Time</th>
<th>Name</th>
<th>Location</th>
<th>Position</th>
<th>Responsibilities</th>
<th>Contact Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013-2017</td>
<td>Freelance (Independent Contractor)</td>
<td>Online</td>
<td>Front-End Web Developer</td>
<td>Managing Front-End Projects, CSS, JSON APIs implementation and PSD to HTML convertions</td>
<td><a href="mailto:markitoguzman2000@gmail.com">Mail</a></td>
</tr>
</tbody>
</table>

</section>

<section id="education">
<h2>Education</h2>

<table>
<thead>
<tr>
<th>Time</th>
<th>School</th>
<th>Location</th>
<th>Degree</th>
<th>Minor</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017-2018</td>
<td>Viking Code School</td>
<td>Online</td>
<td>IMMERSIVE Program</td>
<td>Full-Stack Web Development</td>
</tr>
<tr>
<td>2014</td>
<td>General Assembly</td>
<td>Online</td>
<td>Dash Course</td>
<td>Front-End Web Development</td>
</tr>
<tr>
<td>2015</td>
<td>Free Code Camp</td>
<td>Online</td>
<td>Front-End Course</td>
<td>Frond-End Web Development</td>
</tr>
<tr>
<td>2015</td>
<td>Free Code Camp</td>
<td>Online</td>
<td>Back-End Course</td>
<td>Back-End Web Development</td>
</tr>
</tbody>
</table>

</section>

<section id="achievements></section>

<section id="hobbies">
<h2>Hobbies and Interests</h2>

<ul>
<li>Music & Sound Design</li> /*GH's syntax highlighter*/
<li>Open Source Projects</li> /*shows an error, check */
<li>Science and Education</li> /*encode format for the */
<li>Multiplayer Videogames</li> /*ampersand symbol. */
</ul>

</section>

<section id="references"></section>

<footer><strong>
<h3>Marko, Full-Stack Developer</h3>
<address>Internet</address>
<a href="mailto:markitoguzman2000@gmail.com">Email</a>
</strong></footer>

</main></body>

</html>