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"); + });
+ + + +Abigail combines an AI drafting engine with Ivy / BigLaw-trained attorneys. Flat fees, 5-business-day prep, no retainers — for extraordinary-ability cases.
+Three coordinated layers — filing, evidence, lifecycle — under one engagement.
+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 → +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 → +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 → +Most O-1A and EB-1A denials trace to two criteria: published material and judging. We help close the gap before filing.
+Editorial outreach to publications that qualify for USCIS — no paid placements, no fake bylines.
+ Learn more → + + +Matched introductions to journals, conferences, and grant panels actively recruiting reviewers in your field.
+ Learn more → + + +Browse every petition type we cover — what USCIS wants, where filings go wrong, and our exhibit-mapping playbook.
+ Browse petitions → + +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 +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 @@ + + +
+ + +
+ + + + + + + +
+