- 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:
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<span class="account-email"><?= e($currentUser['email']) ?></span>
|
||||
</div>
|
||||
<form class="form-stack" action="/account" method="post">
|
||||
<form class="form-stack" action="<?= e(url('/account')) ?>" method="post">
|
||||
<?= csrf_field() ?>
|
||||
<div class="form-grid">
|
||||
<label>Full name
|
||||
@@ -68,7 +68,7 @@
|
||||
<span class="eyebrow">Past pickups</span>
|
||||
<h2>Order History</h2>
|
||||
</div>
|
||||
<a class="button button-small" href="/menu">Order Again</a>
|
||||
<a class="button button-small" href="<?= e(url('/menu')) ?>">Order Again</a>
|
||||
</div>
|
||||
<?php if (!$orders): ?>
|
||||
<div class="empty-state compact">
|
||||
|
||||
Reference in New Issue
Block a user