diff --git a/css/style.css b/css/style.css
index 2a03245..cf051ab 100644
--- a/css/style.css
+++ b/css/style.css
@@ -473,16 +473,6 @@ details[open] summary {
margin-left: auto;
margin-right: auto;
}
- .slide img:nth-of-type(1) {animation-delay: 0s;}
- .slide img:nth-of-type(2) {animation-delay: 5s;}
- .slide img:nth-of-type(3) {animation-delay: 10s;}
- @keyframes slide-anime{
- 0% {left: 100%;}
- 4% {left: 3.5%;}
- 29% {left: 3.5%;}
- 33% {left: -100%;}
- 100% {left: -100%;}
- }
}
@media screen and (max-width: 599px) {
diff --git a/images/2024/20240922_1.jpg b/images/2024/20240922_1.jpg
new file mode 100644
index 0000000..94528df
Binary files /dev/null and b/images/2024/20240922_1.jpg differ
diff --git a/images/2024/20240922_1.jpg.jpg b/images/2024/20240922_1.jpg.jpg
new file mode 100644
index 0000000..a07437b
Binary files /dev/null and b/images/2024/20240922_1.jpg.jpg differ
diff --git a/images/2024/20240922_2.jpg b/images/2024/20240922_2.jpg
new file mode 100644
index 0000000..754977b
Binary files /dev/null and b/images/2024/20240922_2.jpg differ
diff --git a/images/2024/20240922_2.jpg.jpg b/images/2024/20240922_2.jpg.jpg
new file mode 100644
index 0000000..11e108c
Binary files /dev/null and b/images/2024/20240922_2.jpg.jpg differ
diff --git a/images/2024/20240922_3.jpg b/images/2024/20240922_3.jpg
new file mode 100644
index 0000000..d9f92cf
Binary files /dev/null and b/images/2024/20240922_3.jpg differ
diff --git a/images/2024/20240922_3.jpg.jpg b/images/2024/20240922_3.jpg.jpg
new file mode 100644
index 0000000..06f5fdf
Binary files /dev/null and b/images/2024/20240922_3.jpg.jpg differ
diff --git a/images/2024/20240923_1.jpg b/images/2024/20240923_1.jpg
new file mode 100644
index 0000000..227adb8
Binary files /dev/null and b/images/2024/20240923_1.jpg differ
diff --git a/images/2024/20240923_1.jpg.jpg b/images/2024/20240923_1.jpg.jpg
new file mode 100644
index 0000000..1a38681
Binary files /dev/null and b/images/2024/20240923_1.jpg.jpg differ
diff --git a/images/2024/20240923_2.jpg b/images/2024/20240923_2.jpg
new file mode 100644
index 0000000..88c7f62
Binary files /dev/null and b/images/2024/20240923_2.jpg differ
diff --git a/images/2024/20240923_2.jpg.jpg b/images/2024/20240923_2.jpg.jpg
new file mode 100644
index 0000000..dd0847f
Binary files /dev/null and b/images/2024/20240923_2.jpg.jpg differ
diff --git a/images/2024/20240923_3.jpg b/images/2024/20240923_3.jpg
new file mode 100644
index 0000000..9807d49
Binary files /dev/null and b/images/2024/20240923_3.jpg differ
diff --git a/images/2024/20240923_3.jpg.jpg b/images/2024/20240923_3.jpg.jpg
new file mode 100644
index 0000000..8cbdf56
Binary files /dev/null and b/images/2024/20240923_3.jpg.jpg differ
diff --git a/images/2024/20240923_4.jpg b/images/2024/20240923_4.jpg
new file mode 100644
index 0000000..c7cb988
Binary files /dev/null and b/images/2024/20240923_4.jpg differ
diff --git a/images/2024/20240923_4.jpg.jpg b/images/2024/20240923_4.jpg.jpg
new file mode 100644
index 0000000..835ea28
Binary files /dev/null and b/images/2024/20240923_4.jpg.jpg differ
diff --git a/images/2024/20240923_5.jpg b/images/2024/20240923_5.jpg
new file mode 100644
index 0000000..3575872
Binary files /dev/null and b/images/2024/20240923_5.jpg differ
diff --git a/images/2024/20240923_5.jpg.jpg b/images/2024/20240923_5.jpg.jpg
new file mode 100644
index 0000000..9b6bdde
Binary files /dev/null and b/images/2024/20240923_5.jpg.jpg differ
diff --git a/scripts/generate_index.py b/scripts/generate_index.py
index 2824f97..c9a7c24 100644
--- a/scripts/generate_index.py
+++ b/scripts/generate_index.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import os
import re
-version="1001"
+version="1002"
print('start: generate index.html')
@@ -49,7 +49,7 @@
write_lines.append('\n')
write_lines.append('\n')
write_lines.append('\n')
-write_lines.append('\n')
+write_lines.append('\n')
write_lines.append('\n')
write_lines.append('\n')
write_lines.append('\n')
diff --git a/scripts/md2html.py b/scripts/md2html.py
index 8e73d98..e48d725 100644
--- a/scripts/md2html.py
+++ b/scripts/md2html.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import os
import re
-version="1001"
+version="1002"
# markdownのファイル名を全て取得
markdown_files = []