v1: full rebuild as Paprika (13 pages from build note v2)
This commit is contained in:
467
v1/judging.html
467
v1/judging.html
@@ -3,100 +3,133 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Peer-Review Intros — Abigail</title>
|
||||
<title>Judging — Paprika</title>
|
||||
<meta name="description" content="Attorney-curated judging opportunities for O-1 talent. Selective, field-relevant, properly documented evaluation roles.">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<style>
|
||||
.hero-grid {
|
||||
display: grid; grid-template-columns: 1.3fr 1fr;
|
||||
gap: 64px; align-items: start;
|
||||
}
|
||||
.criteria-quote {
|
||||
background: var(--paper-2);
|
||||
border-left: 3px solid var(--signal);
|
||||
padding: 20px 24px;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
.hero h1 em { font-style: italic; color: var(--paprika); }
|
||||
.hero p.sub {
|
||||
font-family: "Fraunces", serif;
|
||||
font-size: 22px;
|
||||
font-style: italic;
|
||||
color: var(--ink);
|
||||
margin: -10px 0 24px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.criteria-quote .src {
|
||||
display: block;
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-size: 11px;
|
||||
color: var(--mute);
|
||||
margin-top: 12px;
|
||||
letter-spacing: 0.04em;
|
||||
.hero .body-lead {
|
||||
font-size: 17px;
|
||||
color: var(--body);
|
||||
line-height: 1.65;
|
||||
max-width: 720px;
|
||||
}
|
||||
.what-counts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
|
||||
.what-card {
|
||||
background: #FFFFFF;
|
||||
.hero.centered .body-lead { margin: 0 auto; }
|
||||
|
||||
.counts-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16px;
|
||||
}
|
||||
.counts-item {
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--rule);
|
||||
border-radius: 12px;
|
||||
padding: 24px;
|
||||
}
|
||||
.what-card h3 {
|
||||
font-size: 16px; font-weight: 600;
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.what-card p {
|
||||
font-size: 14px; color: var(--mute); margin: 0 0 12px;
|
||||
}
|
||||
.what-card ul {
|
||||
list-style: none; padding: 0; margin: 0;
|
||||
font-size: 13px; color: var(--ink);
|
||||
}
|
||||
.what-card li {
|
||||
padding: 4px 0 4px 20px;
|
||||
padding: 22px 26px 22px 60px;
|
||||
position: relative;
|
||||
transition: border-color 0.15s, transform 0.15s;
|
||||
}
|
||||
.what-card li::before {
|
||||
content: "✓";
|
||||
position: absolute; left: 0;
|
||||
color: var(--signal);
|
||||
.counts-item:hover {
|
||||
border-color: var(--paprika);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
.counts-item::before {
|
||||
content: "→";
|
||||
position: absolute;
|
||||
left: 22px; top: 22px;
|
||||
color: var(--paprika);
|
||||
font-weight: 700;
|
||||
font-size: 20px;
|
||||
}
|
||||
.steps {
|
||||
display: grid; grid-template-columns: repeat(4, 1fr);
|
||||
gap: 24px;
|
||||
position: relative;
|
||||
}
|
||||
.step { text-align: center; }
|
||||
.step-num {
|
||||
width: 44px; height: 44px;
|
||||
border-radius: 50%;
|
||||
background: var(--paper);
|
||||
border: 2px solid var(--ink);
|
||||
color: var(--ink);
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
font-weight: 700;
|
||||
.counts-item h4 {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px;
|
||||
margin: 0 auto 16px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 4px;
|
||||
color: var(--ink);
|
||||
line-height: 1.4;
|
||||
}
|
||||
.step h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
|
||||
.step p { font-size: 13px; color: var(--mute); margin: 0; line-height: 1.5; }
|
||||
.faq-item { border-top: 1px solid var(--rule); }
|
||||
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
|
||||
.faq-q {
|
||||
width: 100%; background: transparent; border: 0;
|
||||
text-align: left;
|
||||
padding: 20px 0;
|
||||
font: inherit; font-size: 16px; font-weight: 600;
|
||||
cursor: pointer;
|
||||
display: flex; justify-content: space-between; align-items: center;
|
||||
.counts-item p { margin: 0; font-size: 13px; color: var(--mute); line-height: 1.5; }
|
||||
|
||||
.category-block { margin-bottom: 32px; }
|
||||
.category-block h3 {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: var(--paprika);
|
||||
margin: 0 0 14px;
|
||||
}
|
||||
.outlet-tags { display: flex; flex-wrap: wrap; gap: 8px; }
|
||||
.outlet-tag {
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--rule);
|
||||
padding: 8px 14px;
|
||||
border-radius: 999px;
|
||||
font-size: 13px;
|
||||
color: var(--ink);
|
||||
transition: all 0.15s;
|
||||
}
|
||||
.outlet-tag:hover { border-color: var(--paprika); color: var(--paprika); }
|
||||
.outlet-note {
|
||||
font-size: 13px;
|
||||
color: var(--mute);
|
||||
font-style: italic;
|
||||
margin-top: 24px;
|
||||
padding: 16px 20px;
|
||||
background: var(--paper-2);
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Evidence package */
|
||||
.evidence-items {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16px;
|
||||
}
|
||||
.evidence-item {
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--rule);
|
||||
border-radius: 12px;
|
||||
padding: 22px 24px 22px 56px;
|
||||
position: relative;
|
||||
}
|
||||
.evidence-item::before {
|
||||
content: "✓";
|
||||
position: absolute;
|
||||
left: 22px; top: 24px;
|
||||
width: 22px; height: 22px;
|
||||
background: var(--paprika);
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.evidence-item h4 {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 6px;
|
||||
color: var(--ink);
|
||||
}
|
||||
.faq-a {
|
||||
max-height: 0; overflow: hidden;
|
||||
color: var(--mute);
|
||||
font-size: 14px; line-height: 1.6;
|
||||
transition: max-height 0.25s, padding 0.25s;
|
||||
}
|
||||
.faq-item.open .faq-a { max-height: 400px; padding: 0 0 20px; }
|
||||
.evidence-item p { margin: 0; font-size: 14px; color: var(--mute); line-height: 1.55; }
|
||||
|
||||
@media (max-width: 880px) {
|
||||
.hero-grid, .what-counts-grid, .steps { grid-template-columns: 1fr; }
|
||||
.counts-grid, .evidence-items { grid-template-columns: 1fr; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -104,237 +137,191 @@
|
||||
|
||||
<nav>
|
||||
<div class="container">
|
||||
<a class="brand" href="index.html">Abigail<span class="brand-dot">.</span></a>
|
||||
<a class="brand" href="index.html">
|
||||
<span class="brand-name">Paprika</span>
|
||||
<span class="brand-tagline">Attorney-Curated Press & Evidence for O-1 Talent</span>
|
||||
</a>
|
||||
<div class="nav-links">
|
||||
<a href="press.html">Press</a>
|
||||
<a href="judging.html" class="active">Judging</a>
|
||||
<a href="scholarly.html">Scholarly Articles</a>
|
||||
<a href="services.html">Services</a>
|
||||
<a href="attorneys.html">Attorneys</a>
|
||||
<div class="nav-dropdown" id="resourcesDropdown">
|
||||
<button class="nav-trigger" aria-haspopup="true">
|
||||
Resources
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M2 3.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
||||
</button>
|
||||
<div class="dropdown-menu" role="menu">
|
||||
<a href="petitions.html">Petitions</a>
|
||||
<a href="#">Articles</a>
|
||||
<a href="#">Events</a>
|
||||
<a href="#">Careers</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="login.html" class="nav-login">Log in</a>
|
||||
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
|
||||
<svg class="icon-moon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
|
||||
<svg class="icon-sun" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
|
||||
</button>
|
||||
<a href="login.html#signup" class="nav-cta">Sign up</a>
|
||||
<a href="why-paprika.html">Why Paprika</a>
|
||||
<a href="resources.html">Resources</a>
|
||||
</div>
|
||||
<a href="start-here.html" class="nav-cta">Start Here</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="hero">
|
||||
<!-- HERO -->
|
||||
<section class="hero centered">
|
||||
<div class="container">
|
||||
<div class="hero-grid">
|
||||
<div>
|
||||
<div class="eyebrow">Peer-Review Introductions · O-1A Criterion 4</div>
|
||||
<h1>Build the <em>judging</em> evidence USCIS actually credits.</h1>
|
||||
<p class="lead">Many strong candidates miss Criterion 4 simply because no one ever invited them to review. Abigail introduces qualified applicants to journals, conferences, panels, and grant committees actively seeking reviewers in their field.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="#contact" class="btn btn-primary">Request matching</a>
|
||||
<a href="../abigail_library.html" class="btn btn-secondary">Read the guide</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="criteria-quote">
|
||||
<strong>Criterion 4:</strong> Evidence of the alien's participation, either individually or on a panel, as a judge of the work of others in the same or an allied field of specialization for which classification is sought.
|
||||
<span class="src">8 C.F.R. § 214.2(o)(3)(iii)(B)(4)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="eyebrow">Judging</div>
|
||||
<h1>Attorney-Curated Judging<br>for O-1 <em>Talent.</em></h1>
|
||||
<p class="sub">Evaluating the work of others in your field is one of the most valued — and most overlooked — O-1 evidence categories.</p>
|
||||
<p class="body-lead">Being selected to judge means professionals and organizations in your field have recognized your expertise as sufficient to evaluate others' work. The roles that carry evidentiary weight are selective, field-relevant, properly documented, and clearly evaluative — not ceremonial or participation-based. Paprika identifies and coordinates judging opportunities that meet these standards.</p>
|
||||
<div class="hero-ctas" style="margin-top: 32px;">
|
||||
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
|
||||
<a href="services.html" class="btn btn-secondary">See Packages</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- WHAT COUNTS -->
|
||||
<section class="section alt">
|
||||
<div class="container">
|
||||
<div class="section-head">
|
||||
<h2>What counts as "judging."</h2>
|
||||
<p>USCIS reads Criterion 4 broadly — but only when the evidence is documented properly. Here's what we help match you to.</p>
|
||||
<h2>What counts as judging.</h2>
|
||||
<p>Roles that demonstrate professionals in your field trust your expertise to evaluate the work of others.</p>
|
||||
</div>
|
||||
|
||||
<div class="what-counts-grid">
|
||||
<div class="what-card">
|
||||
<h3>Academic peer review</h3>
|
||||
<p>Refereeing manuscripts for peer-reviewed journals or conference proceedings.</p>
|
||||
<ul>
|
||||
<li>Journal manuscript reviews</li>
|
||||
<li>Conference paper reviews (NeurIPS, ICML, ACL, CHI, etc.)</li>
|
||||
<li>Special-issue editorial roles</li>
|
||||
</ul>
|
||||
<div class="counts-grid">
|
||||
<div class="counts-item">
|
||||
<h4>Startup pitch competitions</h4>
|
||||
<p>Accelerator demo-day judging panels and pitch evaluation roles.</p>
|
||||
</div>
|
||||
<div class="what-card">
|
||||
<h3>Conference & panel judging</h3>
|
||||
<p>Serving on selection committees, panels, or technical program committees.</p>
|
||||
<ul>
|
||||
<li>Conference program committees</li>
|
||||
<li>Best-paper / best-poster panels</li>
|
||||
<li>Industry track selection committees</li>
|
||||
</ul>
|
||||
<div class="counts-item">
|
||||
<h4>Hackathon & innovation judging</h4>
|
||||
<p>Technical evaluation of submissions to competitive innovation events.</p>
|
||||
</div>
|
||||
<div class="what-card">
|
||||
<h3>Competition & hackathon judging</h3>
|
||||
<p>Evaluating submissions to competitive events in your field.</p>
|
||||
<ul>
|
||||
<li>Hackathon technical judging</li>
|
||||
<li>Startup competition panels</li>
|
||||
<li>Industry awards programs</li>
|
||||
</ul>
|
||||
<div class="counts-item">
|
||||
<h4>Industry award committees</h4>
|
||||
<p>Award evaluation committees in your professional field.</p>
|
||||
</div>
|
||||
<div class="what-card">
|
||||
<h3>Grant & funding review</h3>
|
||||
<div class="counts-item">
|
||||
<h4>Academic & conference peer review</h4>
|
||||
<p>Refereeing manuscripts for journals, conferences, or field publications.</p>
|
||||
</div>
|
||||
<div class="counts-item">
|
||||
<h4>Grant review panels</h4>
|
||||
<p>Reviewing applications for grant programs, fellowships, or accelerators.</p>
|
||||
<ul>
|
||||
<li>NSF / NIH study sections (rare but powerful)</li>
|
||||
<li>Foundation grant panels</li>
|
||||
<li>Accelerator / fellowship selection</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="counts-item">
|
||||
<h4>Professional program reviews</h4>
|
||||
<p>Serving on review boards for established professional development programs.</p>
|
||||
</div>
|
||||
<div class="counts-item">
|
||||
<h4>Startup investment committees</h4>
|
||||
<p>Investment committee participation evaluating funding decisions.</p>
|
||||
</div>
|
||||
<div class="counts-item">
|
||||
<h4>Research competition judging</h4>
|
||||
<p>Evaluating research projects, theses, or competitive scientific submissions.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- COMPETITION NETWORK -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="section-head">
|
||||
<h2>How the matching service works.</h2>
|
||||
<p>A 60-day engagement. We do the outreach. You do the reviews. Documentation is automatic.</p>
|
||||
<h2>Judging competition network.</h2>
|
||||
<p>Examples from Paprika's judging network, tailored by field.</p>
|
||||
</div>
|
||||
|
||||
<div class="steps">
|
||||
<div class="step">
|
||||
<div class="step-num">1</div>
|
||||
<h3>Profile intake</h3>
|
||||
<p>You share your field, publications, prior reviewing experience, availability, and target O-1A timeline.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">2</div>
|
||||
<h3>Targeted outreach</h3>
|
||||
<p>We identify journals, conferences, and panels actively recruiting reviewers in your specialty — then make introductions.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">3</div>
|
||||
<h3>You review</h3>
|
||||
<p>You accept invitations that fit your time and expertise. Decline anything that doesn't. Quality of review is on you.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">4</div>
|
||||
<h3>Documentation</h3>
|
||||
<p>For each accepted review, Abigail collects the invitation letter and completion confirmation — formatted as O-1A exhibits.</p>
|
||||
<div class="category-block">
|
||||
<h3>Startup & Technology</h3>
|
||||
<div class="outlet-tags">
|
||||
<span class="outlet-tag">Y Combinator Demo Day adjacent</span><span class="outlet-tag">TechCrunch Disrupt</span><span class="outlet-tag">SXSW Pitch</span><span class="outlet-tag">Web Summit</span><span class="outlet-tag">Slush</span><span class="outlet-tag">Collision</span><span class="outlet-tag">F.ounders</span><span class="outlet-tag">Startup Grind Global</span><span class="outlet-tag">MassChallenge</span><span class="outlet-tag">Plug and Play</span><span class="outlet-tag">500 Global</span><span class="outlet-tag">Berkeley SkyDeck</span><span class="outlet-tag">AngelPad</span><span class="outlet-tag">Techstars</span><span class="outlet-tag">Founder Institute</span><span class="outlet-tag">NewChip Accelerator</span><span class="outlet-tag">Adjacent</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="category-block">
|
||||
<h3>Sciences, Design, Arts & Research</h3>
|
||||
<div class="outlet-tags">
|
||||
<span class="outlet-tag">Field-specific peer review panels</span><span class="outlet-tag">Academic journal review</span><span class="outlet-tag">Conference TPCs</span><span class="outlet-tag">Design competition juries</span><span class="outlet-tag">Arts award panels</span><span class="outlet-tag">Research grant committees</span><span class="outlet-tag">Professional program reviews</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="outlet-note">Competition and judging placement is matched to your field, background, and timeline on intake.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- EVIDENCE PACKAGE -->
|
||||
<section class="section alt">
|
||||
<div class="container">
|
||||
<div class="section-head">
|
||||
<h2>Common questions.</h2>
|
||||
<h2>USCIS-ready evidence package for judging.</h2>
|
||||
<p>Documentation built for attorney use and exhibit preparation.</p>
|
||||
</div>
|
||||
<div style="max-width: 780px; margin: 0 auto;">
|
||||
<div class="faq-item">
|
||||
<button class="faq-q">Can you guarantee a specific number of review invitations? <span>+</span></button>
|
||||
<div class="faq-a">No. We can guarantee the outreach (a defined number of targeted introductions per engagement), but acceptance is at the discretion of the program. Most applicants in a fitting field receive 3–8 viable invitations over the 60-day engagement.</div>
|
||||
<div class="evidence-items">
|
||||
<div class="evidence-item">
|
||||
<h4>Verification letter on letterhead</h4>
|
||||
<p>From the competition or program organizer, confirming your selection, panel selectivity, and the scope of your evaluation role.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button class="faq-q">Is peer-review service legal advice? <span>+</span></button>
|
||||
<div class="faq-a">No. Peer-review introductions are a non-legal professional service. Legal evaluation of how your accumulated evidence maps to O-1A criteria is a separate service provided by Abigail Legal Services, P.C. under separate engagement.</div>
|
||||
<div class="evidence-item">
|
||||
<h4>Panel agenda & bio listing</h4>
|
||||
<p>Official program documentation showing your name and judging role.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button class="faq-q">How early should I start this before filing? <span>+</span></button>
|
||||
<div class="faq-a">Ideally 4–6 months before your target filing date. Most reviews take 4–8 weeks from invitation to completion documentation. Starting 60 days out is feasible but tight.</div>
|
||||
<div class="evidence-item">
|
||||
<h4>Judge selection documentation</h4>
|
||||
<p>How judges were selected and what criteria were used — the selectivity narrative.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button class="faq-q">What if I already have one or two review invitations? <span>+</span></button>
|
||||
<div class="faq-a">Even better. We focus on filling gaps — adding 2–4 more high-credibility reviews can move a borderline Criterion 4 into clearly-satisfied territory.</div>
|
||||
<div class="evidence-item">
|
||||
<h4>Competitive pool confirmation</h4>
|
||||
<p>Where applicable: confirmation that you were selected from a competitive pool of applicants based on field expertise.</p>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button class="faq-q">Do I have to use Abigail for my filing to use this service? <span>+</span></button>
|
||||
<div class="faq-a">No. Evidence-building services are available standalone. But the documentation we produce is exhibit-ready for any attorney's package.</div>
|
||||
<div class="evidence-item">
|
||||
<h4>Organizer correspondence</h4>
|
||||
<p>Email and formal communication confirming your participation, preserved for the record.</p>
|
||||
</div>
|
||||
<div class="evidence-item">
|
||||
<h4>Attorney-ready packet</h4>
|
||||
<p>A documentation packet organized for clean attorney review and direct exhibit use.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section" id="contact">
|
||||
<!-- CTA -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="cta-band">
|
||||
<h2>Get matched.</h2>
|
||||
<p>Tell us your field, your timeline, and the criterion you're trying to strengthen. We'll respond within one business day.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="../abigail_individuals.html#hero" class="btn btn-primary">Start with intake</a>
|
||||
<a href="services.html" class="btn btn-secondary">See all services</a>
|
||||
<h2>Add judging to your evidence plan.</h2>
|
||||
<p>Tell us your field and timeline. We'll match you to selective judging opportunities that carry real evidentiary weight.</p>
|
||||
<div style="display:inline-flex; gap:12px; flex-wrap:wrap;">
|
||||
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
|
||||
<a href="services.html" class="btn btn-secondary">See Packages</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div>
|
||||
<div class="brand" style="color:var(--ink); margin-bottom:8px;">Abigail<span class="brand-dot">.</span></div>
|
||||
<div>AI-native immigration platform</div>
|
||||
<div class="brand-name" style="margin-bottom:6px;">Paprika</div>
|
||||
<div style="font-size:12px; max-width:280px; line-height:1.55;">Attorney-Curated Press & Evidence for O-1 Talent.</div>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<div>
|
||||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Services</div>
|
||||
<div><a href="services.html">All services</a></div>
|
||||
<div><a href="press.html">Press support</a></div>
|
||||
<div><a href="judging.html">Peer-review intros</a></div>
|
||||
<div><a href="attorneys.html">Attorney network</a></div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Resources</div>
|
||||
<div><a href="../abigail_library.html">Library</a></div>
|
||||
<div><a href="petitions.html">Petitions</a></div>
|
||||
<div><a href="../abigail_pricing.html">Pricing</a></div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Legal</div>
|
||||
<div><a href="#">Terms</a></div>
|
||||
<div><a href="#">Privacy</a></div>
|
||||
<div><a href="login.html">Log in</a></div>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h4>Services</h4>
|
||||
<a href="press.html">Press</a>
|
||||
<a href="judging.html">Judging</a>
|
||||
<a href="scholarly.html">Scholarly Articles</a>
|
||||
<a href="services.html">Packages</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h4>About</h4>
|
||||
<a href="why-paprika.html">Why Paprika</a>
|
||||
<a href="resources.html">Resources</a>
|
||||
<a href="faq.html">FAQ</a>
|
||||
<a href="about.html">About</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h4>Legal</h4>
|
||||
<a href="terms.html">Terms of Service</a>
|
||||
<a href="privacy.html">Privacy</a>
|
||||
<a href="disclaimer.html">Disclaimer</a>
|
||||
<a href="start-here.html">Start Here</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="disclaimer">
|
||||
Peer-review introduction is a non-legal professional service. Abigail does not guarantee specific review invitations or O-1A approval outcomes. Documentation produced is exhibit-formatted but does not constitute legal advice. Legal services, where elected, are provided by Abigail Legal Services, P.C. under separate engagement.
|
||||
Paprika is not a law firm and does not provide legal advice or immigration representation. Use of our services does not create an attorney-client relationship.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
const dd = document.getElementById("resourcesDropdown");
|
||||
if (dd) {
|
||||
const trigger = dd.querySelector(".nav-trigger");
|
||||
trigger.addEventListener("click", (e) => {
|
||||
e.stopPropagation();
|
||||
dd.classList.toggle("open");
|
||||
});
|
||||
document.addEventListener("click", () => dd.classList.remove("open"));
|
||||
dd.querySelector(".dropdown-menu").addEventListener("click", (e) => e.stopPropagation());
|
||||
}
|
||||
document.querySelectorAll(".faq-q").forEach(q => {
|
||||
q.addEventListener("click", () => q.parentElement.classList.toggle("open"));
|
||||
});
|
||||
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");
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user