Last active
December 20, 2015 05:59
-
-
Save austinteer/6082631 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>scaffold</title> | |
<link rel="stylesheet" href="stylesheets/style.css"> | |
</head> | |
<body> | |
<div class="wrapper"> | |
<div class="island greybox greybox--medium header"> | |
<div class="grid"> | |
<div class="grid__item one-third head-img"> | |
<img src="img/NanotheCarrot.jpg" alt=""> | |
<!-- an image goes here, but, this is a gist and their size is 250x250 --> | |
</div><!-- | |
--><div class="grid__item two-thirds"> | |
<header> | |
<h1>Header</h1> | |
<h5>Payoff</h5> | |
</header> | |
</div> | |
</div> | |
</div> | |
<div class="grid"> | |
<div class="grid__item one-third"> | |
<ul class="nav nav--stacked greybox"> | |
<li><a href="#">Hola</a></li> | |
<li><a href="#">Como</a></li> | |
<li><a href="#">Estas</a></li> | |
</ul> | |
</div><!-- | |
--><div class="grid__item two-thirds"> | |
<div class="island greybox greybox content"> | |
Contenido | |
</div> | |
</div> | |
</div> | |
</div> <!-- //wrapper --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment