@@ -7,13 +7,13 @@ import TwoColumnVideo from "../components/TwoColumnVideo.astro";
77import Layout from " ../layouts/Layout.astro" ;
88
99import Graphics from " ../components/Graphics.astro" ;
10+ import Spacer from " ../components/Spacer.astro" ;
1011import GraphicsImporter from " ../scripts/graphics-importer" ;
1112import type { DefaultImageMetadata } from " ../scripts/types" ;
1213
1314import Durations from " ../assets/future/durations.avif" ;
1415import Parallax from " ../assets/future/parallax.avif" ;
15-
16- // Import static images.
16+ import UfhTitle from " ../assets/future/ufh-title.avif" ;
1717import MISRig from " ../assets/manipulators/mis-rig.avif" ;
1818import MPMRig from " ../assets/manipulators/mpm-rig.avif" ;
1919import ScientificaManipulator from " ../assets/manipulators/scientifica-manipulator.avif" ;
@@ -27,7 +27,6 @@ import Kai from "../assets/people/kai.avif";
2727import Kenneth from " ../assets/people/kenneth.avif" ;
2828import Qiqi from " ../assets/people/qiqi.avif" ;
2929import Selina from " ../assets/people/selina.avif" ;
30- import Spacer from " ../components/Spacer.astro" ;
3130
3231// Import graphics.
3332const introImporter = new GraphicsImporter (
@@ -339,7 +338,7 @@ const automationImporter = new GraphicsImporter(
339338 <!-- Open Source. -->
340339 <TwoColumn >
341340 <div class =" card lg:card-side bg-base-200" slot =" graphics" >
342- <figure >
341+ <figure class = " max-w-sm " >
343342 <img src =" https://repository-images.githubusercontent.com/439779355/697a35bd-3ae0-4fd1-b7c5-fb9471189739"
344343 alt =" Pinpoint GitHub Repository" />
345344 </figure >
@@ -365,7 +364,7 @@ const automationImporter = new GraphicsImporter(
365364 <!-- Website. -->
366365 <TwoColumn >
367366 <div class =" card lg:card-side bg-base-200" slot =" graphics" >
368- <figure >
367+ <figure class = " max-w-sm " >
369368 <img src =" https://virtualbrainlab.org/_images/vbl-header.png"
370369 alt =" Pinpoint GitHub Repository" />
371370 </figure >
@@ -385,6 +384,27 @@ const automationImporter = new GraphicsImporter(
385384
386385 <Spacer />
387386
387+ <!-- What's next. -->
388+ <TwoColumn >
389+ <div class =" card lg:card-side bg-base-200" slot =" graphics" >
390+ <figure class =" max-w-sm" >
391+ <Image src ={ UfhTitle } alt =" Unity for Humanity Pitch Deck Title Slide" />
392+ </figure >
393+ <div class =" card-body" >
394+ <h2 class =" card-title" >Pinpoint Unity for Humanity 2025 Pitch Deck</h2 >
395+ <p >See what we are proposing to work on next.</p >
396+ <div class =" card-actions justify-end" >
397+ <a href =" /ufh-2025.pdf" class =" btn btn-primary" >Read the Proposal</a >
398+ </div >
399+ </div >
400+ </div >
401+
402+ <h2 >What's next for Pinpoint</h2 >
403+ <p >See our roadmap and goals for Pinpoint.</p >
404+ </TwoColumn >
405+
406+ <Spacer />
407+
388408 <!-- Contact. -->
389409 <div class =" hero" >
390410 <div class =" hero-content flex-col justify-center text-center p-0" >
0 commit comments