QoL Update

This commit is contained in:
Benny
2026-04-23 13:29:18 -05:00
parent af09d72733
commit b7f8ccf2e9
3236 changed files with 69 additions and 69 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ brand }} — {{ tagline }}</title>
<meta name="description" content="Bennys House — local IT infrastructure, web hosting, and creative services." />
<meta name="description" content="Bennys House — web services, network setup, PC imaging, and IT support for individuals and small businesses in the Greater Amarillo Area." />
<link rel="icon" href="{{ url_for('static', filename='favicon.svg') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/app.css') }}">
</head>
@@ -64,7 +64,7 @@
<div class="max-w-7xl mx-auto px-6 flex flex-col md:flex-row items-center justify-between gap-4 text-sm text-white/60">
<div> {{ year or 2025 }} Bennys House.</div>
<div class="flex items-center gap-6">
<a class="hover:underline underline-offset-4" href="https://brookhaven.bennyshouse.net">Enterprise</a>
<a class="hover:underline underline-offset-4" href="https://netdeploy.net" target="_blank" rel="noopener">NetDeploy</a>
<a class="hover:underline underline-offset-4" href="{{ contact.link }}">LinkedIn</a>
<a class="hover:underline underline-offset-4" href="{{ contact.cal }}">Book a call</a>
</div>