-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.html
62 lines (53 loc) · 2.88 KB
/
now.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
---
title: Now
layout: default
---
{% include nav.html %}
<main class="row-wrap">
<h2>What I'm up to</h2>
<p><i>Last Updated: April 15, 2025</i></p>
<p>
I got into cycling last year and went on a three-day, ~80-mile backpacking trip in the fall with my good friend Neil.
</p>
<figure>
<picture>
<source srcset="/static/images/2025 - Cycling/2024-09_bikepacking-william-and-neil-1200px.webp" type="image/webp">
<img src="/static/images/2025 - Cycling/2024-09_bikepacking-william-and-neil-1200px.jpg" width="1200"
loading="lazy" class="photo" title="Bikepacking with my buddy Neil" alt="Image of me and Neil on our bikepacking trip in Fall '24" >
</picture>
<figcaption>Me and Neil on our bikepacking trip in Fall '24</figcaption>
</figure>
<figure>
<picture>
<source srcset="/static/images/2025 - Cycling/2024-09_bikepacking-bikes-1200px.webp" type="image/webp">
<img src="/static/images/2025 - Cycling/2024-09_bikepacking-bikes-1200px.jpg" width="1200"
loading="lazy" class="photo" title="Our fully-loaded bikes parked at a campsite" alt="Our fully-loaded bikes parked at a campsite" >
</picture>
<figcaption>Our fully-loaded bikes parked at a campsite</figcaption>
</figure>
<figure>
<picture>
<source srcset="/static/images/2025 - Cycling/2024-09_busted-shins-1200px.webp" type="image/webp">
<img src="/static/images/2025 - Cycling/2024-09_busted-shins-1200px.jpg" width="1200"
loading="lazy" class="photo" title="My shins took a beating until I learned how to push off properly" alt="My shins took a beating until I learned how to push off properly" >
</picture>
<figcaption>My shins took a beating until I learned how to push off properly</figcaption>
</figure>
<figure>
<picture>
<source srcset="/static/images/2025 - Cycling/2024-10_biking-in-ohio-1200px.webp" type="image/webp">
<img src="/static/images/2025 - Cycling/2024-10_biking-in-ohio-1200px.jpg" width="1200"
loading="lazy" class="photo" title="My wife joined me on a ride in Cuyahoga valley" alt="My wife joined me on a ride in Cuyahoga valley" >
</picture>
<figcaption>My wife joined me on a ride in Cuyahoga valley</figcaption>
</figure>
<figure>
<picture>
<source srcset="/static/images/2025 - Cycling/2024-09_triplets-of-belleville-goals-1200px.webp" type="image/webp">
<img src="/static/images/2025 - Cycling/2024-09_triplets-of-belleville-goals-1200px.jpg" width="1200"
loading="lazy" class="photo" title="As the kids say, this character from the animated film 'Triplets of Belleville' is Goals" alt="As the kids say, this character from the animated film 'Triplets of Belleville' is Goals" >
</picture>
<figcaption>As the kids say, this character from the animated film 'Triplets of Belleville' is Goals</figcaption>
</figure>
</p>
</main>