This commit is contained in:
Joey Kimsey
2025-01-01 22:17:38 -05:00
parent ccc134d1b2
commit 1ef85c6c2c
65 changed files with 1200 additions and 215 deletions

View File

@ -46,7 +46,7 @@
<div class="">
<input type="checkbox" class="form-check-input" name="terms" id="terms" value="1" required>
<label for="terms" class="form-check-label">
I have read and agree to the <a href="/home/terms" class="text-primary">Terms of Service</a>
I have read and agree to the <a href="/home/terms" class="text-decoration-none atb-green">Terms of Service</a>
</label>
</div>
<div class="terms mt-2 mx-auto">
@ -59,7 +59,7 @@
<!-- Submit Button -->
<div class="text-center">
<button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg">Sign up</button>
<button type="submit" name="submit" value="submit" class="btn atb-green-bg btn-lg">Sign up</button>
</div>
</fieldset>
</form>