Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2014 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cc959573a6ea1074fae4 to your computer and use it in GitHub Desktop.
Save anonymous/cc959573a6ea1074fae4 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">
<link rel="stylesheet" href="css/responsive.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">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html" class="selected">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section id="primary">
<h3>General Information</h3>
<p>I'm available to add new design &amp; marketing clients. Please get in touch to share your project details!</p>
<p>Please only use phone contact for urgent inquiries.</p>
<p>Otherwise, Twitter and email are the best way to reach me.</p>
</section>
<section id="secondary">
<h3>Contact Details</h3>
<ul class="contact-info">
<li class="phone"><a href="tel:6283699">628-3699</a></li>
<li class="mail"><a href="mailto:cheryl@cherylmalik.com">cheryl@cherylmalik.com</a></li>
<li class="twitter"><a href="http://twitter.com/intent/tweet?screen_name=thestylistquo">@thestylistquo</a></li>
</ul>
</section>
<footer>
<a href="http://twitter.com/thestylistquo"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<a href="http://facebook.com/thestylistquo"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></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