chore: bootstrap lean sysadmin-chronicles repo
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Axiom Works — Workflow Automation for Modern Operations</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<div class="nav-inner">
|
||||
<a class="nav-logo" href="index.html">
|
||||
<img src="assets/logo.png" alt="Axiom Works">
|
||||
<span>Axiom Works</span>
|
||||
</a>
|
||||
<ul class="nav-links">
|
||||
<li><a href="index.html" class="active">Home</a></li>
|
||||
<li><a href="products.html">Products</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="people.html">Our Team</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="hero">
|
||||
<div class="hero-inner">
|
||||
<p class="hero-eyebrow">Enterprise Workflow Automation</p>
|
||||
<h1>Streamline. Scale. Succeed.</h1>
|
||||
<p>Axiom Works helps mid-size manufacturers and logistics companies automate the workflows that keep operations running — without the complexity that gets in the way.</p>
|
||||
<div>
|
||||
<a href="products.html" class="btn btn-primary">See Our Products</a>
|
||||
<a href="about.html" class="btn btn-outline">Learn About Us</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<main class="page">
|
||||
|
||||
<section>
|
||||
<p class="section-label">Why Axiom Works</p>
|
||||
<h2 class="section-title">Built for the way operations actually work</h2>
|
||||
<p class="section-intro">Most workflow tools are designed for software teams. AxiomFlow was designed for the people running shifts, managing fleets, and keeping production lines moving.</p>
|
||||
|
||||
<div class="card-grid">
|
||||
<div class="card">
|
||||
<div class="card-icon">⚙️</div>
|
||||
<h3>Configurable Without Consultants</h3>
|
||||
<p>Your team can build and modify workflows without waiting on a vendor or a dedicated IT project. If you can describe the process, you can automate it.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">📊</div>
|
||||
<h3>Visibility Across the Operation</h3>
|
||||
<p>AxiomDash gives managers a live view of what's moving, what's stalled, and where the bottlenecks are — without pulling reports by hand.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">🔗</div>
|
||||
<h3>Connects to What You Have</h3>
|
||||
<p>We integrate with ERP systems, warehouse management tools, and the spreadsheets your team has been using since 2009. We don't ask you to start over.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">🛡️</div>
|
||||
<h3>Supported by a Real Team</h3>
|
||||
<p>Every customer gets a named support contact. When something breaks during a shift, you call a person — not a ticketing system that routes you to a chatbot.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr class="section-divider">
|
||||
|
||||
<section>
|
||||
<p class="section-label">Our Platform</p>
|
||||
<h2 class="section-title">The AxiomFlow platform</h2>
|
||||
<p class="section-intro">A connected suite of tools for workflow automation, reporting, and system integration — built to run reliably at scale.</p>
|
||||
|
||||
<div class="card-grid">
|
||||
<div class="card">
|
||||
<div class="card-icon">🔄</div>
|
||||
<h3>AxiomFlow</h3>
|
||||
<p>The core workflow automation platform. Define processes, assign tasks, set triggers, and track completion — all in one place. Trusted by over 140 customers across manufacturing, logistics, and distribution.</p>
|
||||
<span class="card-tag">Flagship Product</span>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">📈</div>
|
||||
<h3>AxiomDash</h3>
|
||||
<p>Real-time reporting and analytics built on top of your AxiomFlow data. Track KPIs, spot trends, and share dashboards with stakeholders — without an analyst in the loop.</p>
|
||||
<span class="card-tag">Analytics Add-On</span>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-icon">🔌</div>
|
||||
<h3>AxiomSync</h3>
|
||||
<p>Our legacy data integration layer, connecting older systems to AxiomFlow where modern connectors aren't available. Available for existing customers on legacy contracts.</p>
|
||||
<span class="card-tag legacy">Legacy</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr class="section-divider">
|
||||
|
||||
<section>
|
||||
<p class="section-label">By The Numbers</p>
|
||||
<h2 class="section-title">A track record that holds up</h2>
|
||||
<p class="section-intro">We've been doing this since 2011. The numbers reflect what happens when you focus on one thing and keep doing it well.</p>
|
||||
|
||||
<div class="card-grid" style="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));">
|
||||
<div class="card" style="text-align:center;">
|
||||
<span class="stat-num">140+</span>
|
||||
<span class="stat-lbl">Active Customers</span>
|
||||
</div>
|
||||
<div class="card" style="text-align:center;">
|
||||
<span class="stat-num">14</span>
|
||||
<span class="stat-lbl">Years in Business</span>
|
||||
</div>
|
||||
<div class="card" style="text-align:center;">
|
||||
<span class="stat-num">280</span>
|
||||
<span class="stat-lbl">Employees</span>
|
||||
</div>
|
||||
<div class="card" style="text-align:center;">
|
||||
<span class="stat-num">99.6%</span>
|
||||
<span class="stat-lbl">Uptime (12-Month Avg)</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="cta-banner">
|
||||
<h2>Ready to see AxiomFlow in action?</h2>
|
||||
<p>Schedule a 30-minute demo with one of our solutions engineers. No slides, no pitch deck — just the product.</p>
|
||||
<a href="about.html#contact" class="btn btn-primary">Request a Demo</a>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="footer-logo">
|
||||
<img src="assets/logo.png" alt="Axiom Works">
|
||||
<span>Axiom Works</span>
|
||||
</div>
|
||||
<p>© 2025 Axiom Works, Inc. All rights reserved. · <a href="about.html">About</a> · <a href="products.html">Products</a> · <a href="people.html">Our Team</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user