Remove district logo-based header for public page.

This commit is contained in:
Eli Ribble 2026-01-07 20:52:27 +00:00
parent 9774452821
commit d8fd73ca1f

View file

@ -25,20 +25,6 @@
</style> </style>
{{end}} {{end}}
{{define "content"}} {{define "content"}}
<!-- Header -->
<header class="bg-light py-3">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h1 class="district-name">District Name</h1>
</div>
<div class="col-md-6 text-md-end">
<img src="placeholder-logo.png" alt="District Logo" class="district-logo">
</div>
</div>
</div>
</header>
<!-- Main Content --> <!-- Main Content -->
<main> <main>
<!-- Introduction Section --> <!-- Introduction Section -->
@ -46,10 +32,10 @@
<div class="container"> <div class="container">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-lg-10"> <div class="col-lg-10">
<h2 class="text-center mb-4">Welcome to Our Mosquito Management Services</h2> <h2 class="text-center mb-4">Report Mosquitoes Online</h2>
<p class="lead text-center"> <p class="lead text-center">
We are dedicated to protecting public health and improving quality of life by reducing We are dedicated to protecting public health and improving quality of life by reducing
mosquito populations and the diseases they can carry. Our district provides comprehensive mosquito populations and the diseases they can carry. Our districts provide comprehensive
mosquito surveillance, control, and education services to our community. mosquito surveillance, control, and education services to our community.
</p> </p>
</div> </div>
@ -151,10 +137,10 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<p class="mb-0">&copy; 2025 Gleipnir Technology}</p> <p class="mb-0">&copy; 2025 Gleipnir Technology</p>
</div> </div>
<div class="col-md-6 text-md-end"> <div class="col-md-6 text-md-end">
<p class="mb-0">Contact: (555) 123-4567 | info@mosquitodistrict.gov</p> <p class="mb-0">Contact: support@mosquitoes.online</p>
</div> </div>
</div> </div>
</div> </div>