-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtss_bike_Fatonie.html
143 lines (133 loc) · 4.42 KB
/
tss_bike_Fatonie.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
142
143
<!doctype html>
<html>
<head>
<!--
New Perspectives on HTML5 and CSS3, 7th Edition
Tutorial 2
Tutorial Case
TSS Cycling Class
Author: Fatonie, Muhammad
Date: 10/10/2020
Filename: tss_bike.html
-->
<meta charset="utf-8" />
<title>TSS Cycling Class</title>
<link href="tss_layout.css" rel="stylesheet" />
<link href="tss_styles_Fatonie.css" rel="stylesheet" />
</head>
<body>
<header>
<img src="tss_logo.png" alt="Tri and Succeed Sports" />
</header>
<nav>
<ul>
<li><a href="tss_home_Fatonie.html">Home</a></li>
<li><a href="tss_run_Fatonie.html">Running</a></li>
<li><a href="tss_bike_Fatonie.html">Cycling</a></li>
<li><a href="tss_swim_Fatonie.html">Swimming</a></li>
</ul>
</nav>
<article class="syllabus">
<h1>Improving your Cycling</h1>
<p>TSS offers its 10<sup>th</sup> indoor season of cycle training this
winter. Bring in your road bike and connect it to our VirtualRoad
cycling trainer. VirtualRoad is a fully equipped system with over
250 courses providing real-time feedback on power, heart rate, speed,
and stroke efficiency. The first weeks will include a lot of low
intensity cycling and stroke analysis to build a strong base for later
classes. This is a fully coached course led by Alison Palmer, MA, CSCS,
USAT Level II and David Young, BS, USAT Level I. Our TSS Coaches will
not be working out while you are; they will be focusing on improving
your form during your workout for you to get the best results. By the
end of the course we will move into workouts of greater intensity and
duration to prepare for the upcoming summer.</p>
<p>The course meets for 90 minutes twice a week. You have the choice
among the following morning and evening sessions:</p>
<ul>
<li>6:00 AM - 7:30 AM (WF)</li>
<li>5:00 PM - 6:30 PM (TR)</li>
<li>7:00 PM - 8:30 PM (WF)</li>
</ul>
<h2>Course Outline</h2>
<p>Make sure you bring your road bike to all classes. We do not have
spare bike for you to use!</p>
<ol>
<li>Week 1
<ol>
<li>Orientation
<ol>
<li>Bike Fitting</li>
<li>Learning about the Trainer</li>
<li>Interpreting Biofeedback</li>
</ol>
</li>
<li>Your Cycling Posture</li>
<li>Stroke Analysis</li>
<li>Initial Time Trial</li>
</ol>
</li>
<li>Week 2
<ol>
<li>Stroke Analysis</li>
<li>Proper Pedaling Technique</li>
<li>Improving your Cadence</li>
</ol>
</li>
<li>Week 3
<ol>
<li>Power Analysis</li>
<li>Lactate Thresholds</li>
</ol>
</li>
<li>Week 4
<ol>
<li>Power Intervals Phase 1</li>
<li>Power Intervals Phase 2</li>
<li>Hill Climbing</li>
</ol>
</li>
<li>Week 5
<ol>
<li>Stroke Analysis</li>
<li>Efficiency Drills</li>
<li>Recovery Cycling</li>
</ol>
</li>
<li>Week 6
<ol>
<li>Understanding Pace lines</li>
<li>Aerodynamics</li>
<li>Power Intervals Phase 3</li>
</ol>
</li>
<li>Week 7
<ol>
<li>Endurance Cycling</li>
<li>Endurance Test 1</li>
<li>Endurance Test 2</li>
</ol>
</li>
<li>Week 8
<ol>
<li>Mastering Sprints</li>
<li>Time Trial Assessments</li>
<li>Getting Ready for the Outdoors
<ol>
<li>Bicycle Maintenance</li>
<li>Roadside Repairs</li>
<li>Team Cycling</li>
<li>Hydration and Nutrition</li>
</ol>
</li>
</ol>
</li>
</ol>
</article>
<footer>
<address>
Tri and Succeed Sports • 41 Venture Dr. • Austin,
TX 78711 • 512.555.9917
</address>
</footer>
</body>
</html>