Sub-index expand (Opus): each service detail page's "What's included" list is now a pretty accordion (extends the contact FAQ disclosure — rotating +/x, accent rule, dark-band styling). Click an item to reveal a plain-English explanation written for a non-technical business owner: define the term (patch, EDR, MFA, SSL, vCIO, e911, porting...), why it matters in real terms, and a soft "that's what a free consultation is for" nudge on ~1 item/page. All 41 items rewritten; default-collapsed; keyboard + reduced-motion accessible. Data fix: radio show call-in number corrected 520-790-2020 -> 520-790-2040 across all 14 pages (display + tel: links). Forum theme was already clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
228 lines
14 KiB
HTML
228 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Services | Arizona Computer Guru</title>
|
|
<meta name="description" content="Managed IT, cybersecurity, backup, Microsoft 365, business phones, and hosting for Arizona businesses. One local partner, plainly laid out." />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="css/v2.css" />
|
|
<link rel="icon" type="image/svg+xml" href="assets/acg-g-mark.svg" />
|
|
<script>
|
|
(function () { try {
|
|
var s = localStorage.getItem("acg-theme");
|
|
var m = s || (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
|
|
document.documentElement.setAttribute("data-theme", m);
|
|
document.documentElement.classList.add("js");
|
|
} catch (e) {} })();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<a href="#main" class="skip-link">Skip to content</a>
|
|
|
|
<header class="site-header">
|
|
<div class="header-grid">
|
|
<a class="brand" href="index.html" aria-label="Arizona Computer Guru home">
|
|
<span class="brand__mark" aria-hidden="true"><svg viewBox="0 0 101 96" fill="none" stroke-linecap="round" stroke-linejoin="round"><g stroke="currentColor" stroke-width="19.75"><path d="M67 15.09A38 38 0 1 0 85.17 40.1"/><path d="M51.64 45.35 92.5 15.67"/></g><g stroke="var(--accent, #E24A12)" stroke-width="7.75"><path d="M67 15.09A38 38 0 1 0 85.17 40.1"/><path d="M51.64 45.35 92.5 15.67"/></g></svg></span>
|
|
<span class="brand__text">
|
|
<span class="brand__name">Arizona Computer Guru</span>
|
|
<span class="brand__since">Concierge IT / Tucson / Est. 2001</span>
|
|
</span>
|
|
</a>
|
|
<nav class="nav" id="siteNav" aria-label="Primary">
|
|
<a class="nav__link" href="index.html">Home</a>
|
|
<a class="nav__link" href="services.html">Services</a>
|
|
<a class="nav__link" href="pricing.html">Pricing</a>
|
|
<a class="nav__link" href="about.html">About</a>
|
|
<a class="nav__link" href="contact.html">Contact</a>
|
|
<a class="nav__link nav__link--mobile" href="calculator.html">Estimate your cost</a>
|
|
<a class="nav__link nav__link--mobile" href="tel:+15203048300">520.304.8300</a>
|
|
</nav>
|
|
<div class="header-actions">
|
|
<a class="nav__cta" href="calculator.html">Estimate</a>
|
|
<a class="nav__phone" href="tel:+15203048300">520.304.8300</a>
|
|
<button class="theme-toggle" id="themeToggle" type="button" aria-pressed="false" aria-label="Switch to dark theme"><span aria-hidden="true" data-theme-icon>☀</span></button>
|
|
<button class="nav__toggle" id="navToggle" type="button" aria-expanded="false" aria-controls="siteNav" aria-label="Open menu"><span aria-hidden="true">☰</span></button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="main">
|
|
|
|
<!-- ============ PAGE HEAD ============ -->
|
|
<section class="page-head" aria-labelledby="page-h">
|
|
<p class="page-head__meta mono reveal">
|
|
<span>DOC.02 / SERVICES</span>
|
|
<span>FULL CATALOG</span>
|
|
<span class="page-head__meta-wide">ONE LOCAL PARTNER</span>
|
|
</p>
|
|
<h1 id="page-h" class="page-head__title">
|
|
<span class="reveal">The full</span>
|
|
<span class="accent-word reveal">index.</span>
|
|
</h1>
|
|
<div class="page-head__deck">
|
|
<p class="page-head__lead reveal">One local partner for the whole stack: the computers, the security, the phones, the email, and the people who keep it all running. No bundles you do not need.</p>
|
|
<div class="page-head__aside reveal">
|
|
<a class="btn btn--primary" href="calculator.html">Estimate your cost <span class="arrow" aria-hidden="true">→</span></a>
|
|
</div>
|
|
</div>
|
|
<figure class="page-head__figure frame frame--duo reveal">
|
|
<img src="assets/services.png" width="1248" height="832" alt="A tidy wall-mounted patch panel and small network switch with neatly dressed cables on a wooden shelf in warm light." />
|
|
<span class="frame__meta frame__meta--tl mono" aria-hidden="true">FIG.003 / RACK</span>
|
|
<span class="frame__meta frame__meta--br mono" aria-hidden="true">7437 E 22ND ST / TUCSON</span>
|
|
</figure>
|
|
</section>
|
|
|
|
<!-- ============ DARK BAND: THE CATALOG ============ -->
|
|
<div class="band-ink">
|
|
<section class="band-sect" aria-labelledby="catalog-h">
|
|
<div class="band-wrap">
|
|
<div class="section-head">
|
|
<span class="section-no" aria-hidden="true">01</span>
|
|
<p class="kicker mono">Everything we do / on one page</p>
|
|
</div>
|
|
<h2 id="catalog-h" class="band-title reveal">Eight lines of business.<br />Zero mystery.</h2>
|
|
|
|
<div class="svc-group">
|
|
<h3 class="svc-group__title reveal">Run your systems<span class="svc-group__tag mono" aria-hidden="true">SYS.RUN</span></h3>
|
|
<div class="svc-index">
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">01</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="managed-it.html">Managed IT (GPS) <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Guru Protection Services keeps every endpoint healthy: 24/7 monitoring, automated patching, and a help desk that already knows your setup. You get monthly health reports showing what we fixed before it broke.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">from $19<span class="svc__per">/endpoint</span></a>
|
|
</article>
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">02</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="backup-recovery.html">Backup & Recovery <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Tested backups, offsite copies, and ransomware rollback. A bad day becomes an inconvenience instead of a closure, and we prove the restores actually work.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">in GPS-Pro & up</a>
|
|
</article>
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">03</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="projects-block-time.html">Projects & Block Time <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Migrations, network buildouts, new-office setups, and one-off work, billed against pre-paid hours that never expire. Bank the hours, draw them down when you need them.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">from $100<span class="svc__per">/hr</span></a>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="svc-group">
|
|
<h3 class="svc-group__title reveal">Protect your business<span class="svc-group__tag mono" aria-hidden="true">SEC.OPS</span></h3>
|
|
<div class="svc-index">
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">04</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="cybersecurity.html">Cybersecurity <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Advanced EDR, email security, dark-web monitoring, and security-awareness training. Basic antivirus alone is not enough anymore, so we do not pretend it is.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">in GPS-Pro & up</a>
|
|
</article>
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">05</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="vcio-compliance.html">vCIO & Compliance <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Strategy, budgeting, and cyber-insurance readiness. We help you check the boxes auditors and insurers ask for (HIPAA, SOC, MFA, documented backups) and hand you the paperwork.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">in GPS-Advanced</a>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="svc-group">
|
|
<h3 class="svc-group__title reveal">Connect your people<span class="svc-group__tag mono" aria-hidden="true">COM.LINK</span></h3>
|
|
<div class="svc-index">
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">06</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="microsoft-365.html">Microsoft 365 & Email <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Migrations, Business Standard or Premium licensing, or budget-friendly hosted email. Configured, secured, and supported by people you can call.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">from $2<span class="svc__per">/mailbox</span></a>
|
|
</article>
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">07</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="business-phones.html">Business Phones (GPS-Voice) <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Cloud phone systems with mobile and desktop apps, auto-attendants, and free number porting for managed clients. Four tiers, no per-minute surprises.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">from $22<span class="svc__per">/user</span></a>
|
|
</article>
|
|
<article class="svc reveal">
|
|
<div class="svc__no" aria-hidden="true">08</div>
|
|
<div class="svc__body">
|
|
<h4 class="svc__name"><a class="svc__link" href="web-hosting.html">Web & Email Hosting <span class="svc__go" aria-hidden="true">→</span></a></h4>
|
|
<p class="svc__desc">Managed hosting with free SSL, daily backups, and a real person (not a ticket robot) when something needs a hand.</p>
|
|
</div>
|
|
<a class="svc__meta mono" href="pricing.html">from $15<span class="svc__per">/mo</span></a>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="band-punch reveal">Every service above is on our published price list. If it is not on the list, we will quote it before we touch it.</p>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- ============ CTA ============ -->
|
|
<section class="sect grid-bg" aria-labelledby="cta-h">
|
|
<div class="wrap">
|
|
<div class="section-head">
|
|
<span class="section-no section-no--ink" aria-hidden="true">02</span>
|
|
<p class="kicker mono">No email wall / no sales call</p>
|
|
</div>
|
|
<h2 id="cta-h" class="sect__title reveal">See what<br /><span class="accent-word">it costs.</span></h2>
|
|
<p class="lead reveal">Build your own estimate with the same math we would walk you through in person, or read the full breakdown.</p>
|
|
<div class="inline-actions reveal">
|
|
<a class="btn btn--primary" href="calculator.html">Estimate your cost <span class="arrow" aria-hidden="true">→</span></a>
|
|
<a class="more-link" href="pricing.html">Full pricing breakdown <span class="arrow" aria-hidden="true">→</span></a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ============ RADIO TICKER ============ -->
|
|
<aside class="ticker" aria-label="The Computer Guru Show radio information">
|
|
<div class="ticker__track" aria-hidden="true">
|
|
<span class="ticker__item"><strong>The Computer Guru Show</strong> / Saturdays 9AM / KVOI 1030AM</span>
|
|
<span class="ticker__item">Call in live: <strong>520-790-2040</strong></span>
|
|
<span class="ticker__item">Tucson's trusted tech talk since 2001</span>
|
|
<span class="ticker__item"><strong>The Computer Guru Show</strong> / Saturdays 9AM / KVOI 1030AM</span>
|
|
<span class="ticker__item">Call in live: <strong>520-790-2040</strong></span>
|
|
<span class="ticker__item">Tucson's trusted tech talk since 2001</span>
|
|
</div>
|
|
<p class="sr-only">The Computer Guru Show, Saturdays 9AM on KVOI 1030AM. Call in live: 520-790-2040. Tucson's trusted tech talk since 2001.</p>
|
|
</aside>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="wrap footer-grid">
|
|
<div class="footer-col">
|
|
<p class="footer-brand">Arizona Computer Guru</p>
|
|
<p class="mono footer-line">Tucson-born / Arizona-wide / since 2001</p>
|
|
<p class="mono footer-line">7437 E. 22nd St, Tucson, AZ 85710</p>
|
|
</div>
|
|
<div class="footer-col">
|
|
<p class="mono footer-line"><a href="tel:+15203048300">520.304.8300</a></p>
|
|
<p class="mono footer-line"><a href="mailto:info@azcomputerguru.com">info@azcomputerguru.com</a></p>
|
|
<p class="mono footer-line">The Computer Guru Show / Sat 9AM / KVOI 1030AM</p>
|
|
</div>
|
|
<div class="footer-col footer-col--meta">
|
|
<p class="mono footer-line">© <span id="year">2026</span> ACG / 32.2226N 110.9747W</p>
|
|
<p class="mono footer-line">100% local. Never offshore.</p>
|
|
</div>
|
|
<p class="disclaimer mono">Local demonstration build of a proposed azcomputerguru.com. Pricing reflects published GPS rates and is illustrative for the estimator; a real quote is tailored to your environment. Photography is representational.</p>
|
|
</div>
|
|
</footer>
|
|
<script src="js/v2.js"></script>
|
|
</body>
|
|
</html>
|