-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.83 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- template edited by Tom Potter -->
<head>
<title>COGS - Cyclists of Greater Seattle</title>
<meta http-equiv="Content-Language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href="COGSContentPages/COGSStyle.css" media="screen" />
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/COGS.js"></script>
</head>
<body>
<div id="wrap">
<div id="COGSHeader"></div><script type="text/javascript">loadCOGSHeader()</script>
<div id="COGSMenu"></div><script type="text/javascript">loadCOGSMenu()</script>
<div id="content">
<div class="right">
<h2 style="text-align:center">Riding for Fun, Friends, and Adventure.</h2><br />
<p>
C.O.G.S. is a Seattle Area cycling club with great rides, fun people and social events. We offer terrific bike riding opportunities
through out the year. C.O.G.S. is distinguished from other clubs in how we develop camaraderie and friendships through biking. This
includes social events with a focus on cycling and good
times. With about 120 members, we are small enough to get to know one another through
rides and social activities. Become a member of C.O.G.S. and you will gain friends, get fit, become a better cyclist and enjoy being outdoors in the beautiful Pacific Northwest.
</p>
<p> </p>
<p>We offer several kinds of rides that range from upper end training rides for the Pacific Northwest's popular and challenging RAMROD, STP/Seattle to Portland, or RAPSody, to mid-range recreational rides and social rides for just getting outside and having fun. Our rides and activities include:
</p>
<ul>
<li>Regularly scheduled weekend day rides in Seattle and neighboring Counties. </li>
<li>Regularly scheduled week night exercise rides. </li>
<li> Spring, Summer and Fall Weekend Getaways to places like the Yakima Valley, Birch Bay, San Juan Islands and Centralia.</li>
<li>Club meetings with opportunities to meet with other members and see interesting presentations. </li>
<li>C.O.G.S. Members email list that is exclusively for members of the Club. <br />
Keep informed of new trips and rides, club news and contact other members.
</li>
<li>Other Social Events </li>
</ul><br />
</div>
<div class="left">
<div id="COGSLeft"></div><script type="text/javascript">loadCOGSLeft()</script>
</div>
<div style="clear: both"> </div>
</div>
</div>
<div id="footer">
<div id="COGSFooter"></div><script type="text/javascript">loadCOGSFooter()</script>
</div>
</body>
</html>