- 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:
@@ -9,7 +9,7 @@
|
||||
<span>Your staff account uses the same secure sign-in.</span>
|
||||
</div>
|
||||
</div>
|
||||
<form class="auth-card form-stack" action="/login" method="post">
|
||||
<form class="auth-card form-stack" action="<?= e(url('/login')) ?>" method="post">
|
||||
<?= csrf_field() ?>
|
||||
<div>
|
||||
<span class="eyebrow">Account access</span>
|
||||
@@ -29,8 +29,7 @@
|
||||
</label>
|
||||
<button class="button button-large button-block" type="submit">Continue Securely</button>
|
||||
<p class="form-footnote">We will email a six-digit verification code after your password is accepted.</p>
|
||||
<p class="auth-switch">New here? <a href="/register">Create an account</a></p>
|
||||
<p class="auth-switch">New here? <a href="<?= e(url('/register')) ?>">Create an account</a></p>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user