diff --git a/assets/pics/centerpiece/centerpiece-cover.webp b/assets/pics/centerpiece/centerpiece-cover.webp new file mode 100644 index 0000000..90cfe5f Binary files /dev/null and b/assets/pics/centerpiece/centerpiece-cover.webp differ diff --git a/assets/pics/classic/ceiling.txt b/assets/pics/classic/ceiling.txt new file mode 100644 index 0000000..ba22403 --- /dev/null +++ b/assets/pics/classic/ceiling.txt @@ -0,0 +1 @@ +Ceiling Fill \ No newline at end of file diff --git a/assets/pics/classic/classic-cover.txt b/assets/pics/classic/classic-cover.txt new file mode 100644 index 0000000..dd710dd --- /dev/null +++ b/assets/pics/classic/classic-cover.txt @@ -0,0 +1 @@ +30ft Areopole Arch \ No newline at end of file diff --git a/assets/pics/organic/organic-cover.webp b/assets/pics/organic/organic-cover.webp new file mode 100644 index 0000000..a2f4228 Binary files /dev/null and b/assets/pics/organic/organic-cover.webp differ diff --git a/assets/pics/sculptures/sculpture-cover.webp b/assets/pics/sculptures/sculpture-cover.webp new file mode 100644 index 0000000..031fad6 Binary files /dev/null and b/assets/pics/sculptures/sculpture-cover.webp differ diff --git a/gallery/centerpiece/index.html b/gallery/centerpiece/index.html new file mode 100644 index 0000000..e69de29 diff --git a/gallery/classic.html b/gallery/classic.html new file mode 100644 index 0000000..44422f5 --- /dev/null +++ b/gallery/classic.html @@ -0,0 +1,100 @@ + + +
+ + + + + + +
+
+
+
+
+
+
+
@@ -89,7 +90,7 @@
+
@@ -97,7 +98,7 @@
+
diff --git a/gallery/organic/index.html b/gallery/organic/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/gallery/sculpture/index.html b/gallery/sculpture/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/gallery/updateGallery.sh b/gallery/updateGallery.sh
new file mode 100755
index 0000000..213167e
--- /dev/null
+++ b/gallery/updateGallery.sh
@@ -0,0 +1,144 @@
+#!/bin/bash
+
+# Directory where images are stored
+IMAGE_DIR="../assets/pics/organic"
+OUTPUT_FILE="classic.html"
+
+# Ensure the images directory exists
+if [ ! -d "$IMAGE_DIR" ]; then
+ echo "Error: Directory '$IMAGE_DIR' not found!"
+ exit 1
+fi
+
+# Start writing the HTML file
+cat > "$OUTPUT_FILE" <$caption
" >> "$OUTPUT_FILE" + echo "