Tonnes of updates to the site documentation and general processes

This commit is contained in:
2025-06-30 15:49:39 -06:00
parent 438e9678d1
commit d607d3a4b2
93 changed files with 14823 additions and 6347 deletions

View File

@@ -79,6 +79,11 @@
<label for="edit-location-email">Email</label>
<input type="email" id="edit-location-email" name="Email">
</div>
<div class="form-group">
<label for="edit-location-phone">Phone Number</label>
<input type="tel" id="edit-location-phone" name="Phone">
</div>
<div class="form-row">
<div class="form-group">
@@ -124,6 +129,11 @@
</select>
</div>
</div>
<div class="form-group">
<label for="edit-location-notes">Notes</label>
<textarea id="edit-location-notes" name="Notes" rows="4"></textarea>
</div>
<div class="form-row">
<div class="form-group">
@@ -177,6 +187,12 @@
<input type="email" id="location-email" name="Email"
placeholder="Enter email address">
</div>
<div class="form-group">
<label for="location-phone">Phone Number</label>
<input type="tel" id="location-phone" name="Phone"
placeholder="Enter phone number">
</div>
<div class="form-row">
<div class="form-group">
@@ -224,6 +240,12 @@
</select>
</div>
</div>
<div class="form-group">
<label for="location-notes">Notes</label>
<textarea id="location-notes" name="Notes" rows="4"
placeholder="Enter additional details"></textarea>
</div>
<div class="form-row">
<div class="form-group">