forked from RedwoodShoresCyclingMeetup/civilized-century
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
142 lines (137 loc) · 5.13 KB
/
support.html
File metadata and controls
142 lines (137 loc) · 5.13 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en-us">
<head>
<title>Support | Civilized Century</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">
<span class="sr">Civilized Century</span>
<img src="images/logo.png" />
</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="route-75-100.html">Routes</a>
<a href="store.html">Store</a>
<a href="parking.html">Parking</a>
<a href="support.html" class="active">Support</a>
<a href="gallery.html">Gallery</a>
<a href="tips.html">Tips</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main">
<div class="inner">
<header class="major special">
<h1>Support</h1>
</header>
</div>
</section>
<section id="two" class="light-gray">
<div class="inner">
<article>
<header>
<h2>Rider Support</h2>
</header>
<p>Event is fully-ish supported by volunteers. Routes will be marked<img src="images/route-markers.png" /> in addition to cue sheets. Restroom facilities at every stop. Five rest-stops lightly stocked but count on water and single-serve packets of Liquid IV, PBnJ sandwiches, chips, energy bars, and fruit. HIGHLY RECOMMENDED TO HAVE BREAKFAST BEFORE THE EVENT.</p>
<p>
Email
<SCRIPT LANGUAGE="JavaScript">
user = 'redwoodshorescyclingmeetup';
site = 'gmail.com';
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
</SCRIPT>
to volunteer.
</p>
</article>
<article>
<div class="content">
<div class="image fit">
<img src="images/volunteers.jpg" alt="" />
</div>
</div>
</article>
</div>
</section>
<section id="one">
<div class="inner">
<article>
<div class="content">
<header>
<h2>SAG Support</h2>
</header>
<p>One SAG vehicle will sweep the North course (towards airport) and one the South course (towards Dumbarton). One-time sweep. Call the following numbers to be taken to the nearest rest-stop. SAG vehicles are NOT mechanics nor medics; can only offer air pump, spare tube, or transport. For a medical emergency, call 911.</p>
<ul>
<li>35/60: (555) 555-5555</li>
<li>75/100: (666) 666-6666</li>
</ul>
<p>Mike's Bikes will be providing mechanical support at the Start Line then later at the Dumbarton Reststop.</p>
</div>
</article>
</div>
</section>
<section id="two" class="light-gray">
<div class="inner">
<article>
<div class="content">
<header>
<h2>Hydrate, Hydrate, Hydrate</h2>
</header>
<p>"Hot enough for ya?" – be prepared for the heat:</p>
<ul>
<li>Sunscreen (including scalp)</li>
<li>Plenty of fluids with Liquid IV electrolytes</li>
<li>Look for the small cans of V8</li>
<li>Look for the salty snacks</li>
<li>Put ice in your water bottle at the rest-stops</li>
</ul>
<p>Clothing too hot? Drop in a bag at Oyster Pt, Clubhouse, or Dumbarton rest-stops. Mark with bib # <span style="color:red">AND PHONE #</span>. Pick up clothing at Event check-in site post-ride. Note: Clothing may arrive as late as <span style="color:red">4pm. And at your own risk!</span></p>
</div>
</article>
<article>
<div class="content">
<div class="image fit">
<img src="images/rest-stop.jpg" alt="" />
</div>
</div>
</article>
</div>
</section>
<section id="one">
<div class="inner">
<article>
<header>
<h2>Rider Safety</h2>
</header>
<p>All riders must wear a helmet. If by chance you forgot yours, don’t worry. Will be able to borrow a sweaty one.</p>
<p>RIDERS ARE STRONGLY ENCOURAGED TO FOLLOW ALL TRAFFIC LAWS. BE ADVISED — <a href="https://abc7news.com/new-california-laws-for-2016-government-on-earbuds-covering-both-ears-while-bike-a/1143846/"> RIDING WITH TWO EARBUDS IN IS AGAINST THE LAW.</a></p>
</article>
</div>
</section>
<!-- Footer -->
<section id="footer" class="houndstooth">
<div class="inner">
<p class="right">The "Civilized Century" is a cycling event organized by the <a href="https://www.meetup.com/Redwood-Shores-Cycling-Meetup/">Redwood Shores Cycling Meetup</a>.</p>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>