Skip to content

Instantly share code, notes, and snippets.

Created May 15, 2014 15:34
Show Gist options
  • Save anonymous/658db963b29ab5c9f534 to your computer and use it in GitHub Desktop.
Save anonymous/658db963b29ab5c9f534 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cheryl Malik | Food Photographer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans:300,300italic,600,600italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>cheryl malik</h1>
<h2>food photographer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" class="selected">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<ul id="gallery">
<li>
<a href="img/chimichurri-3.jpg">
<img src="img/chimichurri-3.jpg" alt="Chimichurri">
<p>Chimichurri.</p>
</a>
</li>
<li>
<a href="img/raw-salted-caramel-dip-5.jpg">
<img src="img/raw-salted-caramel-dip-5.jpg" alt="Raw salted caramel dip.">
<p>Raw salted caramel dip.</p>
</a>
</li>
<li>
<a href="img/red-wine-braised-chicken-4.jpg">
<img src="img/red-wine-braised-chicken-4.jpg" alt="Red-Wine-Braised Chicken">
<p>Red-Wine-Braised Chicken.</p>
</a>
</li>
<li>
<a href="img/mashed-potato-soup-with-tarragon-overhead-1.jpg">
<img src="img/mashed-potato-soup-with-tarragon-overhead-1.jpg" alt="Mashed potato soup with tarragon.">
<p>Mashed potato soup with tarragon.</p>
</a>
</li>
<li>
<a href="img/chocolate-avocado-mousse-3.jpg">
<img src="img/chocolate-avocado-mousse-3.jpg" alt="Chocolate avocado mousse.">
<p>Chocolate avocado mousse.</p>
</a>
</li>
</ul>
</section>
<footer>
<a href="http://twitter.com/thestylistquo"><img src="img/twitter-wrap.png" alt="Twitter Logo"></a>
<a href="http://facebook.com/thestylistquo"><img src="img/facebook-wrap.png" alt="Facebook Logo"></a>
<p>&copy; Cheryl Malik 2014</p>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment