diff --git a/README.md b/README.md index e645f1b..20fead5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,22 @@ Hey there I went with my SO to Uganda and Kenya for a month. We had some pretty good time there. More about our journey you can find in the presentation. +The maps animation have been generated with [mult.dev](https://mult.dev/de) + +## How to setup + +``` +cd slidev +npm install +``` + + ## How to present Start a webserver for presentation ``` -npm run start +npm run dev ``` or build everything so you don't need a webserver diff --git a/scribble b/scribble index 8a95766..674a9f4 100644 --- a/scribble +++ b/scribble @@ -82,8 +82,4 @@ https://mult.dev/ -> Uganda ist extrem queer feindlich (Zeige vielleicht Nummer des Gesetz) -> Der President von Uganda ist seit 30 Jahren an der Macht -> Diskussion über Pete Pearson - - - - - + \ No newline at end of file diff --git a/slidev/pages/01-flight-to-entebbe.md b/slidev/pages/01-flight-to-entebbe.md deleted file mode 100644 index 88fbdcc..0000000 --- a/slidev/pages/01-flight-to-entebbe.md +++ /dev/null @@ -1,10 +0,0 @@ -```yaml -# The first yaml block will be treated as the frontmatter of that slide -layout: center -``` -
- -
diff --git a/slidev/pages/flight-to-entebbe.md b/slidev/pages/flight-to-entebbe.md new file mode 100644 index 0000000..f775612 --- /dev/null +++ b/slidev/pages/flight-to-entebbe.md @@ -0,0 +1,120 @@ +```yaml +layout: default +transition: slide-up +``` + +# ✈️ Let's start ✈️ + +
+ +
+ +--- + + +```yaml +layout: image +image: /pictures/Uganda/Entebbe/2023-12-13 09.11.35.jpg +transition: slide-up +``` + +

Quality weather in Hamburg

+ +--- + +```yaml +layout: image +image: /pictures/Uganda/Entebbe/2023-12-13 17.20.42.jpg +transition: slide-up +``` + +

Short stop in Istanbul

+ +--- + +```yaml +layout: image-right +image: /pictures/Uganda/Entebbe/2023-12-14 01.48.30.jpg +transition: slide-up +``` + +# Sarah desperatly tries to sleep + +--- + +```yaml +layout: image +image: /pictures/Uganda/Entebbe/2023-12-14 02.15.31.jpg +transition: slide-up +``` + +--- + +```yaml +layout: iframe-right +url: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4084402.334928857!2d29.656792033562965!3d1.3721949130483486!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1771a69f6499f945%3A0x874155ce43014549!2sUganda!5e0!3m2!1sde!2sde!4v1706463800853!5m2!1sde!2sde +transition: slide-up +``` +# Uganda + +* got their independence without a war in 1962 +* With over 56 ethnic groups, Uganda is a cultural melting pot, contributing to vibrant traditions in music, dance, and cuisine +* Uganda is home to the source of the Nile River, offering opportunities for water sports and adventure activities. +* Population: 47,2 Millionen +--- + +```yaml +layout: iframe-right +url: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63837.06005149751!2d32.40888990430686!3d0.058323611956156554!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x177d86b753c20ab3%3A0xa4a550c375cc2c14!2sEntebbe%2C%20Uganda!5e0!3m2!1sde!2sde!4v1706464332335!5m2!1sde!2sde +transition: slide-up +``` + +# Entebbe + +* former capital of Uganda +* situated on the shores of Lake Victoria + * the lake is one of the deadliest in the world + * bilharzia flukes live in the lake +* Population: 69.430 +--- + +```yaml +layout: image +image: /pictures/Uganda/Entebbe/2023-12-14 12.13.44.jpg +transition: slide-up +``` + +--- + +```yaml +layout: image +image: /pictures/Uganda/Entebbe/2023-12-14 12.33.21.jpg +transition: slide-up +``` + +--- + +```yaml +layout: image-right +image: /pictures/Uganda/Entebbe/2023-12-14 17.44.43.jpg +transition: slide-left +``` +# The Marabou Stork + +* belongs to "The Ugly Five" +* is a scavenger +* loves fries diff --git a/slidev/pages/lake-mburo.md b/slidev/pages/lake-mburo.md new file mode 100644 index 0000000..91ad8af --- /dev/null +++ b/slidev/pages/lake-mburo.md @@ -0,0 +1,49 @@ +```yaml +layout: image-right +image: /pictures/Uganda/Mburo/Tausi_Coaches_Bus_Terminal.JPG +transition: slide-up +``` + +# Off to Lake Mburo + + +We rose before the sun on that memorable morning, knowing we had to catch the bus 🚌 to Mbara at [Add time]. A trusty taxi 🚕 whisked us from Entebbe to Kampala, marking the start of our exciting journey. + + +![30000UGX are 7,24€](/pictures/Uganda/Mburo/bus_ticket.jpg) + +--- + + +```yaml +layout: image +image: /pictures/Uganda/Mburo/2023-12-15 05.20.01.jpg +transition: slide-up +``` + +--- + + +```yaml +layout: image +image: /pictures/Uganda/Mburo/2023-12-15 05.42.22.jpg +transition: slide-up +``` + +--- + + +```yaml +layout: image +image: /pictures/Uganda/Mburo/2023-12-15 05.49.34.jpg +transition: slide-up +``` + +--- + + +```yaml +layout: image +image: /pictures/Uganda/Mburo/2023-12-15 06.30.19.jpg +transition: slide-up +``` \ No newline at end of file diff --git a/slidev/pages/multiple-entries.md b/slidev/pages/multiple-entries.md deleted file mode 100644 index 5b17510..0000000 --- a/slidev/pages/multiple-entries.md +++ /dev/null @@ -1,27 +0,0 @@ -# Multiple Entries - -You can split your slides.md into multiple files and organize them as you want using the `src` attribute. - -#### `slides.md` - -```markdown -# Page 1 - -Page 2 from main entry. - ---- -src: ./subpage.md ---- -``` - -
- -#### `subpage.md` - -```markdown -# Page 2 - -Page 2 from another file. -``` - -[Learn more](https://sli.dev/guide/syntax.html#multiple-entries) diff --git a/slidev/pages/tour-through-Uganda.md b/slidev/pages/tour-through-Uganda.md new file mode 100644 index 0000000..6855fc7 --- /dev/null +++ b/slidev/pages/tour-through-Uganda.md @@ -0,0 +1,14 @@ +```yaml +layout: default +transition: slide-left +``` +# Our route for Uganda + +
+ +
diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 05.15.34.jpg b/slidev/public/assets/pictures/Uganda/2023-12-14 05.15.34.jpg deleted file mode 100644 index 4f49f02..0000000 Binary files a/slidev/public/assets/pictures/Uganda/2023-12-14 05.15.34.jpg and /dev/null differ diff --git a/slidev/public/assets/pictures/Uganda/2023-12-13 09.11.35.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-13 09.11.35.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-13 09.11.35.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-13 09.11.35.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-13 17.20.42.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-13 17.20.42.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-13 17.20.42.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-13 17.20.42.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 01.48.30.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-14 01.48.30.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-14 01.48.30.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-14 01.48.30.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 02.15.31.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-14 02.15.31.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-14 02.15.31.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-14 02.15.31.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 12.13.44.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-14 12.13.44.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-14 12.13.44.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-14 12.13.44.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 12.33.21.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-14 12.33.21.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-14 12.33.21.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-14 12.33.21.jpg diff --git a/slidev/public/assets/pictures/Uganda/2023-12-14 17.44.43.jpg b/slidev/public/pictures/Uganda/Entebbe/2023-12-14 17.44.43.jpg similarity index 100% rename from slidev/public/assets/pictures/Uganda/2023-12-14 17.44.43.jpg rename to slidev/public/pictures/Uganda/Entebbe/2023-12-14 17.44.43.jpg diff --git a/slidev/public/pictures/Uganda/Entebbe/2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Entebbe/2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..88d9205 Binary files /dev/null and b/slidev/public/pictures/Uganda/Entebbe/2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.20.01.jpg b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.20.01.jpg new file mode 100644 index 0000000..d408847 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.20.01.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.42.22.jpg b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.42.22.jpg new file mode 100644 index 0000000..68fcd84 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.42.22.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.49.34.jpg b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.49.34.jpg new file mode 100644 index 0000000..06134dc Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/2023-12-15 05.49.34.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/2023-12-15 06.30.19.jpg b/slidev/public/pictures/Uganda/Mburo/2023-12-15 06.30.19.jpg new file mode 100644 index 0000000..2371831 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/2023-12-15 06.30.19.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/2024-01-28_19-04-43 (2).jpg b/slidev/public/pictures/Uganda/Mburo/2024-01-28_19-04-43 (2).jpg new file mode 100644 index 0000000..44d03d2 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/2024-01-28_19-04-43 (2).jpg differ diff --git a/slidev/public/assets/pictures/Uganda/Tausi_Coaches_Bus_Terminal.JPG b/slidev/public/pictures/Uganda/Mburo/Tausi_Coaches_Bus_Terminal.JPG similarity index 100% rename from slidev/public/assets/pictures/Uganda/Tausi_Coaches_Bus_Terminal.JPG rename to slidev/public/pictures/Uganda/Mburo/Tausi_Coaches_Bus_Terminal.JPG diff --git a/slidev/public/pictures/Uganda/Mburo/bus_ticket.jpg b/slidev/public/pictures/Uganda/Mburo/bus_ticket.jpg new file mode 100644 index 0000000..e553839 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/bus_ticket.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/photo_3_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Mburo/photo_3_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..5b648bd Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/photo_3_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/photo_4_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Mburo/photo_4_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..1eb3675 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/photo_4_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/photo_5_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Mburo/photo_5_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..504dbc7 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/photo_5_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/photo_6_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Mburo/photo_6_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..3f9dcbd Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/photo_6_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/Mburo/photo_8_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/Mburo/photo_8_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..0b16726 Binary files /dev/null and b/slidev/public/pictures/Uganda/Mburo/photo_8_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/pictures/Uganda/QENP/photo_7_2024-01-28_19-04-43.jpg b/slidev/public/pictures/Uganda/QENP/photo_7_2024-01-28_19-04-43.jpg new file mode 100644 index 0000000..b434a6c Binary files /dev/null and b/slidev/public/pictures/Uganda/QENP/photo_7_2024-01-28_19-04-43.jpg differ diff --git a/slidev/public/videos/Flight to Entebbe.mp4 b/slidev/public/videos/Flight to Entebbe.mp4 new file mode 100644 index 0000000..7e26a73 Binary files /dev/null and b/slidev/public/videos/Flight to Entebbe.mp4 differ diff --git a/slidev/public/assets/videos/Uganda Rundreise.mp4 b/slidev/public/videos/Uganda Rundreise.mp4 similarity index 100% rename from slidev/public/assets/videos/Uganda Rundreise.mp4 rename to slidev/public/videos/Uganda Rundreise.mp4 diff --git a/slidev/slides.md b/slidev/slides.md index 25d146c..ae7f45b 100644 --- a/slidev/slides.md +++ b/slidev/slides.md @@ -1,20 +1,18 @@ ```yaml layout: cover +background: https://sli.dev/demo-cover.png +title: 'East African Adventure: Exploring Uganda and Kenya' ``` - -# Slidev - -This is the cover page. ---- - -```yaml -layout: image -image: '/assets/pictures/Uganda/Tausi_Coaches_Bus_Terminal.JPG' -``` - -# Page 2 -

This is a page with the layout `center` and a background image.

+

🍍 East African Adventure: Exploring Uganda and Kenya 🍍

--- -src: ./pages/01-flight-to-entebbe.md +src: ./pages/flight-to-entebbe.md +--- + +--- +src: ./pages/tour-through-Uganda.md +--- + +--- +src: ./pages/lake-mburo.md --- \ No newline at end of file