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,16 +4,16 @@
<div class="max-w-4xl mx-auto px-6 space-y-8">
<header>
<h1 class="font-bebas text-5xl">About Bennys House</h1>
<p class="mt-4 text-white/80 max-w-prose">Bennys House is an Amarillohomed IT & Web services studio serving the Texas Panhandle and the greater Texas area. We build and run practical systems for small businesses and individuals, and we can operate at enterprise scale when needed.</p>
<p class="mt-4 text-white/80 max-w-prose">Bennys House is a one-person tech shop based in the Greater Amarillo Area. I help individuals and small businesses with websites, networks, and computers.</p>
</header>
<section class="glass rounded-2xl p-6 space-y-4">
<h2 class="text-xl font-semibold">What we believe</h2>
<h2 class="text-xl font-semibold">How I work</h2>
<ul class="card-list !pl-0 list-none space-y-2">
<li class="dot">Localfirst when it makes sense, cloud when it earns the right.</li>
<li class="dot">Simple, reliable stacks beat flashy complexity.</li>
<li class="dot">Own your infra where possible; avoid lockin.</li>
<li class="dot">I explain what Im doing in terms that make sense to you.</li>
<li class="dot">Fair, upfront pricing with no surprise fees.</li>
<li class="dot">On-site or remote, whatever works best for you.</li>
</ul>
</section>
@@ -21,18 +21,18 @@
<section class="grid md:grid-cols-2 gap-6">
<article class="card">
<h3 class="card-title">Service Area</h3>
<p class="card-body">Based in Amarillo, we happily travel anywhere in the Texas Panhandle and consult across the greater Texas region. Remote support available.</p>
<p class="card-body">Based in the Greater Amarillo Area. Available on-site throughout the Texas Panhandle, and remotely for anyone who needs help from afar.</p>
</article>
<article class="card">
<h3 class="card-title">Stack & Focus</h3>
<p class="card-body">Proxmox • Windows Server/AD • Linux • Flask/Node • Tailwind • MariaDB • WireGuard • Nginx. We ship secure, maintainable, nononsense solutions.</p>
<h3 class="card-title">Also on NetDeploy</h3>
<p class="card-body">Looking for web and IT services through a broader platform? Find me at <a href="https://netdeploy.net" class="underline underline-offset-4 hover:text-white" target="_blank" rel="noopener">netdeploy.net</a>.</p>
</article>
</section>
<section class="glass rounded-2xl p-6">
<h2 class="text-xl font-semibold">Who we help</h2>
<p class="card-body">Local shops, offices, and individuals who need dependable systems and clean websites. Need enterprise rigor? We can engage via BrookHaven for larger programs.</p>
<h2 class="text-xl font-semibold">Who I help</h2>
<p class="card-body">Homeowners who need reliable Wi-Fi. Small businesses setting up their first website. Offices that need computers configured and ready to use.</p>
</section>

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>

View File

@@ -11,12 +11,7 @@
<div class="absolute inset-x-0 -top-px h-px bg-gradient-to-r from-transparent via-white/30 to-transparent"></div>
<header class="flex items-start gap-4">
<div class="h-12 w-12 rounded-xl bg-white/10 grid place-items-center shrink-0">
<!-- Simple user icon -->
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 opacity-80" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 7.5a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.5 20.25a8.25 8.25 0 0115 0"/>
</svg>
</div>
<img src="{{ url_for('static', filename='Headshot.jpeg') }}" alt="Benjamin Mosley" class="rounded-xl object-cover object-top shrink-0" style="width:5rem;height:5rem;">
<div>
<h1 class="font-bebas text-5xl leading-none tracking-wide">{{ contact.name }}</h1>
<p class="mt-1 text-white/80">{{ contact.title }}</p>
@@ -67,7 +62,7 @@
<path stroke-linecap="round" stroke-linejoin="round" d="M6.75 3v3M17.25 3v3M3.75 8.25h16.5M5.25 21h13.5A2.25 2.25 0 0021 18.75V8.25H3v10.5A2.25 2.25 0 005.25 21z"/>
</svg>
</span>
<span class="truncate text-white/80 group-hover:text-white">Book a call</span>
<span class="truncate text-white/80 group-hover:text-white">Book a 30 minute meeting</span>
</a>
</li>
{% endif %}

View File

@@ -5,16 +5,16 @@
<div class="max-w-7xl mx-auto px-6 py-16 md:py-24 grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="font-bebas text-5xl md:text-7xl leading-none">No<span class="text-white/70"> House</span><br><span class="text-white/90">Quite Like It</span></h1>
<p class="mt-6 text-white/80 max-w-prose">Localfirst infrastructure, modern web hosting, and pragmatic creative. We refurbish and recycle hardware to cut costs, then deploy reliable systems you actually own.</p>
<p class="mt-6 text-white/80 max-w-prose">Web services, network setup, PC imaging, and general IT support for individuals and small businesses in the Greater Amarillo Area.</p>
<div class="mt-8 flex flex-wrap gap-3">
<a href="{{ contact.cal }}" class="btn-primary">Book a 30min call</a>
<a href="{{ contact.cal }}" class="btn-primary">Book a free consult</a>
<a href="/contact" class="btn-ghost">Get a quote</a>
</div>
<ul class="mt-6 flex flex-wrap gap-6 text-xs text-white/60">
<li class="dot">Onsite infrastructure</li>
<li class="dot">Flask/Node hosting</li>
<li class="dot">SSL + backups</li>
<li class="dot">Refurb discount option</li>
<li class="dot">Web services</li>
<li class="dot">Network setup</li>
<li class="dot">PC imaging</li>
<li class="dot">BillFlow billing tool</li>
</ul>
</div>
@@ -37,30 +37,30 @@
<h2 class="font-bebas text-4xl md:text-5xl">Services</h2>
<div class="mt-8 grid md:grid-cols-3 gap-6">
<article class="card">
<h3 class="card-title">Local IT Infrastructure</h3>
<p class="card-body">Proxmox clusters, VLANs, DNS, VPN, backups—made for small businesses that need reliability without red tape.</p>
<h3 class="card-title">Web Services</h3>
<p class="card-body">Websites and web apps for individuals and small businesses. Hosted and maintained for you.</p>
<ul class="card-list">
<li>Windows Server/AD & Linux</li>
<li>Secure file servers (Samba/NFS)</li>
<li>Monitoring & on-call</li>
<li>New sites & redesigns</li>
<li>Hosting, SSL & backups</li>
<li>Domains & email setup</li>
</ul>
</article>
<article class="card">
<h3 class="card-title">Web & App Hosting</h3>
<p class="card-body">Flask, Node, or static. SSL, backups, staging, and wildcard subdomains for rapid prototyping & launch.</p>
<h3 class="card-title">Network Setup</h3>
<p class="card-body">Network setup and troubleshooting for homes and small offices. Covers routers, switches, Wi-Fi, and remote access.</p>
<ul class="card-list">
<li>Stripe + domain upsells</li>
<li>Fast Tailwind frontends</li>
<li>Observability baked in</li>
<li>Router & switch config</li>
<li>Wi-Fi coverage & optimization</li>
<li>Remote access & VPN</li>
</ul>
</article>
<article class="card">
<h3 class="card-title">Refurb & Recycle Discount</h3>
<p class="card-body">Lower your quote by letting us refurbish quality used hardware into dependable local servers.</p>
<h3 class="card-title">PC Imaging & Setup</h3>
<p class="card-body">PC imaging, configuration, and deployment for new machines. Includes software setup, data migration, and backups.</p>
<ul class="card-list">
<li>Costeffective nodes</li>
<li>Warranty & burnin tests</li>
<li>Green + budgetfriendly</li>
<li>OS imaging & deployment</li>
<li>Software installs & updates</li>
<li>Data migration & backups</li>
</ul>
</article>
</div>

View File

@@ -4,61 +4,61 @@
<div class="max-w-6xl mx-auto px-6">
<header class="max-w-3xl">
<h1 class="font-bebas text-5xl">Services</h1>
<p class="mt-4 text-white/80">From local sysadmin to modern web, we tailor the stack to your constraints and budget — including refurbpowered discounts to keep costs sensible.</p>
<p class="mt-4 text-white/80">Web services, network setup, PC imaging, and IT support for individuals and small businesses in the Greater Amarillo Area. Available on-site or remote.</p>
</header>
<div class="mt-10 grid md:grid-cols-2 gap-6">
<article class="card">
<h3 class="card-title">Local System Administration</h3>
<p class="card-body">Onsite/remote support for small businesses and individuals. Proxmox clusters, Windows Server/Active Directory, Linux, backups, VLANs, DNS, VPN, and monitoring.</p>
<h3 class="card-title">Web Services</h3>
<p class="card-body">Website design, hosting, and maintenance for individuals and small businesses.</p>
<ul class="card-list">
<li>User & identity management (AD)</li>
<li>Secure file servers (Samba/NFS)</li>
<li>Automated backups & recovery drills</li>
<li>New sites & redesigns</li>
<li>Hosting, SSL & automatic backups</li>
<li>Domain & email setup</li>
</ul>
</article>
<article class="card">
<h3 class="card-title">Web Development & Hosting</h3>
<p class="card-body">Flask/Node apps or static sites with Tailwind frontends. SSL, backups, staging, wildcard subdomains — and Stripe/domain upsells when youre ready.</p>
<h3 class="card-title">Network Setup & Troubleshooting</h3>
<p class="card-body">Network setup and troubleshooting for homes and small offices.</p>
<ul class="card-list">
<li>New builds or refactors</li>
<li>Observability baked in</li>
<li>Fast, accessible UI</li>
<li>Router & switch configuration</li>
<li>Wi-Fi coverage & performance</li>
<li>Remote access & VPN</li>
</ul>
</article>
<article class="card">
<h3 class="card-title">App Deployment & Integrations</h3>
<p class="card-body">Want a custom Obsidian server for your office? Need a selfhosted wiki, dashboard, or existing tool stood up securely? We handle the infra, auth, and logistics.</p>
<h3 class="card-title">PC Imaging & Deployment</h3>
<p class="card-body">PC imaging and configuration for new machines. Includes software setup, data migration, and backups.</p>
<ul class="card-list">
<li>Install, configure, and harden</li>
<li>Singlesignon options</li>
<li>Backups & updates scheduled</li>
<li>OS imaging & deployment</li>
<li>Software installs & Windows setup</li>
<li>Data migration & backups</li>
</ul>
</article>
<article class="card">
<h3 class="card-title">Refurb & Recycle Discounts</h3>
<p class="card-body">Lower your quote by letting us refurb quality used hardware into dependable local servers. Burnin tests and warranty options included.</p>
<h3 class="card-title">BillFlow</h3>
<p class="card-body">A billing and invoicing tool for small businesses. Send invoices, track payments, and manage what youre owed.</p>
<ul class="card-list">
<li>Costeffective nodes</li>
<li>Green and budgetfriendly</li>
<li>Onsite support options</li>
<li>Easy invoice creation & sending</li>
<li>Payment tracking</li>
<li>Built for small business owners</li>
</ul>
</article>
<article class="card md:col-span-2">
<h3 class="card-title">Enterprise via BrookHaven</h3>
<p class="card-body">If you need largerscale rollouts, compliance, or crosssite coordination, we can deliver through our enterprise channel (BrookHaven) while keeping execution pragmatic.</p>
<h3 class="card-title">Have a question?</h3>
<p class="card-body">Book a free 30-minute call or send a message and Ill get back to you.</p>
<div class="mt-4">
<a href="/contact" class="btn-primary">Tell us what you need</a>
<a href="/about" class="btn-ghost ml-2">Learn about us</a>
<a href="{{ contact.cal }}" class="btn-primary" target="_blank" rel="noopener">Book a free consult</a>
<a href="/contact" class="btn-ghost ml-2">Send a message</a>
</div>
</article>
</div>