Skip to content

Instantly share code, notes, and snippets.

@wombolo
Created April 27, 2017 14:04
Show Gist options
  • Save wombolo/ff202657eb2d5af12554e8faa63f5617 to your computer and use it in GitHub Desktop.
Save wombolo/ff202657eb2d5af12554e8faa63f5617 to your computer and use it in GitHub Desktop.
Codecademy code...
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' type='text/css' href='css/styles.css'>
</head>
<body>
<h1>Proficient in:</h1>
<div class='skillset'>
<div class='skill-html'>
<h1>HTML &amp; CSS</h1>
<p class='description'>
<div class='projects-button'>Recent Projects</div>
<ul class='projects'>
<li>Broadway</li>
<li>MOVE</li>
</ul>
</p>
</div>
<div class='skill-js'>
<h1>JavaScript</h1>
<p class='description'>
<div class='projects-button'>Recent Projects</div>
<ul class='projects'>
<li>Password Validator</li>
<li>Whale Talk</li>
</ul>
</p>
</div>
<div class='skill-jquery'>
<h1>jQuery</h1>
<p class='description'>
<div class='projects-button'>Recent Projects</div>
<ul class='projects'>
<li>Coming soon...</li>
</ul>
</p>
</div>
</div>
<script src='js/jquery.min.js'></script>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment