-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunning.html
More file actions
48 lines (46 loc) · 2.68 KB
/
running.html
File metadata and controls
48 lines (46 loc) · 2.68 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
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Run With Me</title>
<meta name="description" content="Running Page" />
<meta name="author" content="SitePoint" />
<link rel="stylesheet" href="styles.css" />
</head>
<h1 style="text-align: center">I Love Running</h1>
<div class="topnav">
<a href="index.html">Home</a>
<a href="bio.html">Bio</a>
<a href="articles.html">Data Projects</a>
<a href="running.html">Running&Hiking</a>
<a href="freelancing.html">Freelance Portfolio </a>
<a href="contact.html">Contact</a>
</div>
<div align="center">
<p>My main running shoe today is the Mizuno WaveRunner Inspire 16. I definitely recommmend this shoe.</p>
</div>
<div align="center">
<img src="/mizuno.jpg" alt="Mizuno Shoes" width="200" height="200"><br>
<a class = "two" target="_blank" href="https://www.amazon.com/gp/product/B07XKF8YWM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B07XKF8YWM&linkCode=as2&tag=bldatawebsite-20&linkId=57bb41ee56d0e58e29108d3b6842850b">Mizuno mens Wave Inspire 16 Road Running Shoe, Castlerock-phantom, 12.5 US</a><img src="//ir-na.amazon-adsystem.com/e/ir?t=bldatawebsite-20&l=am2&o=1&a=B07XKF8YWM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br><br>
</div>
<h1 style="text-align: center">I Keep Detailed Statistics on My Workouts</h1>
<div align="center">
<img src="/workouts.png" alt="Workout Graph" width="800" height="600"><br><br>
<img src="/2020miles.png" alt="Running Graph" width="800" height="600"><br><br>
</div>
<div align="center">
<h3>Here is a up to date summary of my running on Strava: </h3><br>
<iframe height='454' width='300' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/60633438/latest-rides/45fe0652822a4943978fc7d5e4a122d20a282375'></iframe>
<h3>Running Social Networks</h3>
I am a big fan of the app Strava. Simply download the app and connect with other athletes. You can sync activities with your Apple Watch seamlessly.<br>
<a class = "two" href="https://www.strava.com/athletes/60633438" target="_blank" rel="noopener noreferrer">View My Profile on Strava Here</a><br>
</div>
<h1 style="text-align: center">I Love Hiking</h1>
<div align="center">
<p>I have also hiked a fair amount in the last few years. In Southern California, there is a 6 pack of peaks challenge. So far, I have completed 4 out of the 6.</p>
<img src="/Sunset_sign.jpeg" alt="Sunset Sign" width="1000" height="1000"><br><br>
<img src="/Sj_nature.jpeg" alt="San J Forest" width="1000" height="1000"><br> <br>
<img src="/Sanj_signs.jpeg" alt="San J Sign" width="1000" height="1000"><br> <br>
<a class = "two" href="index.html">Go Back to Home Page</a>
</body>
</html>