From d517b16ad8001d9f5007829e9660edb2e0edd029 Mon Sep 17 00:00:00 2001 From: SPLATPLAYS Date: Wed, 16 Oct 2024 10:55:50 +0800 Subject: [PATCH] added a fully functional gallery, needs images and image headers (Made a template to copy each image into) --- contact.html | 1 + gallery.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 3 files changed, 55 insertions(+) create mode 100644 gallery.html diff --git a/contact.html b/contact.html index 663953a..622ca03 100644 --- a/contact.html +++ b/contact.html @@ -21,6 +21,7 @@ About Programs Contact + Gallery diff --git a/gallery.html b/gallery.html new file mode 100644 index 0000000..29354d7 --- /dev/null +++ b/gallery.html @@ -0,0 +1,53 @@ + + + + + + Gallery - Kelmscott SHS Robotics + + + + + +
+ +
+ + +
+

Our Robotics Gallery

+
+ +
+ Robot 1 +

Robot 1 Description

+
+ +
+
+ + + + + diff --git a/index.html b/index.html index 031e8ab..bd06387 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,7 @@ About Programs Contact + Gallery