aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-05 07:33:42 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-05 07:33:42 +0200
commitc181dc5c37435029a0f5f2c51d6f36da4d32afd5 (patch)
tree0bb74fb47d4de9910e26834c252b10a7f5dd94c4
parent2d82707fcfba3752ec2ebadeb845607f2a5d694b (diff)
downloadmitjafelicijan.com-c181dc5c37435029a0f5f2c51d6f36da4d32afd5.tar.gz
Post: Floods in Slovenia up close
-rw-r--r--.gitignore1
-rw-r--r--content/posts/2023-08-05-floods-in-slovenia.md19
-rwxr-xr-xstatic/assets/floods/IMG_1461.mp4bin0 -> 14410656 bytes
-rwxr-xr-xstatic/assets/floods/IMG_1466.mp4bin0 -> 8902148 bytes
-rwxr-xr-xstatic/assets/floods/IMG_1469.webpbin0 -> 816680 bytes
-rwxr-xr-xstatic/assets/floods/IMG_1470.webpbin0 -> 933574 bytes
-rwxr-xr-xstatic/assets/floods/IMG_1471.mp4bin0 -> 10163115 bytes
-rwxr-xr-xstatic/assets/floods/IMG_1474.mp4bin0 -> 14032243 bytes
-rw-r--r--templates/base.html2
9 files changed, 21 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 364fdec..a4c395b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1public/ 1public/
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---
2title: "Floods in Slovenia up close"
3url: floods-in-slovenia.html
4date: 2023-08-05T07:06:50+02:00
5type: post
6draft: 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![](/assets/floods/IMG_1469.webp)
14
15![](/assets/floods/IMG_1470.webp)
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>