From 53e717fedc087685f8650525f75947bf111c1fbc Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 6 Feb 2025 15:56:48 -0500 Subject: [PATCH] jotform contact us (temporary) added pages, fixed links --- .vscode/settings.json | 3 + about/index.html | 84 ++++++++++++++++++ gallery/index.html | 193 ++++++++++++++++++++++++++++++++++++++++++ index.html | 108 ++--------------------- script.js | 5 ++ style.css | 4 +- terms/index.html | 178 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 475 insertions(+), 100 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 about/index.html create mode 100644 gallery/index.html create mode 100644 terms/index.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..af735bc --- /dev/null +++ b/about/index.html @@ -0,0 +1,84 @@ + + + + + + Beach Party Balloons + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + \ No newline at end of file diff --git a/gallery/index.html b/gallery/index.html new file mode 100644 index 0000000..607c030 --- /dev/null +++ b/gallery/index.html @@ -0,0 +1,193 @@ + + + + + + Beach Party Balloons + + + + + + + + + + + + + + + + +
+

My Gallery

+
+ + + +
+
+ + + + + +
+
+ + + + + + + +
+ Gallery Image +
+ + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 0c5e6d4..7a57945 100644 --- a/index.html +++ b/index.html @@ -33,14 +33,16 @@