Add Murchison Falls

This commit is contained in:
mail maily 2024-02-22 21:53:40 +01:00
parent 729f78366b
commit 338e4111f9
5 changed files with 217 additions and 1 deletions

View File

@ -167,7 +167,7 @@ transition: slide-up
```yaml ```yaml
layout: default layout: default
transition: slide-up transition: slide-left
``` ```
Time to go home Time to go home
<RenderWhen context="slide"> <RenderWhen context="slide">

View File

@ -0,0 +1,212 @@
```yaml
layout: image-right
image: pictures/Uganda/Murchison Falls/map_fp_mf.JPG
transition: slide-up
```
# Smooth drive to Murchison Falls
We thought that this part of the journey would have been one of the most difficult.
We didn't know they had build a highway all the way from Murchison Falls to Fort Portal.
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-26 09.20.37.jpg
transition: slide-up
```
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-23 16.41.31.jpg
transition: slide-up
```
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-23 16.43.09.jpg
transition: slide-up
```
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-23 18.56.44.jpg
transition: slide-up
```
---
```yaml
layout: two-cols
transition: slide-up
```
The actual waterfalls
<img src="pictures/Uganda/Murchison Falls/2023-12-23 17.58.59_1.jpg" style="max-width: 65%;
height: auto;
margin-left: 100px;">
::right::
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/2023-12-23%2017.53.42.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/2023-12-23%2018.00.18.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/photo_2_2024-01-30_21-26-20.jpg
transition: slide-up
```
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/2023-12-24%2004.45.25.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/Elefanten_crossing_2.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/Elefanten_crossing.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/photo_5_2024-01-30_21-26-20.jpg
transition: slide-up
```
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-25 15.14.28.jpg
transition: slide-up
```
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/2023-12-24%2015.02.26.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: default
transition: slide-up
```
<RenderWhen context="slide">
<div style="justify-content: center;
align-items: center;
display: flex;">
<video style="height: 520px;" controls autoplay loop muted preload>
<source src="/videos/Murchison%20Falls/2023-12-25%2019.05.49.mp4" type="video/mp4">
</video>
</div>
</RenderWhen>
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-26 07.33.09.jpg
transition: slide-up
```
---
```yaml
layout: image
image: pictures/Uganda/Murchison Falls/2023-12-26 10.33.26.jpg
transition: slide-up
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -28,3 +28,7 @@ src: ./pages/kelele.md
--- ---
src: ./pages/kibale.md src: ./pages/kibale.md
--- ---
---
src: ./pages/murchison_falls.md
---