From 32cd89b2d3aa74385b75b7747d755618bca307d6 Mon Sep 17 00:00:00 2001 From: Sanju-15 Date: Sat, 11 Jan 2025 13:38:15 +0545 Subject: [PATCH] survey completed --- README.md | 16 ++++++ index.html | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++ script.js | 51 +++++++++++++++++ 3 files changed, 227 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 script.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa0bbeb --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## Github Setup +### Setup account +git config --global user.name "your_username" +git config --global user.email johndoe@example.com + + +# first time +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git remote add origin https://hackethon.ai/hack/Sanju-15/aquaguardian.git +git push -u origin main + + +# already existing repo \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5848a23 --- /dev/null +++ b/index.html @@ -0,0 +1,160 @@ + + + + + + Water Conservation Survey + + + + +
+

Water Conservation Survey

+
+ +
+ + +
+ + +
+ + +
+ + +
+ 1. General Awareness + + Less than 50 liters
+ 50–100 liters
+ 100–200 liters
+ More than 200 liters
+ + + Yes
+ No
+ Not sure
+ + + Less than 5 liters
+ 5–10 liters
+ 10–20 liters
+ More than 20 liters
+
+ + +
+ 2. Personal Habits + + Always
+ Sometimes
+ Never
+ + + Yes
+ No
+ + + Always
+ Sometimes
+ Never
+ + + Low-flow faucets
+ Dual-flush toilets
+ Water-efficient washing machines
+ None
+
+ + +
+ 3. Feedback and Suggestions + + + + + + + + +
+ + + +
+ + +
+

Tips for Water Conservation

+

+
+
+ + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..a359ab2 --- /dev/null +++ b/script.js @@ -0,0 +1,51 @@ + + +