Add Mburo road

This commit is contained in:
2024-01-31 08:28:23 +01:00
parent 40307e6caf
commit c22d1896d8
28 changed files with 35 additions and 2 deletions

View File

@@ -5,14 +5,16 @@ transition: slide-up
# ✈️ Let's start ✈️
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;
margin-top: 50px;">
<video width="560" height="315" controls loop preload>
<video width="560" height="315" controls autoplay loop preload>
<source src="/videos/Flight to Entebbe.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---

View File

@@ -46,4 +46,33 @@ transition: slide-up
layout: image
image: /pictures/Uganda/Mburo/2023-12-15 06.30.19.jpg
transition: slide-up
```
---
```yaml
layout: two-cols-header
transition: slide-up
```
# Suddenly its BodaBoda Time
::left::
# Altitude profile from Sanga to Hyena Hill
![](/pictures/Uganda/Mburo/high_profile_boda_boda.JPG)
::right::
# Example BodaBoda
![](/pictures/Uganda/Mburo/bodaboda.jpg)
---
```yaml
layout: image
image: /pictures/Uganda/Mburo/Hyena Hills.jpg
transition: slide-up
```

View File

@@ -4,11 +4,13 @@ transition: slide-left
```
# Our route for Uganda
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;
margin-top: 50px;">
<video width="560" height="315" controls loop preload>
<video width="560" height="315" controls autoplay loop preload>
<source src="/videos/Uganda Rundreise.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>