forked from RedwoodShoresCyclingMeetup/civilized-century
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtips.html
141 lines (137 loc) · 5.52 KB
/
tips.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
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
<!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>Gallery | 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="stylesheet" href="assets/css/gallery.css">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="assets/css/baguetteBox.css">
</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="parking.html">Parking</a>
<a href="support.html">Support</a>
<a href="gallery.html">Gallery</a>
<a href="tips.html" class="active">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>Training Tips and Inspiration</h1>
</header>
</div>
</section>
<section id="two">
<div class="inner">
<article>
<div class="content">
<header class="major special">
<h2>Inspiration</h2>
</header>
<p>Ride a Century on a Budget:</p>
<iframe width="100%" height="340px" src="https://www.youtube.com/embed/RGwSumQTNXE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</article>
<article class="achievements">
<div class="content">
<header class="major special">
<h2>Achievements</h2>
</header>
<p>The Civilized Century is a Tour, not a race. However we like to acknowledge exceptional feats.</p>
<table>
<tr>
<th>Year</th>
<th>Rider</th>
<th>Rolling Time</th>
</tr>
<tr>
<td>2022</td>
<td>
<a href="assets/photos/achievements/2022_AldrinDionisio.jpg" class="lightbox image" data-group="achievements">
<img alt="Photo of Aldrin 'Buzz' Dionisio" src="assets/photos/achievements/2022_AldrinDionisioThumb.webp"/>
</a>
Aldrin "Buzz" Dionisio
</td>
<td>5:39</td>
</tr>
<tr>
<td>2021</td>
<td>
<a href="assets/photos/achievements/2021_GiulioGratta.jpg" class="lightbox image" data-group="achievements">
<img alt="Photo of Giulio Gratta" src="assets/photos/achievements/2021_GiulioGrattaThumb.webp"/>
</a>
Giulio Gratta
</td>
<td>6:24</td>
</tr>
<tr>
<td>2020</td>
<td>
<a href="assets/photos/achievements/2021_GiulioGratta.jpg" class="lightbox image" data-group="achievements">
<img alt="Photo of Giulio Gratta" src="assets/photos/achievements/2021_GiulioGrattaThumb.webp"/>
</a>
Giulio Gratta
</td>
<td>6:01</td>
</tr>
</table>
</div>
</article>
</div>
</section>
<section id="one" class="light-gray">
<div class="inner">
<article>
<div class="content">
<header class="major special">
<h2>Training Tips</h2>
</header>
<p>Here are some preparation and execution (no pun intended) tips for those embarking on their first Century. Yay! Let’s keep it simple.</p>
<p>Spend some time in the weeks prior building up your mileage and becoming acquainted with your equipment. If you are able to ride 60 miles the week before the event without your derriere and shoulders causing major discomfort, you are ready. The main thing is knowing how your body will react and solving any discomfort issues. You not only want to finish the ride – you don’t want the ride to finish you.</p>
<p>Pace yourself. Find someone riding along at your pace and pal together. Forget the hares – turtle along. Moderate pace and steady.</p>
<p>“Pee first, yak second” – minimize time in the rest-stops. Plan to get in and out in ten minutes which of course will turn into fifteen. And remember A.B.E. – Always Be Eating. Your body will thank you towards the end. Plus - drink so you can do the pee thing.</p>
<p>That’s it! – Eat, Drink, Pace Yourself, and Move with a Purpose. Oh, and smell the roses and enjoy the views. And if there are no pictures, it didn't happen!</p>
</div>
</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>
<script src="assets/js/baguetteBox.js" async></script>
<script src="assets/js/highlight.min.js" async></script>
<script>
window.onload = function() {
baguetteBox.run('.achievements', { loop: true });
};
</script>
</body>
</html>