From 6c11b8bfcfdd337eca5fdea4dc7122ce624cbbdc Mon Sep 17 00:00:00 2001 From: Victor Soria Date: Sat, 27 Jun 2026 00:31:56 -0500 Subject: [PATCH 1/2] feat(website): add Team section and harden demo banner copy - Add Team section attributing ArchiPulse to Disruptive Works with Victor Soria as Founder & CTO, including bio, banking/insurance background, and LinkedIn link. - Expand demo banner copy to mention both pre-loaded ArchiSurance and ArchiMetal example models and the views available. - Remove duplicate 'Built by Victor Soria, CTO' attribution from footer since it now lives in the Team section. - .gitignore: prevent raw camera captures (IMG_*, *.HEIC) from being staged under website/. --- .gitignore | 6 +++++ website/index.html | 64 ++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 68 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b5dd4d..cc66d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,9 @@ go.work.sum # UI build artifacts cmd/archipulse/ui/dist/ cmd/archipulse/ui/node_modules/ + +# Defensive: never commit raw camera/phone captures to the public website folder. +# Use website/screenshots/ for intentional, named assets only. +website/IMG_* +website/*.HEIC +website/*.heic diff --git a/website/index.html b/website/index.html index 367d603..17438cd 100644 --- a/website/index.html +++ b/website/index.html @@ -438,6 +438,48 @@ .contribute-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.2px; } .contribute-card p { color: var(--muted); font-size: 13px; line-height: 1.7; } + /* ── Team ─────────────────────────────────────────────────────────── */ + #team { + padding: 80px 24px; + max-width: 1100px; + margin: 0 auto; + } + .brand-link { + color: var(--brand); + text-decoration: none; + transition: opacity 0.15s; + } + .brand-link:hover { opacity: 0.75; } + .team-card { + background: var(--surface); + border: 1px solid var(--border); + border-radius: 12px; + padding: 32px; + max-width: 720px; + } + .team-name { + font-size: 18px; + font-weight: 600; + color: var(--text); + margin-bottom: 10px; + } + .team-bio { + color: var(--muted); + line-height: 1.7; + margin-bottom: 18px; + } + .team-link { + display: inline-flex; + align-items: center; + gap: 6px; + color: var(--brand); + text-decoration: none; + font-weight: 500; + font-size: 14px; + transition: opacity 0.15s; + } + .team-link:hover { opacity: 0.75; } + /* ── CTA ──────────────────────────────────────────────────────────── */ #cta { background: var(--surface); @@ -576,7 +618,7 @@

Try ArchiPulse live - Pre-loaded with the ArchiSurance example model — no sign-up, no install required. + Explore fully loaded ArchiSurance and ArchiMetal models — application dashboard, capability landscape, dependency graph, and AOEF export. No sign-up, no install.
Open Live Demo → @@ -825,6 +867,24 @@

Documentation

+
+ + +
+ +

Built and maintained by Disruptive Works.

+

A Lima-based consultancy specializing in managed Kubernetes platforms and enterprise OSS support. ArchiPulse is our flagship open source project.

+ +
+
Victor Soria — Founder & CTO
+

16 years in enterprise architecture for banking, insurance, and retail. I built ArchiPulse to make enterprise architecture a living, queryable practice instead of a PowerPoint exercise.

+ + + LinkedIn → + +
+
+
@@ -840,7 +900,7 @@

Let AI build your enterprise architecture.