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,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>