-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.09 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CellCanvas - Painting Cellular Architecture</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>CellCanvas</h1>
</header>
<main>
<section class="introduction">
<p>Welcome to CellCanvas, a tool for painting cellular architecture.</p>
</section>
<section class="screenshot">
<img src="screenshot.png" alt="CellCanvas Screenshot" style="max-width:100%;">
</section>
<div class="album-catalog">
<h2>Explore Our <a href="https://album.cellcanvas.org/catalog">Album Catalog</a></h2>
<p>Find compatible datasets, get launchers, and other solutions for using CellCanvas.</p>
<a href="http://album.cellcanvas.org" target="_blank">Cell Canvas' Album Catalog</a>
</div>
</main>
<footer>
<p>Find us on <a href="https://github.com/cellcanvas/cellcanvas">Github</a></p>
</footer>
</body>
</html>