Skip to content

Instantly share code, notes, and snippets.

@amymartins
Created April 15, 2012 17:26
Show Gist options
  • Save amymartins/2394015 to your computer and use it in GitHub Desktop.
Save amymartins/2394015 to your computer and use it in GitHub Desktop.
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="main.css"/>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="wrapper">
<div class="header">
<img id="logo" src="/images/orangelogo.jpg" alt="orangelogo"/>
<a href="url">Home</a>
<a href="url">Services</a>
<a href="url">About</a>
<a href="url">Contact</a>
</div>
<div class="feature">
<div class="feature-content">
<h1>your title goes here</h1>
<h2>subtitle goes here</h2>
<p>Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard
</p>
</div>
</div>
<div class="main">
<form class="contact">
<div class="form_row">
<label for="name">Name: </label><input type="text" name="name" />
</div>
<div class="form_row">
<label for="email">Email: </label><input type="text" name="email" />
</div>
<div class="form_row">
<label for="comment">Comment: </label><textarea name="comment" />
</textarea>
</div>
<input type="submit" name="submit" value="contact" />
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment