-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (66 loc) · 3.34 KB
/
Copy pathindex.html
File metadata and controls
74 lines (66 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#202b38">
<meta name="color-scheme" content="dark">
<title>ai.overlake.bio — Agentic biomolecular research atlases</title>
<meta name="description" content="ai.overlake.bio hosts overlake.bio's data atlases and generative-design projects: the ECM Aging Atlas and the Spacefarer Phenome.">
<link rel="canonical" href="https://ai.overlake.bio/">
<meta name="author" content="overlake.bio">
<!-- Open Graph / social -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="ai.overlake.bio">
<meta property="og:title" content="ai.overlake.bio — Agentic biomolecular research atlases">
<meta property="og:description" content="Data atlases and generative-design projects from overlake.bio: the ECM Aging Atlas and the Spacefarer Phenome.">
<meta property="og:url" content="https://ai.overlake.bio/">
<meta property="og:image" content="https://ai.overlake.bio/asset/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ai.overlake.bio — Agentic biomolecular research atlases">
<meta name="twitter:description" content="Data atlases and generative-design projects from overlake.bio: the ECM Aging Atlas and the Spacefarer Phenome.">
<meta name="twitter:image" content="https://ai.overlake.bio/asset/og-image.png">
<link rel="icon" type="image/png" sizes="32x32" href="asset/favicons/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="asset/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="asset/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="asset/favicons/android-chrome-512x512.png">
<link rel="stylesheet" href="css/dark.min.css">
<link rel="stylesheet" href="css/overlake-styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<!-- Particles.js background -->
<div id="particles-js"></div>
<header>
<div class="overlake-logo">
<div class="overlake-main">
over<span class="overlake-lake">lake</span>
</div>
<div class="overlake-bio">.bio</div>
</div>
</header>
<main id="main">
<section class="panel-grid" aria-label="Primary sections">
<a href="ecm.html" class="navigation-panel">
<span class="panel-index">01</span>
<span class="panel-title">ECM Aging Atlas</span>
<span class="panel-copy">Extracellular matrix • Proteomics</span>
</a>
<a href="phenome.html" class="navigation-panel">
<span class="panel-index">02</span>
<span class="panel-title">Spacefarer Phenome</span>
<span class="panel-copy">Astronaut health • Genomics</span>
</a>
</section>
</main>
<footer>
<p><small>© 2026 • <a href="index.html" class="overlake-inline">over<span class="lake">lake</span>.bio</a></small></p>
</footer>
<!-- Background + progressive enhancements (self-hosted, no CDN) -->
<script src="js/particles.min.js"></script>
<script src="js/particles-config.js"></script>
<script src="js/enhancements.js" defer></script>
</body>
</html>