added admin options
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
</div>
|
||||
</button>
|
||||
<a href="/" class="header-brand" style="position: relative;">
|
||||
<img src="/assets/balloon.png" alt="Decor By Hannah's">
|
||||
Decor By Hannah's
|
||||
<img src="/assets/balloon.png" alt="Decor By Hannahs">
|
||||
Decor By Hannahs
|
||||
<img src="/assets/party-icons/party-hat.png" alt="" style="position: absolute; top: -8px; right: -15px; width: 25px; height: 25px; transform: rotate(20deg);">
|
||||
</a>
|
||||
</div>
|
||||
@@ -83,7 +83,7 @@
|
||||
<footer style="position: relative;">
|
||||
<img src="/assets/party-icons/penguin-wearing-party-hat.png" alt="" style="position: absolute; bottom: 10px; left: 20px; width: 50px; height: 50px; opacity: 0.6;">
|
||||
<img src="/assets/party-icons/party-hat-with-horn.png" alt="" style="position: absolute; bottom: 10px; right: 20px; width: 50px; height: 50px; opacity: 0.6; transform: rotate(-20deg);">
|
||||
<small>© 2025 Decor By Hannah's. All rights reserved.</small>
|
||||
<small>© 2025 Decor By Hannahs. All rights reserved.</small>
|
||||
</footer>
|
||||
{{end}}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="hero" style="position: relative;">
|
||||
<img src="/assets/party-icons/penguin-wearing-party-hat.png" alt="Party penguin" style="position: absolute; top: 20px; right: 10%; width: 100px; height: 100px; opacity: 0.8; animation: float 3s ease-in-out infinite;">
|
||||
<img src="/assets/party-icons/jester-hat.png" alt="Jester hat" style="position: absolute; bottom: 20px; left: 10%; width: 80px; height: 80px; opacity: 0.8; animation: float 4s ease-in-out infinite; animation-delay: 1s;">
|
||||
<h1>Welcome to Decor By Hannah's</h1>
|
||||
<h1>Welcome to Decor By Hannahs</h1>
|
||||
<p>We take care of all the headache for your party decorations so you don't have to</p>
|
||||
<div style="display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap;">
|
||||
<a href="/catalog" class="btn btn-primary">Browse Services</a>
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
</div>
|
||||
</button>
|
||||
<a href="/" class="header-brand">
|
||||
<img src="/assets/balloon.png" alt="Decor By Hannah's">
|
||||
Decor By Hannah's
|
||||
<img src="/assets/balloon.png" alt="Decor By Hannahs">
|
||||
Decor By Hannahs
|
||||
</a>
|
||||
</div>
|
||||
<div style="display: flex; align-items: center; gap: 1rem;">
|
||||
@@ -85,7 +85,7 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<small>© 2025 Decor By Hannah's. All rights reserved.</small>
|
||||
<small>© 2025 Decor By Hannahs. All rights reserved.</small>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Redirecting - Decor By Hannah's</title>
|
||||
<title>Redirecting - Decor By Hannahs</title>
|
||||
<link rel="stylesheet" href="/static/css/styles.css">
|
||||
<script src="/static/htmx/htmx.min.js"></script>
|
||||
<link rel="icon" href="/assets/balloon.png" type="image/png">
|
||||
|
||||
Reference in New Issue
Block a user