Update to new format

This commit is contained in:
MisterSoandSo
2026-04-27 23:30:52 -07:00
parent 99e9f605e2
commit f85809ddf4
12 changed files with 172 additions and 0 deletions

24
about/index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" href="/acstech_favicon_angular_acs_v2.ico" sizes="any"><title>About | ACSTechnology</title><link rel="stylesheet" href="/_astro/BaseLayout.CmXLcAZX.css"></head> <body class="bg-dark text-light d-flex flex-column min-vh-100"> <header id="site-header"> <nav class="navbar navbar-expand-md bg-body py-3" data-bs-theme="dark"> <div class="container"> <a class="navbar-brand d-flex align-items-center" href="/"> <span>ACSTechnology</span> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navcol-1" aria-controls="navcol-1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navcol-1"> <ul class="navbar-nav ms-auto"> <li class="nav-item"><a class="nav-link" href="/about/">About</a></li> <li class="nav-item"><a class="nav-link" href="/blog/">The Lab</a></li> <li class="nav-item"><a class="nav-link" href="/projects/">Projects</a></li> <li class="nav-item"><a class="nav-link" href="/contact/">Contact</a></li> </ul> </div> </div> </nav> </header> <main> <article class="bubble bubble-left"> <h1>About ACSTechnology</h1> <p>
ACSTechnology is a founder-led software business based in Southern California.
I help small businesses and teams build custom software when off-the-shelf tools
dont quite fit — whether thats internal tools, automations, or client-facing systems.
</p> </article> <article class="bubble bubble-right"> <h2>What I Build</h2> <ul> <li>Custom web applications tailored to your workflow</li> <li>Backend APIs and system integrations</li> <li>Automation tools to reduce manual work</li> <li>AI-assisted tools for internal or client-facing use</li> </ul> </article> <article class="bubble bubble-left"> <h2>Who I Work With</h2> <ul> <li>Private organizations needing secure, domain-specific AI tools for internal workflows</li> <li>Small businesses outgrowing spreadsheets or manual processes</li> <li>Teams that need internal tools or automation</li> <li>Clients replacing or extending tools like Jotform, Airtable, or similar platforms</li> </ul> </article> <article class="bubble bubble-right"> <h2>What You Can Expect</h2> <ul> <li>Clear communication — no disappearing mid-project</li> <li>Practical solutions, not over-engineered systems</li> <li>Maintainable code you can work with after handoff</li> <li>A transparent and structured development process</li> </ul> </article> <article class="bubble bubble-left"> <h2>How I Work</h2> <p>
I focus on building systems that solve real problems and remain maintainable long after launch.
The goal isnt just to ship software — its to build something you can rely on.
</p> <p>
Development happens in the open where it makes sense. Public work is mirrored on GitHub,
while private projects are handled in a controlled, self-hosted environment to protect
client data and maintain clear separation from public code.
</p> </article> <article class="bubble bubble-right"> <h2>When Im Not the Right Fit</h2> <p>
If an off-the-shelf tool already solves your problem cleanly, Ill usually recommend that instead.
My work is best suited for cases where existing tools fall short, need to be extended,
or dont align well with your workflow.
</p> </article> <article class="bubble bubble-left"> <h2>About Me</h2> <p>
I'm Andrew, a developer focused on building practical, maintainable systems for real-world use.
</p> <p>
I started ACSTechnology to work directly with clients who need software that fits their workflow —
not the other way around.
</p> <p>
I tend to work best with people who already understand their problem and want a reliable,
long-term solution rather than a quick patch.
</p> </article> </main> <footer id="site-footer" class="bg-body mt-auto" data-bs-theme="dark"> <div class="container py-4 py-lg-5"> <div class="row text-center text-md-start gy-4"> <!-- Column 1: Brand / Copyright --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start justify-content-center"> <p class="fw-semibold mb-1">ACSTechnology</p> <p class="text-body-secondary mb-0 small">Built with curiosity and caffeine</p> <p class="text-body-secondary mb-0 small">&copy; 2026</p> </div> <!-- Column 2: Resources --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start"> <small class="text-uppercase text-body-secondary mb-2">Resources</small> <ul class="list-unstyled mb-0"> <li class="mb-1"><a class="link-body-emphasis text-decoration-none" href="/faq/">FAQ</a></li> <li class="mb-1"><a class="link-body-emphasis text-decoration-none" href="/privacy/">Privacy</a></li> <li><a class="link-body-emphasis text-decoration-none" href="/terms/">Terms</a></li> </ul> </div> <!-- Column 3: Development --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start"> <small class="text-uppercase text-body-secondary mb-2">Development</small> <ul class="list-unstyled mb-0"> <li class="mb-1"><a class="text-decoration-none" href="https://git.acstech.dev">Gitea</a></li> <li class="mb-1"><a class="text-decoration-none" href="https://github.com/ACSTechDev">GitHub</a></li> <li class="mb-1"><a class="text-decoration-none" href="https://www.linkedin.com/company/acstechdev">LinkedIn (Company)</a></li> <li><a class="text-decoration-none" href="https://www.linkedin.com/in/andrew-chiang-so/">LinkedIn (Founder)</a></li> </ul> </div> </div> </div> </footer> <script type="module" src="/_astro/BaseLayout.astro_astro_type_script_index_0_lang.GtM1sxkV.js"></script> </body> </html>