forked from isaaclloyd/troop936
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
53 lines (49 loc) · 2.61 KB
/
calendar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML>
<html>
<head>
<title>Troop 936</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">Troop<span class="logo_colour">936</span></a></h1>
<h2>Livermore, California</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="patrols.html">Patrols</a></li>
<li><a href="photos.html">Photos</a></li>
<li class="selected"><a href="calendar.html">Calendar</a></li>
<li><a href="inventory.html">Inventory</a></li>
<li><a href="leadership_positions.html">Leadership</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<!-- insert your sidebar items here -->
</div>
<div id="content">
<!-- insert the page content here -->
<h1>Calendar</h1>
<p>This is a calendar for troop events. Troop-wide events will appear in yellow, 12-13 yr old events will appear in blue, 14-15 yr old events will appear in green, and 16+ yr old events will appear in red.</p>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=kdtu0hg0q9730fpdrv0815nfe0%40group.calendar.google.com&color=%23AB8B00&src=idjd4mgdagelr49i1aql8drkek%40group.calendar.google.com&color=%2329527A&src=bkof8b7nt6mqhvkv91h0sm6pk8%40group.calendar.google.com&color=%232F6309&src=neb0mc32t9qpc2e8vutm48ik04%40group.calendar.google.com&color=%23A32929&ctz=America%2FLos_Angeles" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
Copyright © colour_green | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">Website templates</a>
</div>
</div>
</body>
</html>