QoL Update
This commit is contained in:
@@ -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="Benny’s House — local IT infrastructure, web hosting, and creative services." />
|
||||
<meta name="description" content="Benny’s 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 }} Benny’s 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>
|
||||
|
||||
Reference in New Issue
Block a user