Skip to content

Commit

Permalink
Merge pull request #44 from dddwa/yearbook
Browse files Browse the repository at this point in the history
Add in yearbook link
  • Loading branch information
JakeGinnivan authored Nov 16, 2024
2 parents 8b3454b + ab4a8dd commit ac5471c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/app/components/hero/hero.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { DateTime } from 'luxon'
import yearbookQR from '~/images/yearbook-link.png'
import { Year } from '~/lib/config-types'
import { Box, Flex } from '../../../styled-system/jsx'
import { ImportantDates, Workshops } from '../page-components/important-dates'
Expand Down Expand Up @@ -35,6 +36,12 @@ export function Hero({ year, currentDate }: { year: Year; currentDate: DateTime
Check out the agenda and talks from previous years , or hear more about how we do what we do on
our blog.
</p>
<div>Get your 2024 Yearbook!</div>
<div>
<a href="https://ti.to/dddperth/2024/with/yearbook">
<img src={yearbookQR} alt="Yearbook QR Code" />
</a>
</div>
</Flex>

<ImportantDates year={year} currentDate={currentDate} />
Expand Down
Binary file added website/app/images/yearbook-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac5471c

Please sign in to comment.