Skip to content

Commit 24b3449

Browse files
committed
Linked to docs
1 parent e6c11e2 commit 24b3449

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/pages/index.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,18 @@ const automationImporter = new GraphicsImporter(
6161

6262
<br/>
6363

64-
<div>
64+
<div class="grid grid-cols-2 gap-2 max-w-sm">
6565
<a class="btn btn-primary" href="https://data.virtualbrainlab.org/Pinpoint/">Launch</a>
66-
<a class="btn" href="#learn-more">Learn More</a>
66+
<a class="btn" href="https://virtualbrainlab.org/pinpoint/installation_and_use.html" target="_blank" rel="noopener noreferrer">Read the Docs</a>
67+
<Article>
68+
<p>Scroll to learn more...</p>
69+
</Article>
6770
</div>
6871
</div>
6972
</div>
7073

7174
<!-- Goal. -->
72-
<div class="h-dvh" id="learn-more">
75+
<div class="h-dvh">
7376
<div class="sticky top-1/3">
7477
<Article>
7578
<h1>Pinpoint aims to advance large-scale neuroscience research with intuitive browser-based

0 commit comments

Comments
 (0)