-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (265 loc) · 16 KB
/
Copy pathindex.html
File metadata and controls
295 lines (265 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Actag — Safe. Secure. Yours.</title>
<meta name="description" content="Actag is a HIPAA-compliant genomic data platform for research laboratories, hospital networks, and individuals seeking personalized medicine." />
<!-- Canonical -->
<link rel="canonical" href="https://oranburg.github.io/actag/index.html" />
<!-- Open Graph -->
<meta property="og:title" content="Actag — Safe. Secure. Yours." />
<meta property="og:description" content="A HIPAA-compliant genomic data platform for research, clinical care, and personalized medicine." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://oranburg.github.io/actag/index.html" />
<meta property="og:image" content="https://oranburg.github.io/actag/images/og-image.png" />
<!-- Google Fonts -->
<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@300;400;500;600;700&display=swap" rel="stylesheet" />
<!-- Stylesheet -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Actag LLC",
"url": "https://oranburg.github.io/actag/",
"description": "HIPAA-compliant genomic data storage and access platform for research, clinical, and personal use.",
"foundingDate": "2026",
"address": {
"@type": "PostalAddress",
"addressRegion": "NH",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"email": "info@actag.com",
"contactType": "General Inquiry"
}
}
</script>
</head>
<body>
<!-- Skip to content -->
<a class="skip-link" href="#main-content">Skip to main content</a>
<!-- Navigation -->
<nav class="nav" aria-label="Main navigation">
<div class="nav__inner">
<a href="index.html" class="nav__logo" aria-label="Actag home">
<!-- ACTAG wordmark — white version for nav -->
<svg viewBox="0 0 200 50" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<text font-family="Inter, sans-serif" font-weight="700" font-size="40" fill="#F8F9FA" y="40">ACTAG</text>
</svg>
</a>
<div class="nav__links" role="list">
<a href="index.html" role="listitem">Home</a>
<a href="about.html" role="listitem">About</a>
<a href="services.html" role="listitem">Services</a>
<a href="team.html" role="listitem">Team</a>
<a href="research.html" role="listitem">Research</a>
<a href="blog.html" role="listitem">Blog</a>
<a href="contact.html" role="listitem">Contact</a>
</div>
<button class="nav__hamburger" aria-label="Open navigation menu" aria-expanded="false" aria-controls="mobile-menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Mobile overlay menu -->
<div class="nav__mobile-overlay" id="mobile-menu" role="dialog" aria-modal="true" aria-label="Navigation menu">
<button class="nav__mobile-close" aria-label="Close navigation menu">×</button>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="team.html">Team</a>
<a href="research.html">Research</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</div>
<main id="main-content">
<!-- ── Section 1: Hero ─────────────────────────────────── -->
<section class="hero" aria-label="Hero">
<!-- Subtle DNA helix background pattern -->
<svg class="hero__bg" viewBox="0 0 1440 900" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
<path d="M200 50 Q400 200 200 350 Q0 500 200 650 Q400 800 200 950" stroke="#1B3A6B" stroke-width="1.5" fill="none"/>
<path d="M240 50 Q40 200 240 350 Q440 500 240 650 Q40 800 240 950" stroke="#1B3A6B" stroke-width="1.5" fill="none"/>
<line x1="200" y1="120" x2="240" y2="130" stroke="#1B3A6B" stroke-width="1"/>
<line x1="209" y1="190" x2="231" y2="200" stroke="#1B3A6B" stroke-width="1"/>
<line x1="220" y1="270" x2="220" y2="280" stroke="#1B3A6B" stroke-width="1"/>
<line x1="209" y1="340" x2="231" y2="350" stroke="#1B3A6B" stroke-width="1"/>
<line x1="200" y1="420" x2="240" y2="430" stroke="#1B3A6B" stroke-width="1"/>
<line x1="209" y1="490" x2="231" y2="500" stroke="#1B3A6B" stroke-width="1"/>
<path d="M1100 50 Q1300 200 1100 350 Q900 500 1100 650 Q1300 800 1100 950" stroke="#1B3A6B" stroke-width="1.5" fill="none"/>
<path d="M1140 50 Q940 200 1140 350 Q1340 500 1140 650 Q940 800 1140 950" stroke="#1B3A6B" stroke-width="1.5" fill="none"/>
<line x1="1100" y1="120" x2="1140" y2="130" stroke="#1B3A6B" stroke-width="1"/>
<line x1="1109" y1="190" x2="1131" y2="200" stroke="#1B3A6B" stroke-width="1"/>
<line x1="1120" y1="270" x2="1120" y2="280" stroke="#1B3A6B" stroke-width="1"/>
<line x1="1109" y1="340" x2="1131" y2="350" stroke="#1B3A6B" stroke-width="1"/>
</svg>
<div class="container">
<div class="hero__content">
<!-- ACTAG wordmark — large multi-color DNA version -->
<svg class="hero__wordmark" viewBox="0 0 248 75" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="ACTAG">
<style>
.wm { font-family: Inter, sans-serif; font-weight: 700; font-size: 64px; }
</style>
<!-- A — sage green (Adenine) -->
<text class="wm" x="0" y="62" fill="#2D8A6E">A</text>
<!-- C — navy (Cytosine) -->
<text class="wm" x="47" y="62" fill="#1B3A6B">C</text>
<!-- T — deep rose (Thymine) -->
<text class="wm" x="91" y="62" fill="#9B2335">T</text>
<!-- A — sage green (Adenine) -->
<text class="wm" x="118" y="62" fill="#2D8A6E">A</text>
<!-- G — amber gold (Guanine) -->
<text class="wm" x="166" y="62" fill="#D4A843">G</text>
</svg>
<p class="hero__tagline">Safe • Secure • Yours.</p>
<p class="hero__description">A HIPAA-compliant genomic data platform for research, clinical care, and personalized medicine.</p>
<div class="hero__buttons">
<a href="#problem" class="btn btn--primary">Learn More</a>
<a href="contact.html" class="btn btn--secondary">Contact Us</a>
</div>
</div>
</div>
</section>
<!-- ── Section 2: The Problem ──────────────────────────── -->
<section id="problem" class="section section--white" aria-labelledby="problem-title">
<div class="container">
<h2 id="problem-title" class="section-title fade-in">Genomic Data Deserves Better</h2>
<p class="fade-in">Genetic information is permanent and uniquely identifying. Unlike a password or credit card number, it cannot be changed. It reveals not only the individual from whom it was collected, but also their biological relatives — past, present, and future.</p>
<p class="fade-in" style="margin-top: 1.25rem;">Current solutions are fragmented, poorly governed, and offer data subjects little meaningful control. Genomic data moves between research institutions, clinical laboratories, insurance companies, and commercial providers with inconsistent security standards and inadequate regulatory oversight.</p>
<blockquote class="callout fade-in" style="margin-top: 2rem;">
<p>In 2023, 23andMe suffered a data breach exposing the genetic profiles of 6.9 million users — a reminder that the consequences of inadequate genomic data governance are not hypothetical. The company filed for bankruptcy in 2025.</p>
</blockquote>
<p class="fade-in" style="margin-top: 1.25rem;">Actag exists to provide the infrastructure that the field has lacked: a purpose-built, HIPAA-compliant platform for secure storage, structured access, and patient-centric governance of genomic data.</p>
</div>
</section>
<!-- ── Section 3: What We Do ───────────────────────────── -->
<section id="services-overview" class="section section--bg" aria-labelledby="services-title">
<div class="container">
<h2 id="services-title" class="section-title fade-in">Three Markets, One Platform</h2>
<div class="card-grid" style="margin-top: 2rem;">
<article class="card card--accent-sage fade-in">
<div class="card__icon card__icon--sage">
<i data-lucide="flask-conical" aria-hidden="true"></i>
</div>
<h3 class="card__title">Research Labs</h3>
<p class="card__body">Structured data storage, consent management, and collaboration tools for multi-institutional genomic research. From population-scale GWAS to single-gene studies.</p>
</article>
<article class="card card--accent-navy fade-in">
<div class="card__icon card__icon--navy">
<i data-lucide="hospital" aria-hidden="true"></i>
</div>
<h3 class="card__title">Hospital Networks</h3>
<p class="card__body">HIPAA-compliant EHR integration for pharmacogenomics, cancer panels, and clinical decision-making. Designed for the workflows of health systems.</p>
</article>
<article class="card card--accent-amber fade-in">
<div class="card__icon card__icon--amber">
<i data-lucide="heart-pulse" aria-hidden="true"></i>
</div>
<h3 class="card__title">Personalized Medicine</h3>
<p class="card__body">Secure personal genomic storage with physician access portals and concierge interpretation. Your genome, under your control.</p>
</article>
</div>
<p class="fade-in" style="margin-top: 2rem; text-align: center;">
<a href="services.html" class="inline-link">View detailed service descriptions →</a>
</p>
</div>
</section>
<!-- ── Section 4: Why Actag ────────────────────────────── -->
<section id="why-actag" class="section section--white" aria-labelledby="why-title">
<div class="container">
<h2 id="why-title" class="section-title fade-in">Why Actag</h2>
<div class="icon-blocks">
<div class="icon-block fade-in">
<div class="icon-block__icon">
<i data-lucide="shield" width="24" height="24" aria-hidden="true"></i>
</div>
<span class="icon-block__title">Safe</span>
<p class="icon-block__body">Privacy-preserving architecture with zero-knowledge proofs and encryption at rest and in transit. Built for the most sensitive data class in existence.</p>
</div>
<div class="icon-block fade-in">
<div class="icon-block__icon">
<i data-lucide="lock" width="24" height="24" aria-hidden="true"></i>
</div>
<span class="icon-block__title">Secure</span>
<p class="icon-block__body">Hybrid on-chain/off-chain design following the emerging technical consensus from 255 peer-reviewed papers spanning 2009–2026.</p>
</div>
<div class="icon-block fade-in">
<div class="icon-block__icon">
<i data-lucide="user" width="24" height="24" aria-hidden="true"></i>
</div>
<span class="icon-block__title">Yours</span>
<p class="icon-block__body">Patient-centric governance gives data subjects real control over who accesses their genetic information — not just a privacy policy, but enforced rights.</p>
</div>
</div>
</div>
</section>
<!-- ── Section 5: CTA ──────────────────────────────────── -->
<section class="cta-section" aria-label="Call to action">
<div class="container">
<h2>Ready to Talk?</h2>
<p>We are building the future of genomic data governance. Get in touch.</p>
<a href="contact.html" class="btn btn--inverted">Contact Us</a>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="footer__grid">
<!-- Col 1: Brand -->
<div class="footer__brand">
<svg viewBox="0 0 180 45" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Actag" role="img">
<text font-family="Inter, sans-serif" font-weight="700" font-size="38" fill="#F8F9FA" y="38">ACTAG</text>
</svg>
<p class="footer__tagline">Safe • Secure • Yours.</p>
<p class="footer__copy">© 2026 Actag LLC. All rights reserved.</p>
</div>
<!-- Col 2: Quick links -->
<div>
<p class="footer__col-title">Quick Links</p>
<nav class="footer__links" aria-label="Footer navigation">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="team.html">Team</a>
<a href="research.html">Research</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<!-- Col 3: Contact -->
<div>
<p class="footer__col-title">Contact</p>
<div class="footer__contact-item">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>
<a href="mailto:info@actag.com">info@actag.com</a>
</div>
<div class="footer__social">
<a href="#" aria-label="Seth Oranburg on LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="#" aria-label="Talia Oranburg on LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="https://github.com/Oranburg/actag" aria-label="Actag on GitHub">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"/><path d="M9 18c-4.51 2-5-2-7-2"/></svg>
</a>
</div>
</div>
</div>
<p class="footer__fine-print">Actag LLC is a New Hampshire limited liability company.</p>
</div>
</footer>
<!-- Lucide Icons CDN -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>