From 7191d16fb5ca00f35f10e0911fb7314e387a47e0 Mon Sep 17 00:00:00 2001
From: seven
Date: Sun, 28 Jun 2026 10:49:27 +0800
Subject: [PATCH] v1: new homepage + unified nav
(press/judging/services/attorneys/resources/login/theme/signup)
---
v1/attorneys.html | 29 ++-
v1/index.html | 476 ++++++++++++++++++++++++++++++++++++++++++++++
v1/judging.html | 29 ++-
v1/login.html | 49 ++++-
v1/petitions.html | 29 ++-
v1/press.html | 29 ++-
v1/services.html | 29 ++-
v1/styles.css | 70 ++++++-
v1/vercel.json | 4 +-
9 files changed, 688 insertions(+), 56 deletions(-)
create mode 100644 v1/index.html
diff --git a/v1/attorneys.html b/v1/attorneys.html
index d8156c2..698758c 100644
--- a/v1/attorneys.html
+++ b/v1/attorneys.html
@@ -111,10 +111,10 @@
@@ -301,6 +304,14 @@
document.addEventListener("click", () => dd.classList.remove("open"));
dd.querySelector(".dropdown-menu").addEventListener("click", (e) => e.stopPropagation());
}
+ const THEME_KEY = "abigail-theme";
+ const root = document.documentElement;
+ if (localStorage.getItem(THEME_KEY) === "dark") root.classList.add("dark");
+ const toggle = document.getElementById("themeToggle");
+ if (toggle) toggle.addEventListener("click", () => {
+ root.classList.toggle("dark");
+ localStorage.setItem(THEME_KEY, root.classList.contains("dark") ? "dark" : "light");
+ });
+
+
+
+
+
+
+
+
Attorney-led O-1 & EB-1. Powered by AI.
+
Abigail combines an AI drafting engine with Ivy / BigLaw-trained attorneys. Flat fees, 5-business-day prep, no retainers — for extraordinary-ability cases.
+
+
+ Flat fees. No retainers. Ivy / BigLaw attorneys.
+
+
+
+
+
+
+
+
What we do.
+
Three coordinated layers — filing, evidence, lifecycle — under one engagement.
+
+
+
+
+
PILLAR 01
+
Filing
+
AI builds the petition narrative, evidence map, support letter frameworks, and forms. An Ivy / BigLaw-trained attorney reviews, annotates, and signs. 5-business-day turnaround.
+
See filing tiers →
+
+
+
PILLAR 02
+
Evidence
+
Optional services that strengthen the criteria where applicants commonly fall short — press placement for Criterion 3 and peer-review intros for Criterion 4.
+
See evidence services →
+
+
+
PILLAR 03
+
Lifecycle
+
Continuous attorney representation from intake to filing to RFE response to extension. One named attorney across the entire arc, not a rotating cast.
+
Meet the network →
+
+
+
+
+
+
+
+
+
+
5 days
+
Target prep, intake to attorney-ready
+
+
+
Ivy / BigLaw
+
The credential floor for every reviewing attorney
+
+
+
Flat fees
+
No retainers, no hourly billing, no scope creep
+
+
+
150+
+
Founder's in-house immigration matters managed
+
+
+
+
+
+
+
+
+
The evidence layer.
+
Most O-1A and EB-1A denials trace to two criteria: published material and judging . We help close the gap before filing.
+
+
+
+
+
+
+
+
+
+
+
From intake to filing-ready in five business days.
+
Most attorney-only firms quote 4–6 weeks. Even AI-assisted firms quote 2 weeks. Abigail's AI does the work in parallel with evidence collection — your package is ready when your last document arrives.
+
See how it works
+
+
+
+ 01
+ Intake & document uploadAI classifies, extracts, and runs consistency checks the moment you upload.
+
+
+ 02
+ AI drafts your packagePetition narrative, support letter frameworks, evidence map, cover letter — all grounded in your facts.
+
+
+ 03
+ Attorney reviews & signs3–5 business-day turnaround. Engagement via Abigail Legal Services, P.C.
+
+
+ 04
+ Filed & trackedUSCIS receipt tracked. Alerts proactive. RFE response capability built in.
+
+
+
+
+
+
+
+
+
+
Ready when you are.
+
Sign up to be matched with an attorney and start your filing. Or read the services overview first.
+
+
+
+
+
+
+
+
+
+
diff --git a/v1/index.html b/v1/index.html
new file mode 100644
index 0000000..54c7f08
--- /dev/null
+++ b/v1/index.html
@@ -0,0 +1,476 @@
+
+
+