Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions apps/app/src/paths/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,80 @@ export function Events() {
</Button>
</Text>
</VStack>

<VStack
align="start"
spacing={3}
mb={6}
pl={4}
borderLeft="3px solid"
borderColor="border"
>
<Heading size="md">
<ChakraLink
href="https://scholarlattice.org/collections/f35e07c6-acc2-4b79-9ffd-f9cd8eada6cb"
isExternal
textDecoration="underline"
>
June Doenet Virtual Workshop
</ChakraLink>
</Heading>
<Text fontSize="1.3rem" lineHeight="1.3">
In this 4-day virtual workshop held on Zoom, participants will
learn how to create accessible, dynamic and interactive
activities in Doenet. The workshop will also provide guidance
on using the available resources to learn more about Doenet,
including how to connect with the supportive Doenet community
of developers and experienced instructors.
</Text>
<Text fontSize="1rem" lineHeight="1.4">
<strong>Date:</strong> Monday June 15 through Thursday June
18, 2026
</Text>
<Text fontSize="1rem" lineHeight="1.4">
<strong>Time:</strong> 1–4pm Eastern, 10am–1pm Pacific
</Text>
<Text fontSize="1rem" lineHeight="1.4">
<Button
as="a"
href="https://scholarlattice.org/collections/f35e07c6-acc2-4b79-9ffd-f9cd8eada6cb"
colorScheme="blue"
target="_blank"
rel="noopener noreferrer"
>
Details and registration at ScholarLattice
</Button>
</Text>
</VStack>

<VStack
align="start"
spacing={3}
mb={6}
pl={4}
borderLeft="3px solid"
borderColor="border"
>
<Heading size="md">July Doenet Virtual Workshop</Heading>
<Text fontSize="1.3rem" lineHeight="1.3">
In this 4-day virtual workshop held on Zoom, participants will
learn how to create accessible, dynamic and interactive
activities in Doenet. The workshop will also provide guidance
on using the available resources to learn more about Doenet,
including how to connect with the supportive Doenet community
of developers and experienced instructors.
</Text>
<Text fontSize="1rem" lineHeight="1.4">
<strong>Date:</strong> Tuesday July 14 through Friday July 17,
2026
</Text>
<Text fontSize="1rem" lineHeight="1.4">
<strong>Time:</strong> 3–6pm Eastern, noon–3pm Pacific
</Text>
<Text fontSize="1rem" lineHeight="1.4">
Registration details coming soon!
</Text>
</VStack>
</Box>

{/* In-person Workshops and Conferences Section */}
Expand Down