-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (95 loc) · 4.64 KB
/
index.html
File metadata and controls
103 lines (95 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BioSymphony</title>
<meta name="description" content="AI agent tools for biological research.">
<meta name="theme-color" content="#151816">
<meta property="og:title" content="BioSymphony">
<meta property="og:description" content="AI agent tools for biological research.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://biosymphony.github.io/">
<meta property="og:image" content="https://biosymphony.github.io/assets/hero-workbench.webp">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://biosymphony.github.io/">
<link
rel="preload"
href="assets/hero-workbench-900.webp"
as="image"
type="image/webp"
imagesrcset="assets/hero-workbench-900.webp 900w, assets/hero-workbench.webp 1672w"
imagesizes="100vw"
fetchpriority="high"
>
<link rel="stylesheet" href="styles.css">
</head>
<body id="top">
<a class="skip-link" href="#content">Skip to content</a>
<header class="site-header" aria-label="Primary">
<a class="brand" href="#top" aria-label="BioSymphony home">
<span class="brand-mark" aria-hidden="true">B</span>
<span translate="no">BioSymphony</span>
</a>
<nav class="site-nav" aria-label="Site">
<a href="https://github.com/BioSymphony">GitHub</a>
</nav>
</header>
<main id="content" tabindex="-1">
<section class="hero" aria-labelledby="hero-title">
<img
class="hero-image"
src="assets/hero-workbench-900.webp"
srcset="assets/hero-workbench-900.webp 900w, assets/hero-workbench.webp 1672w"
sizes="100vw"
alt=""
width="1672"
height="941"
fetchpriority="high"
decoding="async"
>
<div class="hero-copy">
<h1 id="hero-title" translate="no">BioSymphony</h1>
<p class="hero-lede">AI agent tools for biological research.</p>
</div>
</section>
<section class="banner-stack" aria-label="BioSymphony repositories">
<a class="repo-banner banner-bioprospector" href="https://github.com/BioSymphony/bioprospector" aria-label="Open BioProspector on GitHub">
<img src="assets/banners/bioprospector.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Biosynthetic routes</span>
<h2>BioProspector</h2>
</a>
<a class="repo-banner banner-structure-factory" href="https://github.com/BioSymphony/structure-factory" aria-label="Open Structure Factory on GitHub">
<img src="assets/banners/structure-factory.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Structural design</span>
<h2>Structure Factory</h2>
</a>
<a class="repo-banner banner-genecluster" href="https://github.com/BioSymphony/genecluster" aria-label="Open GeneCluster on GitHub">
<img src="assets/banners/genecluster.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Genome mining</span>
<h2>GeneCluster</h2>
</a>
<a class="repo-banner banner-ferm-doe" href="https://github.com/BioSymphony/ferm-doe" aria-label="Open Ferm DoE on GitHub">
<img src="assets/banners/ferm-doe.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Fermentation design</span>
<h2>Ferm DoE</h2>
</a>
<a class="repo-banner banner-cryocore" href="https://github.com/BioSymphony/cryocore" aria-label="Open CryoCore on GitHub">
<img src="assets/banners/cryocore.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">Structural biology</span>
<h2>CryoCore</h2>
</a>
<a class="repo-banner banner-org" href="https://github.com/BioSymphony" aria-label="Open BioSymphony on GitHub">
<img src="assets/banners/github-org.webp" alt="" width="1774" height="887" loading="lazy" decoding="async">
<span class="banner-label">GitHub organization</span>
<h2 translate="no">BioSymphony</h2>
</a>
</section>
</main>
<footer class="site-footer">
<p translate="no">BioSymphony</p>
<a href="https://github.com/BioSymphony">github.com/BioSymphony</a>
</footer>
</body>
</html>