Skip to content

Instantly share code, notes, and snippets.

@cwake
Created March 5, 2017 01:58
Show Gist options
  • Save cwake/677ffabae179fc937de3806e5f0e2cf8 to your computer and use it in GitHub Desktop.
Save cwake/677ffabae179fc937de3806e5f0e2cf8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link href="BirdOnAWireEspresso.jpg" rel="shortcut icon">
<title> Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href= "BirdStyle.css">
<link rel="stylesheet" href="/lib/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" type="text/css" href="NavBar.css">
<meta charset="utf-8" />
<title>Calendar</title>
<link rel="stylesheet" href="calendar.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
</style>
</head>
<body>
<h1> What's happening at the Bird:</h1>
<div id="cal">
<div class="header">
</div>
<table id="days">
</table>
<div id="cal-frame">
</div>
</div>
<ul class="sidenav">
<li><a class="active" href="BirdHome.html">Home</a></li>
<li><a href="#news">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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment