diff --git a/build.sh b/build.sh index cf1d6c3..015e97f 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,25 @@ #!/bin/sh +# MIT License +# Copyright (c) 2022 Angel Jumbo +# +# 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. + touch ./index.html echo " @@ -27,12 +47,12 @@ do count=1; for wallpaper in ${subdir}/* do - if [ "$count" -lt 11 ]; then #limit the amount of images per section in index + if [ "$count" -lt 9 ]; then #limit the amount of images per section in index echo " $wallpaper" >> ./index.html count=$((count+1)) else #if the limit is exceeded then create a new html with all the images of the section - # TODO: make this part cleaner, this is really ugly. + # TODO: make this part cleaner, this is really ugly!!. subhtml="${subdir##*/}.html" nimgs=$(ls "${subdir}" | wc -l) echo " diff --git a/wallpapers/anime/classroom.jpg b/wallpapers/anime/classroom.jpg new file mode 100644 index 0000000..0818ea8 Binary files /dev/null and b/wallpapers/anime/classroom.jpg differ diff --git a/wallpapers/irl/beach.jpg b/wallpapers/irl/beach.jpg new file mode 100644 index 0000000..e2e3949 Binary files /dev/null and b/wallpapers/irl/beach.jpg differ diff --git a/wallpapers/irl/board.jpg b/wallpapers/irl/board.jpg new file mode 100644 index 0000000..3f282b6 Binary files /dev/null and b/wallpapers/irl/board.jpg differ diff --git a/wallpapers/irl/comfy-room.jpg b/wallpapers/irl/comfy-room.jpg new file mode 100644 index 0000000..0f02377 Binary files /dev/null and b/wallpapers/irl/comfy-room.jpg differ diff --git a/wallpapers/irl/flower-1.jpg b/wallpapers/irl/flower-1.jpg new file mode 100644 index 0000000..2f1e2d5 Binary files /dev/null and b/wallpapers/irl/flower-1.jpg differ diff --git a/wallpapers/irl/forest-2.jpg b/wallpapers/irl/forest-2.jpg new file mode 100644 index 0000000..96fa2f4 Binary files /dev/null and b/wallpapers/irl/forest-2.jpg differ diff --git a/wallpapers/irl/forest-3.jpg b/wallpapers/irl/forest-3.jpg new file mode 100644 index 0000000..0a04516 Binary files /dev/null and b/wallpapers/irl/forest-3.jpg differ diff --git a/wallpapers/irl/forest-foggy-misty-cloudy.png b/wallpapers/irl/forest-foggy-misty-cloudy.png new file mode 100644 index 0000000..07e1143 Binary files /dev/null and b/wallpapers/irl/forest-foggy-misty-cloudy.png differ diff --git a/wallpapers/irl/forest-moss.png b/wallpapers/irl/forest-moss.png new file mode 100644 index 0000000..58f6da7 Binary files /dev/null and b/wallpapers/irl/forest-moss.png differ diff --git a/wallpapers/irl/forest-mountain-cloudy-valley.png b/wallpapers/irl/forest-mountain-cloudy-valley.png new file mode 100644 index 0000000..1f503fc Binary files /dev/null and b/wallpapers/irl/forest-mountain-cloudy-valley.png differ diff --git a/wallpapers/irl/forest-river.jpg b/wallpapers/irl/forest-river.jpg new file mode 100644 index 0000000..59231ad Binary files /dev/null and b/wallpapers/irl/forest-river.jpg differ diff --git a/wallpapers/irl/forest.jpg b/wallpapers/irl/forest.jpg new file mode 100644 index 0000000..41c9ed8 Binary files /dev/null and b/wallpapers/irl/forest.jpg differ diff --git a/wallpapers/irl/girl.jpg b/wallpapers/irl/girl.jpg new file mode 100644 index 0000000..5a449c8 Binary files /dev/null and b/wallpapers/irl/girl.jpg differ diff --git a/wallpapers/irl/house.jpg b/wallpapers/irl/house.jpg new file mode 100644 index 0000000..84442f1 Binary files /dev/null and b/wallpapers/irl/house.jpg differ diff --git a/wallpapers/irl/houseonthesideofalake.jpg b/wallpapers/irl/houseonthesideofalake.jpg new file mode 100644 index 0000000..9809165 Binary files /dev/null and b/wallpapers/irl/houseonthesideofalake.jpg differ diff --git a/wallpapers/irl/lantern.jpg b/wallpapers/irl/lantern.jpg new file mode 100644 index 0000000..fcae27f Binary files /dev/null and b/wallpapers/irl/lantern.jpg differ diff --git a/wallpapers/irl/leaves-2.jpg b/wallpapers/irl/leaves-2.jpg new file mode 100644 index 0000000..70bf5d7 Binary files /dev/null and b/wallpapers/irl/leaves-2.jpg differ diff --git a/wallpapers/irl/marketplace.jpg b/wallpapers/irl/marketplace.jpg new file mode 100644 index 0000000..49f9aa1 Binary files /dev/null and b/wallpapers/irl/marketplace.jpg differ diff --git a/wallpapers/irl/mate-2.jpg b/wallpapers/irl/mate-2.jpg new file mode 100644 index 0000000..3fd6085 Binary files /dev/null and b/wallpapers/irl/mate-2.jpg differ diff --git a/wallpapers/irl/mate-3.jpg b/wallpapers/irl/mate-3.jpg new file mode 100644 index 0000000..ea4a7e9 Binary files /dev/null and b/wallpapers/irl/mate-3.jpg differ diff --git a/wallpapers/irl/not-so-gruv-city.jpg b/wallpapers/irl/not-so-gruv-city.jpg new file mode 100644 index 0000000..b3c9953 Binary files /dev/null and b/wallpapers/irl/not-so-gruv-city.jpg differ diff --git a/wallpapers/irl/rails.jpg b/wallpapers/irl/rails.jpg new file mode 100644 index 0000000..4044803 Binary files /dev/null and b/wallpapers/irl/rails.jpg differ diff --git a/wallpapers/irl/rain.jpg b/wallpapers/irl/rain.jpg new file mode 100644 index 0000000..bf8777c Binary files /dev/null and b/wallpapers/irl/rain.jpg differ diff --git a/wallpapers/irl/rose.jpg b/wallpapers/irl/rose.jpg new file mode 100644 index 0000000..c449996 Binary files /dev/null and b/wallpapers/irl/rose.jpg differ diff --git a/wallpapers/irl/rose01.jpg b/wallpapers/irl/rose01.jpg new file mode 100644 index 0000000..bb29c4b Binary files /dev/null and b/wallpapers/irl/rose01.jpg differ diff --git a/wallpapers/irl/street.jpg b/wallpapers/irl/street.jpg new file mode 100644 index 0000000..e7a4b3d Binary files /dev/null and b/wallpapers/irl/street.jpg differ diff --git a/wallpapers/light/bird.jpg b/wallpapers/light/bird.jpg new file mode 100644 index 0000000..b55a954 Binary files /dev/null and b/wallpapers/light/bird.jpg differ diff --git a/wallpapers/light/buildings.jpg b/wallpapers/light/buildings.jpg new file mode 100644 index 0000000..eb47759 Binary files /dev/null and b/wallpapers/light/buildings.jpg differ diff --git a/wallpapers/light/chinese-hills.jpg b/wallpapers/light/chinese-hills.jpg new file mode 100644 index 0000000..34ecc99 Binary files /dev/null and b/wallpapers/light/chinese-hills.jpg differ diff --git a/wallpapers/light/gojira.jpg b/wallpapers/light/gojira.jpg new file mode 100644 index 0000000..6d73fc2 Binary files /dev/null and b/wallpapers/light/gojira.jpg differ diff --git a/wallpapers/minimalistic/awesome.jpg b/wallpapers/minimalistic/awesome.jpg new file mode 100644 index 0000000..a23a943 Binary files /dev/null and b/wallpapers/minimalistic/awesome.jpg differ diff --git a/wallpapers/mix/among-us.jpg b/wallpapers/mix/among-us.jpg new file mode 100644 index 0000000..7ab6445 Binary files /dev/null and b/wallpapers/mix/among-us.jpg differ diff --git a/wallpapers/mix/astronaut.jpg b/wallpapers/mix/astronaut.jpg new file mode 100644 index 0000000..f409a16 Binary files /dev/null and b/wallpapers/mix/astronaut.jpg differ diff --git a/wallpapers/mix/chinatown.jpg b/wallpapers/mix/chinatown.jpg new file mode 100644 index 0000000..20ce431 Binary files /dev/null and b/wallpapers/mix/chinatown.jpg differ diff --git a/wallpapers/mix/dalek.jpg b/wallpapers/mix/dalek.jpg new file mode 100644 index 0000000..2d35a52 Binary files /dev/null and b/wallpapers/mix/dalek.jpg differ diff --git a/wallpapers/mix/dead-robot.jpg b/wallpapers/mix/dead-robot.jpg new file mode 100644 index 0000000..7f686ad Binary files /dev/null and b/wallpapers/mix/dead-robot.jpg differ diff --git a/wallpapers/mix/flower.jpg b/wallpapers/mix/flower.jpg new file mode 100644 index 0000000..a1fddfb Binary files /dev/null and b/wallpapers/mix/flower.jpg differ diff --git a/wallpapers/mix/future-town.jpg b/wallpapers/mix/future-town.jpg new file mode 100644 index 0000000..ee3e54e Binary files /dev/null and b/wallpapers/mix/future-town.jpg differ diff --git a/wallpapers/mix/girl-reading-book.jpg b/wallpapers/mix/girl-reading-book.jpg new file mode 100644 index 0000000..f67c92a Binary files /dev/null and b/wallpapers/mix/girl-reading-book.jpg differ diff --git a/wallpapers/mix/greek.jpg b/wallpapers/mix/greek.jpg new file mode 100644 index 0000000..f41e730 Binary files /dev/null and b/wallpapers/mix/greek.jpg differ diff --git a/wallpapers/mix/hotline-miami.jpg b/wallpapers/mix/hotline-miami.jpg new file mode 100644 index 0000000..f5c4476 Binary files /dev/null and b/wallpapers/mix/hotline-miami.jpg differ diff --git a/wallpapers/mix/ruines.jpg b/wallpapers/mix/ruines.jpg new file mode 100644 index 0000000..c14962b Binary files /dev/null and b/wallpapers/mix/ruines.jpg differ diff --git a/wallpapers/mix/satellite.jpg b/wallpapers/mix/satellite.jpg new file mode 100644 index 0000000..dcd38dd Binary files /dev/null and b/wallpapers/mix/satellite.jpg differ diff --git a/wallpapers/mix/wolf.jpg b/wallpapers/mix/wolf.jpg new file mode 100644 index 0000000..661d973 Binary files /dev/null and b/wallpapers/mix/wolf.jpg differ diff --git a/wallpapers/pixelart/dock.jpg b/wallpapers/pixelart/dock.jpg new file mode 100644 index 0000000..d5afcba Binary files /dev/null and b/wallpapers/pixelart/dock.jpg differ diff --git a/wallpapers/pixelart/house-garden.jpg b/wallpapers/pixelart/house-garden.jpg new file mode 100644 index 0000000..916fc90 Binary files /dev/null and b/wallpapers/pixelart/house-garden.jpg differ