forked from isaaclloyd/troop936
-
Notifications
You must be signed in to change notification settings - Fork 0
/
varsity_patrol.html
52 lines (48 loc) · 2.12 KB
/
varsity_patrol.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
<!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><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>Whale Varsity Patrol</h1>
<p>The Varsity patrol is for ages 14-15. Meetings are usually on Wensdays at 7:00 and for campouts the Varsity Patrol either tags along with the younger scouts or goes on their own campout. The Varsity Patrol recently finished working on the <a href="https://meritbadge.org/wiki/index.php/Cooking">Cooking</a> merit badge.</p>
</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>