diff --git a/public-report/routes.go b/public-report/routes.go index 2c757748..14541bbc 100644 --- a/public-report/routes.go +++ b/public-report/routes.go @@ -12,6 +12,7 @@ func Router() chi.Router { r.Get("/robots.txt", getRobots) r.Get("/email", getEmailByCode) r.Get("/image/{uuid}", getImageByUUID) + r.Get("/mock", getMockRoot) r.Get("/nuisance", getNuisance) r.Post("/nuisance-submit", postNuisance) r.Get("/nuisance-submit-complete", getNuisanceSubmitComplete) diff --git a/public-report/template/mock/root.html b/public-report/template/mock/root.html new file mode 100644 index 00000000..d55a39bb --- /dev/null +++ b/public-report/template/mock/root.html @@ -0,0 +1,135 @@ +{{template "base.html" .}} + +{{define "title"}}Main{{end}} +{{define "extraheader"}} + +{{end}} +{{define "content"}} + +
+ +
+
+
+
+

Report Mosquitoes Online

+

+ We are dedicated to protecting public health and improving quality of life by reducing + mosquito populations and the diseases they can carry. Our districts provide comprehensive + mosquito surveillance, control, and education services to our community. +

+
+
+
+
+ + +
+
+
+
+

On the go?

+ Make a Quick Report +

Report mosquito issues in under 60 seconds

+
+
+
+
+ + +
+
+

How Can We Help You Today?

+
+ +
+
+
+
+ + + +
+

Follow-up or Check Status

+

Check on a previous request or view current mosquito activity in your area.

+ Get Status +
+
+
+ + +
+
+
+
+ + + +
+

Report a Green Pool

+

Report stagnant water sources like abandoned pools that may breed mosquitoes.

+ Report Source +
+
+
+ + +
+
+
+
+ + + +
+

Report Mosquito Nuisance

+

Report areas with high adult mosquito activity causing discomfort or concern.

+ Report Problem +
+
+
+
+ + +
+
+
+
+
+
+
Need to make a quick report?
+

Use our streamlined form to report mosquito issues in under 60 seconds

+
+ +
+
+
+
+
+
+
+
+ +{{end}}