|
1 | 1 | <!doctype html>
|
2 | 2 | <html>
|
| 3 | + <head> |
| 4 | + <link rel="stylesheet" href="styles.css"> |
| 5 | + </head> |
3 | 6 | <body>
|
4 | 7 | <h1>What is Bicycle Beer Time eXtra Large?</h1>
|
5 | 8 | <p>BBTXL's (pronounced bubba-tix-el) are week-long, supported, bike tours. The first week-long ride took place in 2013, and there's roughly one ride per year.</p>
|
6 | 9 | <p>For many of us, this was our first experience bike touring. We generally camp overnight (preferably somewhere with a shower or a fresh body of water) and seek out breweries as food stops.</p>
|
7 | 10 | <p>It's hard to explain the magic of these trips. Imagine your day being reduced to biking with 15-20 of your friends, punctuated with good meals, ice cream stops, and (of course) craft beers.</p>
|
8 | 11 | <p>This site documents these trips, and hopefully inspires you to plan your own trip!</p>
|
9 |
| - <h3><a href="bbtxl.html">(2012) BBTXL (Ann Arbor, MI to Holland, MI)</a></h3> |
10 |
| - <h3><a href="mi.html">(2013) BBTXL: BLU MI (Ann Arbor, MI to Bellaire, MI)</a></h3> |
11 |
| - <h3><a href="fingerlakes.html">(2014) BBTXL: Finger Lakes (Jamestown, NY to Fair Haven, NY)</a></h3> |
12 |
| - <h3><a href="norcal.html">(2015) BBTXL: Nor Cal (Trinidad, CA to San Francisco, CA)</a></h3> |
13 |
| - <h3><a href="ne.html">(2016) BBTXL: Northeast (Boston, MA loop)</a></h3> |
14 |
| - <h3><a href="ctx.html">(2017) BBTXL: Central TX (Austin, TX loop)</a></h3> |
15 |
| - <h3><a href="or.html">(2017) BBTXL: O'BBTXL (Bend, OR to Astoria, OR)</a></h3> |
16 |
| - <h3><a href="nmi.html">(2018) BBTXL: Northern MI (Traverse City, MI to Pictured Rocks)</a></h3> |
17 |
| - <h3><a href="danube.html">(2019) BBTXL: Danube (Passau, DE to Budapest, HU)</a></h3> |
18 |
| - <h3>(2020) BBTXL: WRiBBT (Canyonlands National Park, White Rim Road)</h3> |
| 12 | + |
| 13 | + <h3>2012</h3> |
| 14 | + <div class="flex"> |
| 15 | + <div class="column"> |
| 16 | + <p><a href="original.html">BBTXL (Ann Arbor, MI to Holland, MI)</a></p> |
| 17 | + </div> |
| 18 | + </div> |
| 19 | + |
| 20 | + <h3>2013</h3> |
| 21 | + <div class="flex"> |
| 22 | + <div class="column"> |
| 23 | + <p><a href="mi.html">BBTXL: BLU MI (Ann Arbor, MI to Bellaire, MI)</a></p> |
| 24 | + </div> |
| 25 | + <div class="column"> |
| 26 | + <img src="img/mi/dark_horse.jpg" alt="BBTXL: BLU MI participants after the first day of biking" /> |
| 27 | + |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + |
| 31 | + <h3>2014</h3> |
| 32 | + <div class="flex"> |
| 33 | + <div class="column"> |
| 34 | + <p><a href="fingerlakes.html">BBTXL: Finger Lakes (Jamestown, NY to Fair Haven, NY)</a></p> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + |
| 38 | + <h3>2015</h3> |
| 39 | + <div class="flex"> |
| 40 | + <div class="column"> |
| 41 | + <p><a href="norcal.html">BBTXL: Nor Cal (Trinidad, CA to San Francisco, CA)</a></p> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + |
| 45 | + <h3>2016</h3> |
| 46 | + <div class="flex"> |
| 47 | + <div class="column"> |
| 48 | + <p><a href="ne.html">BBTXL: Northeast (Boston, MA loop)</a></p> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + |
| 52 | + <h3>2017</h3> |
| 53 | + <div class="flex"> |
| 54 | + <div class="column"> |
| 55 | + <p><a href="ctx.html">BBTXL: Central TX (Austin, TX loop)</a></p> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + <div class="flex"> |
| 59 | + <div class="column"> |
| 60 | + <p><a href="or.html">O'BBTXL (Bend, OR to Astoria, OR)</a></p> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + |
| 64 | + <h3>2018</h3> |
| 65 | + <div class="flex"> |
| 66 | + <div class="column"> |
| 67 | + <p><a href="nmi.html">BBTXL: Northern MI (Traverse City, MI to Pictured Rocks)</a></p> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + |
| 71 | + <h3>2019</h3> |
| 72 | + <div class="flex"> |
| 73 | + <div class="column"> |
| 74 | + <p><a href="danube.html">BBTXL: Danube (Passau, DE to Budapest, HU)</a></p> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + |
| 78 | + <h3>2020</h3> |
| 79 | + <div class="flex"> |
| 80 | + <div class="column"> |
| 81 | + <p>BBTXL: WRiBBT (Canyonlands National Park, White Rim Road)</p> |
| 82 | + </div> |
| 83 | + </div> |
19 | 84 | </body>
|
20 | 85 | </html>
|
0 commit comments