wip
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
<label for="email" class="col-lg-6 col-form-label text-lg-end">Email:</label>
|
||||
<div class="col-lg-2">
|
||||
<input type="email" class="form-control" name="email" id="email" required>
|
||||
<input type="email" class="d-none" name="userEmail" id="userEmail">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -42,6 +43,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Cloudflare Turnstile Widget -->
|
||||
<div class="mb-3 row">
|
||||
<div class="cf-turnstile col-2 offset-5" data-sitekey="{TURNSTILE_API_KEY}"></div>
|
||||
</div>
|
||||
|
||||
<!-- Terms of Service -->
|
||||
<div class="mb-3 text-center">
|
||||
<div class="">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2 mb-3 text-center">
|
||||
{SHARE_IMAGE}
|
||||
<h5>Dark Mode</h5>
|
||||
<h5 class="atb-green">Dark Mode</h5>
|
||||
<div class="material-switch px-4 mt-2">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
|
||||
<label for="dark-mode-toggle" class="label-default"></label>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<div class="text-center mb-3">
|
||||
<h5 class="mb-3">Share</h5>
|
||||
<h5 class="mb-3 atb-green">Share</h5>
|
||||
<div class="px-4 mt-2">
|
||||
<!-- Share Button (visible only on medium+ screens) -->
|
||||
<button type="button" class="btn btn-outline-primary"
|
||||
data-bs-toggle="popover" data-bs-html="true" title="Share" data-bs-placement="top" data-bs-trigger="focus"
|
||||
<button type="button" class="btn atb-green-outline"
|
||||
data-bs-toggle="popover" data-bs-html="true" title="Share"
|
||||
data-bs-content='
|
||||
{QR_CODE}
|
||||
<div class="d-flex justify-content-between">
|
||||
|
Reference in New Issue
Block a user