<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<title>yellowfoxco</title>
<link rel='stylesheet' type='text/css' href='style.css' />
</head>
<body>
<header>
<h1>YELLOWFOXCO</h1>
<img src='logo.jpg' alt='Logo' />
<nav>
<a href='https://etsy.com/shop/YELLOWFOXCO'>Shop</a>
<a href='#connect'>Connect</a>
<a href='https://yellowfoxco.tumblr.com'>Blog</a>
</nav>
</header>
<main>
<h2 id='connect'>PASSION • MEETS • DESIGN</h2>
<p>
YELLOWFOXCO was created for the creative. Turning home decor
into a passion and letting inspiration unfold. Working hard &
getting our hands dirty is what we do, design is what we love.
We are the wild creative type, and so are our customers. We
design for you in mind, making your dream home come true.
</p>
<img src='shelf.jpg' alt='Shelf' />
<p>
You can view our work on our
<a href='https://etsy.com/shop/YELLOWFOXCO'>Etsy</a>
shop. We write on
<a href='https://yellowfoxco.tumblr.com'>Tumblr</a>
and post photos to
<a href='https://instagram.com/yellowfoxco/'>Instagram</a>
You can also find us on
<a href='https://facebook.com/YellowFoxCo'>Facebook</a>.
</p>
<p>
We often make custom orders. If you've got an idea,
send us an <a href='mailto:emily@yellowfoxco.com'>email</a>
to get in touch. You can also use the following form:
</p>
<form action='http://formspree.io/nathaniel@ixtech.net' method='POST'>
<input type='text' name='name' placeholder='Your Name' />
<input type='email' name='_replyto' placeholder='Email Address' />
<textarea placeholder='Tell us about your project!' rows='5'>
</textarea>
<input id='submit' type='submit' value='Send' />
</form>
</main>
<footer>
©
2016
YELLOWFOXCO
</footer>
</body>
</html>