From c166945e5e37c5c7fb458a76915e2ccfae8c1f35 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 21 Apr 2025 15:01:55 -0400 Subject: init --- .gitignore | 2 + README.md | 1 + index.html | 127 +++++++++++++++++++++++++++++++++++ static/favicon.ico | Bin 0 -> 318 bytes static/img/hongye-entrance.jpg | Bin 0 -> 687496 bytes static/img/hongye-inpool.jpg | Bin 0 -> 518213 bytes static/img/hongye-pool2.jpg | Bin 0 -> 709688 bytes static/img/hongye-wrongway-gate.jpg | Bin 0 -> 977775 bytes static/img/segesta-cat.jpg | Bin 0 -> 503157 bytes static/img/segesta-fork.jpg | Bin 0 -> 859851 bytes static/img/segesta-path.jpg | Bin 0 -> 1111700 bytes static/img/segesta-spring.jpg | Bin 0 -> 685357 bytes static/img/segesta-stream.jpg | Bin 0 -> 760856 bytes static/img/segesta-wrongway-pond.jpg | Bin 0 -> 889123 bytes static/styles.css | 7 ++ 15 files changed, 137 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 index.html create mode 100644 static/favicon.ico create mode 100644 static/img/hongye-entrance.jpg create mode 100644 static/img/hongye-inpool.jpg create mode 100644 static/img/hongye-pool2.jpg create mode 100644 static/img/hongye-wrongway-gate.jpg create mode 100644 static/img/segesta-cat.jpg create mode 100644 static/img/segesta-fork.jpg create mode 100644 static/img/segesta-path.jpg create mode 100644 static/img/segesta-spring.jpg create mode 100644 static/img/segesta-stream.jpg create mode 100644 static/img/segesta-wrongway-pond.jpg create mode 100644 static/styles.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..085876a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.ipynb_checkpoints +node_modules diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ea8e8d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Travelogue diff --git a/index.html b/index.html new file mode 100644 index 0000000..2c6b7f4 --- /dev/null +++ b/index.html @@ -0,0 +1,127 @@ + + + + Travelogue + + + + + + + +
+
+ +
+

Table of Contents

+

+

+

+
+

Wild Hot Springs at Segesta, Sicily, Italy

+

+ Near Segesta Archeological Park. Navigate to Parcheggio Terme Libere Segesta (37.972849, 12.893917), + 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. +

+

+ 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. +

+ +

+ 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. +

+ +

+ You will then arrive at a fork. Take the right side. +

+ +

+ The hot spring will appear on your right (you’ll be able to smell the sulfur). +

+ +

+ +

+ 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. +

+ +

+ When leaving, drive back the same way you entered. Do not continue the other way from the parking lot (towards 37.973254, 12.896022), + which is an extremely muddy path that leads to a private farm + and not back to the highway, as Google Maps may otherwise + suggest. +

+
+
+

Wild Hot Springs at Hongye Valley (红叶谷) near Luye (鹿野), Taitung County (台东县), Taiwan (台湾)

+

+ 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). +

+

+ There are a few entrances to these hot springs. When I went the only accessible one was as follows. + Drive to the hot springs entrance. 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. +

+ +

+ 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’s not the easiest climb down. The + warnings mentioned above say that the rope may be unstable; + descend at your own risk. +

+

+ 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. +

+

+ 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. +

+ +

+ +

+ 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. +

+ +
+
+ + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..aa78544 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/hongye-entrance.jpg b/static/img/hongye-entrance.jpg new file mode 100644 index 0000000..2d29df4 Binary files /dev/null and b/static/img/hongye-entrance.jpg differ diff --git a/static/img/hongye-inpool.jpg b/static/img/hongye-inpool.jpg new file mode 100644 index 0000000..c5bc37e Binary files /dev/null and b/static/img/hongye-inpool.jpg differ diff --git a/static/img/hongye-pool2.jpg b/static/img/hongye-pool2.jpg new file mode 100644 index 0000000..9728a16 Binary files /dev/null and b/static/img/hongye-pool2.jpg differ diff --git a/static/img/hongye-wrongway-gate.jpg b/static/img/hongye-wrongway-gate.jpg new file mode 100644 index 0000000..2be7a97 Binary files /dev/null and b/static/img/hongye-wrongway-gate.jpg differ diff --git a/static/img/segesta-cat.jpg b/static/img/segesta-cat.jpg new file mode 100644 index 0000000..722ab70 Binary files /dev/null and b/static/img/segesta-cat.jpg differ diff --git a/static/img/segesta-fork.jpg b/static/img/segesta-fork.jpg new file mode 100644 index 0000000..6adc699 Binary files /dev/null and b/static/img/segesta-fork.jpg differ diff --git a/static/img/segesta-path.jpg b/static/img/segesta-path.jpg new file mode 100644 index 0000000..36c437a Binary files /dev/null and b/static/img/segesta-path.jpg differ diff --git a/static/img/segesta-spring.jpg b/static/img/segesta-spring.jpg new file mode 100644 index 0000000..60c5303 Binary files /dev/null and b/static/img/segesta-spring.jpg differ diff --git a/static/img/segesta-stream.jpg b/static/img/segesta-stream.jpg new file mode 100644 index 0000000..91a4f8c Binary files /dev/null and b/static/img/segesta-stream.jpg differ diff --git a/static/img/segesta-wrongway-pond.jpg b/static/img/segesta-wrongway-pond.jpg new file mode 100644 index 0000000..0b44dd2 Binary files /dev/null and b/static/img/segesta-wrongway-pond.jpg differ diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..9592da8 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,7 @@ +img { + max-width: 50%; +} + +p { + margin-bottom: revert !important; +} -- cgit v1.2.3