Skip to content

Instantly share code, notes, and snippets.

@cwake
Last active March 5, 2017 01:50
Show Gist options
  • Save cwake/fcd0439684147f8a103465ece427f9ba to your computer and use it in GitHub Desktop.
Save cwake/fcd0439684147f8a103465ece427f9ba to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link href="BirdOnAWireEspresso.jpg" rel="shortcut icon">
<title> Bird on a Wire Espresso </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href= "BirdStyle.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" type="text/css" href="NavBar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1> Bird on a Wire Espresso</h1>
<ul class="sidenav">
<li><a class="active" href="BirdHome.html">Home</a></li>
<li><a href="BirdPhotos.html">Photos</a></li>
<li><a href="ContactBird.html">Contact</a></li>
<li><a href="BirdAbout.html">About</a></li>
<li><a href="BirdCalendar.html">Events</a></li>
</ul>
<div class="content">
<h2>Welcome to your friendly, local coffee shop!</h2>
<p>Bird on a Wire is your friendly local coffee shop. Whether it's coffee, tea, pastries or a delicious sammy, you'll fall in love with us.Come visit one of our two locations in the West Seattle area to try our goodness for yourself.
</p>
<p>
<!-- enter content here-->
</p>
</div>
<a href="https://www.facebook.com/birdonawireespresso/" class="fa fa-facebook"></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment