diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 07:33:42 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 07:33:42 +0200 |
| commit | c181dc5c37435029a0f5f2c51d6f36da4d32afd5 (patch) | |
| tree | 0bb74fb47d4de9910e26834c252b10a7f5dd94c4 | |
| parent | 2d82707fcfba3752ec2ebadeb845607f2a5d694b (diff) | |
| download | mitjafelicijan.com-c181dc5c37435029a0f5f2c51d6f36da4d32afd5.tar.gz | |
Post: Floods in Slovenia up close
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | content/posts/2023-08-05-floods-in-slovenia.md | 19 | ||||
| -rwxr-xr-x | static/assets/floods/IMG_1461.mp4 | bin | 0 -> 14410656 bytes | |||
| -rwxr-xr-x | static/assets/floods/IMG_1466.mp4 | bin | 0 -> 8902148 bytes | |||
| -rwxr-xr-x | static/assets/floods/IMG_1469.webp | bin | 0 -> 816680 bytes | |||
| -rwxr-xr-x | static/assets/floods/IMG_1470.webp | bin | 0 -> 933574 bytes | |||
| -rwxr-xr-x | static/assets/floods/IMG_1471.mp4 | bin | 0 -> 10163115 bytes | |||
| -rwxr-xr-x | static/assets/floods/IMG_1474.mp4 | bin | 0 -> 14032243 bytes | |||
| -rw-r--r-- | templates/base.html | 2 |
9 files changed, 21 insertions, 1 deletions
| @@ -1 +1,2 @@ | |||
| 1 | public/ | 1 | public/ |
| 2 | .DS_Store \ No newline at end of file | ||
diff --git a/content/posts/2023-08-05-floods-in-slovenia.md b/content/posts/2023-08-05-floods-in-slovenia.md new file mode 100644 index 0000000..1ca580b --- /dev/null +++ b/content/posts/2023-08-05-floods-in-slovenia.md | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | --- | ||
| 2 | title: "Floods in Slovenia up close" | ||
| 3 | url: floods-in-slovenia.html | ||
| 4 | date: 2023-08-05T07:06:50+02:00 | ||
| 5 | type: post | ||
| 6 | draft: false | ||
| 7 | --- | ||
| 8 | |||
| 9 | <video src="/assets/floods/IMG_1471.mp4" controls></video> | ||
| 10 | |||
| 11 | <video src="/assets/floods/IMG_1474.mp4" controls></video> | ||
| 12 | |||
| 13 |  | ||
| 14 | |||
| 15 |  | ||
| 16 | |||
| 17 | <video src="/assets/floods/IMG_1461.mp4" controls></video> | ||
| 18 | |||
| 19 | <video src="/assets/floods/IMG_1466.mp4" controls></video> | ||
diff --git a/static/assets/floods/IMG_1461.mp4 b/static/assets/floods/IMG_1461.mp4 new file mode 100755 index 0000000..6b7f325 --- /dev/null +++ b/static/assets/floods/IMG_1461.mp4 | |||
| Binary files differ | |||
diff --git a/static/assets/floods/IMG_1466.mp4 b/static/assets/floods/IMG_1466.mp4 new file mode 100755 index 0000000..f15cdb9 --- /dev/null +++ b/static/assets/floods/IMG_1466.mp4 | |||
| Binary files differ | |||
diff --git a/static/assets/floods/IMG_1469.webp b/static/assets/floods/IMG_1469.webp new file mode 100755 index 0000000..b668039 --- /dev/null +++ b/static/assets/floods/IMG_1469.webp | |||
| Binary files differ | |||
diff --git a/static/assets/floods/IMG_1470.webp b/static/assets/floods/IMG_1470.webp new file mode 100755 index 0000000..74496ba --- /dev/null +++ b/static/assets/floods/IMG_1470.webp | |||
| Binary files differ | |||
diff --git a/static/assets/floods/IMG_1471.mp4 b/static/assets/floods/IMG_1471.mp4 new file mode 100755 index 0000000..ac7f8b5 --- /dev/null +++ b/static/assets/floods/IMG_1471.mp4 | |||
| Binary files differ | |||
diff --git a/static/assets/floods/IMG_1474.mp4 b/static/assets/floods/IMG_1474.mp4 new file mode 100755 index 0000000..e1018d0 --- /dev/null +++ b/static/assets/floods/IMG_1474.mp4 | |||
| Binary files differ | |||
diff --git a/templates/base.html b/templates/base.html index 3c88f26..d6bb0e3 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -168,7 +168,7 @@ | |||
| 168 | <p>This website does not track you. Content is made available under | 168 | <p>This website does not track you. Content is made available under |
| 169 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 169 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 170 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 170 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 171 | otherwise. Blog feed is available as <a href="/index.xml" | 171 | otherwise. Blog is also available as <a href="/index.xml" |
| 172 | target="_blank">RSS feed</a>. | 172 | target="_blank">RSS feed</a>. |
| 173 | </p> | 173 | </p> |
| 174 | </footer> | 174 | </footer> |
