summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html127
1 files changed, 127 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2c6b7f4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,127 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Travelogue</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" type="text/css" href="/static/styles.css">
+ <link rel="stylesheet" type="text/css" href="/travelogue/static/styles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="/travelogue/static/favicon.ico">
+ </head>
+ <body>
+ <div class="container">
+ <div>
+ <div class="home">
+ <a href="/travelogue" class="home-title">Travelogue</a>
+ <span> at </span><a class="site" href="/">cyfraeviolae.org</a>
+ <a class="source" href="/git/travelogue">[src]</a>
+ </div>
+ </div>
+ <h2>Table of Contents</h2>
+ <p>
+ <ul>
+ <li><a href="#segesta">Wild Hot Springs at Segesta, Sicily, Italy</a></li>
+ <li><a href="#hongye">Wild Hot Springs at Hongye Valley (红叶谷) near Luye (鹿野), Taitung County (台东县), Taiwan (台湾)</a></li>
+ </ul>
+ </p>
+ <div>
+ <h2 id="segesta">Wild Hot Springs at Segesta, Sicily, Italy</h2>
+ <p>
+ Near Segesta Archeological Park. Navigate to <a href="https://maps.app.goo.gl/WDFqykrnbk6u2esi7">Parcheggio Terme Libere Segesta (37.972849, 12.893917)</a>,
+ which is located down a steep dirt path starting near the
+ private Terme Segestane resort. Park in the parking lot and
+ change into swimwear and sandals (some wading required; sandals
+ with straps preferred compared to flip-flops). Bring a towel as
+ well as water.
+ </p>
+ <p>
+ There are two ways to get to the hot springs, neither of which
+ are particularly accessible. The easier (but slightly longer)
+ version is: at the end of the parking lot, take the path into
+ the woods. If there has been recent rain the ground may be very
+ muddy with deep puddles.
+ </p>
+ <img src="/travelogue/static/img/segesta-path.jpg">
+ <p>
+ A stream will appear on the left side. Cross the stream, being careful not to trip on the rocks.
+ The water level will vary depending on rain but when I went it came up to around halfway to my knees.
+ </p>
+ <img src="/travelogue/static/img/segesta-stream.jpg">
+ <p>
+ You will then arrive at a fork. Take the <strong>right side</strong>.
+ </p>
+ <img src="/travelogue/static/img/segesta-fork.jpg">
+ <p>
+ The hot spring will appear on your right (you&rsquo;ll be able to smell the sulfur).
+ </p>
+ <img src="/travelogue/static/img/segesta-spring.jpg">
+ <br><br>
+ <img src="/travelogue/static/img/segesta-cat.jpg">
+ <p>
+ In case the first path is not accessible for some reason, you can try the second path. Carefully walk down
+ the steep hill at the beginning of the parking lot, which leads into a deep pond. Then scramble up the other side, and you will
+ come out of the left side of the fork pictured above: continue straight to arrive at the hot springs. Below is a picture
+ of the deep pond taken from the fork.
+ </p>
+ <img src="/travelogue/static/img/segesta-wrongway-pond.jpg">
+ <p>
+ When leaving, drive back the same way you entered. <strong>Do not</strong> continue the <a href="https://maps.app.goo.gl/TnMGGJgTijNN1uKMA">other way from the parking lot (towards 37.973254, 12.896022)</a>,
+ which is an extremely muddy path that leads to a private farm
+ and not back to the highway, as Google Maps may otherwise
+ suggest.
+ </p>
+ </div>
+ <div>
+ <h2 id="hongye">Wild Hot Springs at Hongye Valley (红叶谷) near Luye (鹿野), Taitung County (台东县), Taiwan (台湾)</h2>
+ <p>
+ Bring swimwear and water. If you go at a popular time such as
+ on the weekend or if it has rained recently, you may need to
+ bring your own shovel to dig a hole (otherwise you can use a
+ hole someone else has dug).
+ </p>
+ <p>
+ There are a few entrances to these hot springs. When I went the only accessible one was as follows.
+ Drive to the <a href="https://maps.app.goo.gl/gU5ZtRuE7G6Vkypj8">hot springs entrance</a>. If you're
+ driving from Luye City, it is located past the red Hongye
+ Bridge but before the private Vakangan resort. The entrance is
+ to the right of a traffic mirror and is currently boarded up
+ with metal and warnings not to enter (in Mandarin). Park your
+ vehicle, ignore the warnings, and enter from the left side of
+ the metal boards.
+ </p>
+ <img src="/travelogue/static/img/hongye-entrance.jpg">
+ <p>
+ Walk down the stairs until you get to a rock cliff. If there
+ are other people at the hot springs they should be visible from
+ here. You will see a rope you can use to rappel down the (~15
+ foot) steep face down to the riverbed. There are a few
+ footholds but it&rsquo;s not the easiest climb down. The
+ warnings mentioned above say that the rope may be unstable;
+ descend at your own risk.
+ </p>
+ <p>
+ Walk forward until you arrive at the riverbed. You should see many holes
+ dug by others; you can use them or dig your own if you brought a shovel.
+ Apparently most of the holes are dug by a 90 year old man.
+ </p>
+ <p>
+ To cool down, you can carefully hop into the river for a bit.
+ Alternatively, you can build temperature and depth control for
+ your pool by digging narrow conduits from the upstream river
+ into your pool and from your pool into the downstream river.
+ By opening the upstream conduit, river water flows into and
+ cools your pool. The downstream conduit allows you to control
+ the depth of your pool.
+ </p>
+ <img src="/travelogue/static/img/hongye-inpool.jpg">
+ <br><br>
+ <img src="/travelogue/static/img/hongye-pool2.jpg">
+ <p>
+ There is another (perhaps previously accessible) entrance next to the bridge. It did not seem
+ accessible when I visited (too steep, path not clear), but this could change.
+ </p>
+ <img src="/travelogue/static/img/hongye-wrongway-gate.jpg">
+ </div>
+ </div>
+ </body>
+</html>