notes/Travel/BalkanPeaks.md

67 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-09 11:20:00 +02:00
# Balkan Peaks
2024-05-09 11:25:00 +02:00
### Route
2024-05-09 12:05:00 +02:00
🚗 20.05 Köln -> Triest 0€
2024-05-09 12:50:00 +02:00
🚌 21.05 Triest -> Dubrovnik -> Shkoder -> Theth 50€
2024-05-09 11:40:00 +02:00
2024-05-09 12:50:00 +02:00
👟 22.05 Teth -> Valbone
👟 23.05 Valbone -> Cerem
👟 24.05 Cerem -> Doberdol
👟 25.05 Doberdol -> Milishevc (Kosovo)
👟 26.05 Milishevc -> Reka Allages
2024-05-09 12:55:00 +02:00
👟 27.05 Reka Allages -> Kucishtё
👟 28.05 Kucishtё -> Babino Polje (Montenegro)
👟 29.05 Babino Polje -> Plav
👟 30.05 Plav -> Vusanje
👟 31.05 Vusanje -> Theth (Albania)
2024-05-09 11:25:00 +02:00
2024-05-09 12:55:00 +02:00
🚌 01.06 Theth -> Tirana 22€
2024-05-09 12:05:00 +02:00
✈️ 06.06 Tirana -> Köln 100€
2024-05-09 12:00:00 +02:00
2024-05-09 13:10:00 +02:00
### Eqipment
2024-05-09 12:25:00 +02:00
```query
2024-05-09 12:30:00 +02:00
items
where page = @page.name
2024-05-09 12:35:00 +02:00
select name, weight, price
2024-05-09 12:25:00 +02:00
```
2024-05-09 12:20:00 +02:00
2024-05-09 13:05:00 +02:00
2024-05-09 13:00:00 +02:00
### Budget (600-700€)
Travel: 200€
Acommodations: 200€
Equipment: 200€
2024-05-09 12:25:00 +02:00
2024-05-09 13:00:00 +02:00
# Data
2024-05-09 12:25:00 +02:00
---
```#items
name: Osprey Backpack
2024-05-09 12:35:00 +02:00
weight: 1.3kg
link:
2024-05-09 12:30:00 +02:00
---
name: Luftmatratze
2024-05-09 12:35:00 +02:00
weight: 0.5kg
2024-05-09 12:30:00 +02:00
link: https://www.decathlon.de/p/luftmatratze-trekking-mt500-air-l-180-%C3%97-52-cm-1-person
2024-05-09 12:35:00 +02:00
price: 50€
2024-05-09 12:25:00 +02:00
---
2024-05-09 12:30:00 +02:00
name: KUTIR 2.0 Tent
2024-05-09 12:35:00 +02:00
weight: 1.7kg
2024-05-09 12:30:00 +02:00
link: https://www.decathlon.de/p/mp/tambu/kutir-2-0/_/R-p-458e74e1-bb75-4a9a-ab43-e256643bad28
2024-05-09 12:35:00 +02:00
price: 110€
---
name: Wanderschuhe
link: https://www.decathlon.de/p/wanderschuhe-herren-nh500
price: 50€
---
name: GPS
weight: 0.15kg
link: https://www.amazon.com/Bushnell-BackTrack-Navigation-Waterproof-Backpacking/dp/B09PLL4MJ3
price: 65€
2024-05-09 12:25:00 +02:00
```