From 5178df5336172fa88bae919ad9737dab029f76e9 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Tue, 2 Apr 2024 19:36:52 +0200 Subject: [PATCH] :sparkles: add worldmap Signed-off-by: Sindre Kjelsrud --- public/img/worldmap.svg | 1 + src/pages/more.md | 2 ++ src/pages/worldmap.md | 29 +++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 public/img/worldmap.svg create mode 100644 src/pages/worldmap.md diff --git a/public/img/worldmap.svg b/public/img/worldmap.svg new file mode 100644 index 0000000..c8e7063 --- /dev/null +++ b/public/img/worldmap.svg @@ -0,0 +1 @@ +Created with Raphaël 2.1.0 \ No newline at end of file diff --git a/src/pages/more.md b/src/pages/more.md index 1975d97..9624699 100644 --- a/src/pages/more.md +++ b/src/pages/more.md @@ -17,3 +17,5 @@ layout: "../layouts/Layout.astro" [✨ **uses**](/uses) · what i use on a daily basis [📀 **vinyl collection**](/vinyl) · all my vinyls + +[🗺️ **worldmap**](/worldmap) · map of places I've been in the world \ No newline at end of file diff --git a/src/pages/worldmap.md b/src/pages/worldmap.md new file mode 100644 index 0000000..51091e7 --- /dev/null +++ b/src/pages/worldmap.md @@ -0,0 +1,29 @@ +--- +title: "🗺️ Map of places I've been" +description: "" +layout: "../layouts/Layout.astro" +--- + +[![](/img/worldmap.svg)](/img/worldmap.svg) +> *Made on: [**simplemaps.com**](https://simplemaps.com)* + +### 🌍 List of countries shown in map + +- **Europe:** Bosnia and Herzegovina, Croatia, Denmark, Finland, Germany, Greece, Iceland, Netherlands, Norway, Spain, Sweden, United Kingdom +- **Asia:** Indonesia +- **Middle East:** United Arab Emirates + +### ✈️ Places I want to visit + +- Antigua, Guatemala ~ Acatenango Volcano Hike +- Cappadocia, Turkey ~ Hot-air balloons +- Skellig Michael, Ireland ~ Star Wars location +- Santorini, Hellas ~ ISTORIA Hotel +- Aogashima, Japan + +#### 🧗 Crags I want to visit + +- [**Fiskebäcksvik, Sweden**](https://27crags.com/crags/fiskebacksvik) +- [**Ulorna, Sweden (trad)**](https://27crags.com/crags/ulorna) +- [**Ulorna, Sweden (boulder)**](https://27crags.com/crags/ulorna-boulders) +- SPK Grip Moonboard in Bjelovar, Croatia \ No newline at end of file