-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiking.html
More file actions
26 lines (26 loc) · 2.35 KB
/
biking.html
File metadata and controls
26 lines (26 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<title>Biking | Ronnie Li</title>
<!-- the following line prevents phones from zooming the page out by default -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./images/favouritecon.png">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="./css/content.css">
<link rel="stylesheet" href="./css/generic-page.css">
</head>
<body>
<a href="./" class="home-link"><img src="./images/svgification-attempt-of-logo.svg" alt="Go home"></a>
<div class="heading">
<img src="./images/bikes.png" alt="Bikes">
<h1>Biking</h1>
</div>
<div class="content">
<h1>Accomplishments</h1>
<p>Montebello (5.3 mi, 3000ft), Old La Honda (29.5 min), Cañada → Stevens Canyon (100km). The top speed I have reached is 42.8 mph on Hawk Hill.</p>
<h1>My story</h1>
<p>I began road biking during my sophomore year at Gunn. I was dealing with various issues throughout my life and stress from my classes, so I began embarking on lengthy bike rides into the Los Altos Hills near my home. I had also recently received a brand new road bike in compensation for a car accident and thought to put it to good use. These bike rides allowed me to briefly forget the problems throughout my life and enjoy nature at its best. The thrill of cruising down steep hills reaching speeds of nearly 40 mph created an unresistable urge every weekend. As my sophomore year progressed, a friend of mine invited me to train with him and his friend's dad, both of them serious road bikers. Their training routes were much longer than any of my previous bike rides. Unsurprisingly, I was quite nervous of tiring out and embarassing myself out in front of them. However, when the moment came, it did not seem so tiring. It felt rather relaxing, contrary to my expectations. I felt as if I had finally found my true passion. I began training weekly with my friends and soon, not only discovered my true passion, but developed a strong bond within our group which allowed me to approach my physical limits during our bike rides and created a feeling of brotherhood which, even as we grow older and drift apart, I will never forget.</p>
<p>My bike is a 2018 Scott Speedster 30.</p>
</div>
</body>
</html>