commit 3ca3676b3617d2464abfc1691972cb8f6752f88a Author: Brandon4466 Date: Sat Jul 26 17:08:09 2025 -0700 intial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47e1933 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +images/ +Download_All_Photos.zip +web.config \ No newline at end of file diff --git a/Thumbs.db b/Thumbs.db new file mode 100644 index 0000000..54d46c1 Binary files /dev/null and b/Thumbs.db differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f54b225 --- /dev/null +++ b/index.html @@ -0,0 +1,129 @@ + + + + + + Christiana Varner - Portland State University - Graduation 2025 + + + +

Christiana Varner - Portland State University - Graduation 2025

+ Download All + + + + + + diff --git a/list-images.php b/list-images.php new file mode 100644 index 0000000..214b1f1 --- /dev/null +++ b/list-images.php @@ -0,0 +1,24 @@ + $thumbPath, 'full' => $fullPath]; + } else { + $images[] = ['thumb' => $fullPath, 'full' => $fullPath]; + } + } + } +} +header('Content-Type: application/json'); +echo json_encode($images); +?> \ No newline at end of file