- Implemented the dark photo-based theme.
Moved all images to public/assets/images. Added darkened photography across heroes, specials, menu cards, authentication, story, checkout, and footer. Replaced placeholder branding with the supplied logo. Preserved configurable menu item images. Updated desktop and mobile styling for readable cream/gold text.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<li>Your payment details are handled by Square, not stored here</li>
|
||||
</ul>
|
||||
</div>
|
||||
<form class="auth-card form-stack" action="/register" method="post">
|
||||
<form class="auth-card form-stack" action="<?= e(url('/register')) ?>" method="post">
|
||||
<?= csrf_field() ?>
|
||||
<div>
|
||||
<span class="eyebrow">Customer account</span>
|
||||
@@ -55,7 +55,7 @@
|
||||
</label>
|
||||
<div class="notice">Creating an account opts you into occasional Fat Bottom Grille news. You can opt out from any email or My Account.</div>
|
||||
<button class="button button-large button-block" type="submit">Create My Account</button>
|
||||
<p class="auth-switch">Already have an account? <a href="/login">Sign in</a></p>
|
||||
<p class="auth-switch">Already have an account? <a href="<?= e(url('/login')) ?>">Sign in</a></p>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user