From 8cbb7c25c392f39529ed68604d27b10fe54d6103 Mon Sep 17 00:00:00 2001 From: Nils K Date: Mon, 15 Mar 2021 19:35:54 +0100 Subject: demo images --- .github/workflows/main.yml | 38 +++++++++++++++++++++++++++++++++ .gitignore | 5 +---- images/demo/Example_images.zip | Bin 0 -> 2179019 bytes images/demo/Example_images_LICENSE.txt | 19 +++++++++++++++++ images/demo/Example_video_LICENSE.txt | 6 ++++++ images/demo/Landscape_1.jpg | Bin 0 -> 139435 bytes images/demo/Landscape_2.jpg | Bin 0 -> 137359 bytes images/demo/Landscape_3.jpg | Bin 0 -> 140965 bytes images/demo/Landscape_4.jpg | Bin 0 -> 140588 bytes images/demo/Landscape_5.jpg | Bin 0 -> 137611 bytes images/demo/Landscape_6.jpg | Bin 0 -> 137628 bytes images/demo/Landscape_7.jpg | Bin 0 -> 140645 bytes images/demo/Landscape_8.jpg | Bin 0 -> 141286 bytes images/demo/Portrait_1.jpg | Bin 0 -> 129059 bytes images/demo/Portrait_2.jpg | Bin 0 -> 136072 bytes images/demo/Portrait_3.jpg | Bin 0 -> 135813 bytes images/demo/Portrait_4.jpg | Bin 0 -> 131520 bytes images/demo/Portrait_5.jpg | Bin 0 -> 133715 bytes images/demo/Portrait_6.jpg | Bin 0 -> 136257 bytes images/demo/Portrait_7.jpg | Bin 0 -> 135366 bytes images/demo/Portrait_8.jpg | Bin 0 -> 132543 bytes images/demo/Video.mp4 | Bin 0 -> 4788565 bytes images/gallery.jpg | Bin 0 -> 27734 bytes images/image.jpg | Bin 0 -> 42362 bytes 24 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/main.yml create mode 100644 images/demo/Example_images.zip create mode 100644 images/demo/Example_images_LICENSE.txt create mode 100644 images/demo/Example_video_LICENSE.txt create mode 100644 images/demo/Landscape_1.jpg create mode 100644 images/demo/Landscape_2.jpg create mode 100644 images/demo/Landscape_3.jpg create mode 100644 images/demo/Landscape_4.jpg create mode 100644 images/demo/Landscape_5.jpg create mode 100644 images/demo/Landscape_6.jpg create mode 100644 images/demo/Landscape_7.jpg create mode 100644 images/demo/Landscape_8.jpg create mode 100644 images/demo/Portrait_1.jpg create mode 100644 images/demo/Portrait_2.jpg create mode 100644 images/demo/Portrait_3.jpg create mode 100644 images/demo/Portrait_4.jpg create mode 100644 images/demo/Portrait_5.jpg create mode 100644 images/demo/Portrait_6.jpg create mode 100644 images/demo/Portrait_7.jpg create mode 100644 images/demo/Portrait_8.jpg create mode 100644 images/demo/Video.mp4 create mode 100644 images/gallery.jpg create mode 100644 images/image.jpg diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8be1a92 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,38 @@ +name: "Update gallery.sh demo page" +on: + workflow_dispatch: + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + steps: + - name: Dependencies 🔧 + run: sudo apt-get install imagemagick jhead + - name: Checkout 🛎️ + uses: actions/checkout@v2 + - name: Configuration 🖊️ + run: | + mkdir -p "build/" + mkdir -p "$HOME/status/" + echo 'MY_STATUS_HTML="build/index.html"' > config + echo 'MY_STATUS_JSON="build/status.json"' >> config + echo 'MY_MAINTENANCE_TEXT_FILE="status_maintenance_text.txt"' >> config + echo 'MY_HOSTNAME_FILE="status_hostname_list.txt"' >> config + echo 'This is a demo page of static_status.' > status_maintenance_text.txt + echo 'This status page is generated with GitHub Action.' >> status_maintenance_text.txt + echo 'curl;https://www.heise.de/ping|heise online' > status_hostname_list.txt + echo 'curl;ftp://ftp.debian.org/debian/README' >> status_hostname_list.txt + echo 'nc;8.8.8.8|DNS @ Google;53' >> status_hostname_list.txt + echo "config" + cat config + echo "status_maintenance_text.txt" + cat status_maintenance_text.txt + echo "status_hostname_list.txt" + cat status_hostname_list.txt + - name: Status 🚦 + run: bash status.sh loud + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@4.0.0 + with: + branch: gh-pages # The branch the action should deploy to. + folder: build # The folder the action should deploy. \ No newline at end of file diff --git a/.gitignore b/.gitignore index d771675..c26aecf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .DS_Store -assert.sh -*.html -*.gif -*.jpg \ No newline at end of file +assert.sh \ No newline at end of file diff --git a/images/demo/Example_images.zip b/images/demo/Example_images.zip new file mode 100644 index 0000000..d163cba Binary files /dev/null and b/images/demo/Example_images.zip differ diff --git a/images/demo/Example_images_LICENSE.txt b/images/demo/Example_images_LICENSE.txt new file mode 100644 index 0000000..978ee2a --- /dev/null +++ b/images/demo/Example_images_LICENSE.txt @@ -0,0 +1,19 @@ +Copyright (c) 2010 Dave Perrett, http://recursive-design.com/ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/images/demo/Example_video_LICENSE.txt b/images/demo/Example_video_LICENSE.txt new file mode 100644 index 0000000..0d50554 --- /dev/null +++ b/images/demo/Example_video_LICENSE.txt @@ -0,0 +1,6 @@ +Pexels Videos offers completely free videos. All videos are licensed under the Creative Commons Zero (CC0) license. + +You can find more information about the license on the official license page: + +https://creativecommons.org/publicdomain/zero/1.0/ +https://videos.pexels.com/video-license \ No newline at end of file diff --git a/images/demo/Landscape_1.jpg b/images/demo/Landscape_1.jpg new file mode 100644 index 0000000..015c5f1 Binary files /dev/null and b/images/demo/Landscape_1.jpg differ diff --git a/images/demo/Landscape_2.jpg b/images/demo/Landscape_2.jpg new file mode 100644 index 0000000..2e7fb57 Binary files /dev/null and b/images/demo/Landscape_2.jpg differ diff --git a/images/demo/Landscape_3.jpg b/images/demo/Landscape_3.jpg new file mode 100644 index 0000000..74505cf Binary files /dev/null and b/images/demo/Landscape_3.jpg differ diff --git a/images/demo/Landscape_4.jpg b/images/demo/Landscape_4.jpg new file mode 100644 index 0000000..ea133fb Binary files /dev/null and b/images/demo/Landscape_4.jpg differ diff --git a/images/demo/Landscape_5.jpg b/images/demo/Landscape_5.jpg new file mode 100644 index 0000000..81a8af6 Binary files /dev/null and b/images/demo/Landscape_5.jpg differ diff --git a/images/demo/Landscape_6.jpg b/images/demo/Landscape_6.jpg new file mode 100644 index 0000000..7426aba Binary files /dev/null and b/images/demo/Landscape_6.jpg differ diff --git a/images/demo/Landscape_7.jpg b/images/demo/Landscape_7.jpg new file mode 100644 index 0000000..a541d95 Binary files /dev/null and b/images/demo/Landscape_7.jpg differ diff --git a/images/demo/Landscape_8.jpg b/images/demo/Landscape_8.jpg new file mode 100644 index 0000000..3f51d28 Binary files /dev/null and b/images/demo/Landscape_8.jpg differ diff --git a/images/demo/Portrait_1.jpg b/images/demo/Portrait_1.jpg new file mode 100644 index 0000000..f579779 Binary files /dev/null and b/images/demo/Portrait_1.jpg differ diff --git a/images/demo/Portrait_2.jpg b/images/demo/Portrait_2.jpg new file mode 100644 index 0000000..4d9212c Binary files /dev/null and b/images/demo/Portrait_2.jpg differ diff --git a/images/demo/Portrait_3.jpg b/images/demo/Portrait_3.jpg new file mode 100644 index 0000000..2f88b6d Binary files /dev/null and b/images/demo/Portrait_3.jpg differ diff --git a/images/demo/Portrait_4.jpg b/images/demo/Portrait_4.jpg new file mode 100644 index 0000000..cc947da Binary files /dev/null and b/images/demo/Portrait_4.jpg differ diff --git a/images/demo/Portrait_5.jpg b/images/demo/Portrait_5.jpg new file mode 100644 index 0000000..b14114b Binary files /dev/null and b/images/demo/Portrait_5.jpg differ diff --git a/images/demo/Portrait_6.jpg b/images/demo/Portrait_6.jpg new file mode 100644 index 0000000..79617a9 Binary files /dev/null and b/images/demo/Portrait_6.jpg differ diff --git a/images/demo/Portrait_7.jpg b/images/demo/Portrait_7.jpg new file mode 100644 index 0000000..fbcde86 Binary files /dev/null and b/images/demo/Portrait_7.jpg differ diff --git a/images/demo/Portrait_8.jpg b/images/demo/Portrait_8.jpg new file mode 100644 index 0000000..07beac8 Binary files /dev/null and b/images/demo/Portrait_8.jpg differ diff --git a/images/demo/Video.mp4 b/images/demo/Video.mp4 new file mode 100644 index 0000000..e1aa70c Binary files /dev/null and b/images/demo/Video.mp4 differ diff --git a/images/gallery.jpg b/images/gallery.jpg new file mode 100644 index 0000000..e222bef Binary files /dev/null and b/images/gallery.jpg differ diff --git a/images/image.jpg b/images/image.jpg new file mode 100644 index 0000000..f733b82 Binary files /dev/null and b/images/image.jpg differ -- cgit v1.2.3