11---
2- import { Image } from " astro:assets" ;
2+ import {Image } from " astro:assets" ;
33import Article from " ../components/Article.astro" ;
44import HeroText from " ../components/HeroText.astro" ;
55import TwoColumn from " ../components/TwoColumn.astro" ;
@@ -8,7 +8,7 @@ import Layout from "../layouts/Layout.astro";
88
99import Graphics from " ../components/Graphics.astro" ;
1010import GraphicsImporter from " ../scripts/graphics-importer" ;
11- import type { DefaultImageMetadata } from " ../scripts/types" ;
11+ import type {DefaultImageMetadata } from " ../scripts/types" ;
1212
1313import Durations from " ../assets/future/durations.avif" ;
1414import Parallax from " ../assets/future/parallax.avif" ;
@@ -31,16 +31,16 @@ import Spacer from "../components/Spacer.astro";
3131
3232// Import graphics.
3333const introImporter = new GraphicsImporter (
34- import .meta .glob <DefaultImageMetadata >(" /src/assets/intro/*.avif" ),
34+ import .meta .glob <DefaultImageMetadata >(" /src/assets/intro/*.avif" ),
3535);
3636const equipmentImporter = new GraphicsImporter (
37- import .meta .glob <DefaultImageMetadata >(" /src/assets/equipment/*.avif" ),
37+ import .meta .glob <DefaultImageMetadata >(" /src/assets/equipment/*.avif" ),
3838);
3939const insertionImporter = new GraphicsImporter (
40- import .meta .glob <DefaultImageMetadata >(" /src/assets/insertion/*.avif" ),
40+ import .meta .glob <DefaultImageMetadata >(" /src/assets/insertion/*.avif" ),
4141);
4242const automationImporter = new GraphicsImporter (
43- import .meta .glob <DefaultImageMetadata >(" /src/assets/automation/*.avif" ),
43+ import .meta .glob <DefaultImageMetadata >(" /src/assets/automation/*.avif" ),
4444);
4545---
4646
@@ -61,9 +61,13 @@ const automationImporter = new GraphicsImporter(
6161
6262 <br />
6363
64- <div class =" grid grid-cols-2 gap-2 max-w-sm " >
64+ <div class =" flex gap-2" >
6565 <a class =" btn btn-primary" href =" https://data.virtualbrainlab.org/Pinpoint/" >Launch</a >
66- <a class =" btn" href =" https://virtualbrainlab.org/pinpoint/installation_and_use.html" target =" _blank" rel =" noopener noreferrer" >Read the Docs</a >
66+ <a class =" btn" href =" https://virtualbrainlab.org/pinpoint/installation_and_use.html" target =" _blank"
67+ rel =" noopener noreferrer" >Read the Documentation</a >
68+ </div >
69+
70+ <div class =" absolute bottom-20" >
6771 <Article >
6872 <p >Scroll to learn more...</p >
6973 </Article >
@@ -415,7 +419,7 @@ const automationImporter = new GraphicsImporter(
415419 </div >
416420 </div >
417421 </div >
418-
422+
419423 <Spacer />
420424</Layout >
421425
0 commit comments