Skip to content

Instantly share code, notes, and snippets.

@nolds9
Created July 1, 2015 02:12
Show Gist options
  • Save nolds9/f508de235330f534ec90 to your computer and use it in GitHub Desktop.
Save nolds9/f508de235330f534ec90 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Nicholas Olds</title>
</head>
<body>
<header>
<h1>Nicholas Olds</h1>
<p>nolds9@yahoo | (410) 897-7223 | github.com/nolds9</p>
</header>
<main>
<h2>Education</h2>
<ul>
<li><h3>General Assembly</h3></li>
<li><h3>University of Denver</h3></li>
<li><h3>Universidad de Salamanca</h3></li>
</ul>
<h2>Professional Experience</h2>
<ul>
<li><h3>Blue Ribbon Leadership Search and Technology</h3></li>
<li><h3>Boys and Girls Club of America</h3></li>
<li><h3>Homes for America</h3></li>
<li><h3>United States Coast Guard</h3></li>
</ul>
<h2>Skills and Technologies</h2>
<ul>
<li>Web Development: Ruby and Ruby on Rails, HTML, CSS, JS</li>
<li>Database Management: Postgresl and SQL</li>
<li>Version Control: Git and Github</li>
</ul>
</main>
<footer>
<p>Nicholas Olds &copy;</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment