Skip to content

Commit 3abd2e3

Browse files
committed
Add posters
1 parent aa093fd commit 3abd2e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
30.2 KB
Loading

src/routes/(init)/init/+page.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" module>
22
const base = new Date('2025-05-19T07:00:00.000Z');
3-
const otherFeaturesBase = new Date('2025-05-19T13:00:00.000Z');
3+
const otherFeaturesBase = new Date('2025-05-10T13:00:00.000Z');
44
55
export const isStarted = new Date() >= base;
66
export const initDates = `${format(base, 'MMM d')} - ${format(addDays(otherFeaturesBase, 4), 'd')}`;
@@ -15,6 +15,8 @@
1515
import PosterDeploy from './(assets)/posterDeploy.png';
1616
import PosterIndustryPanel from './(assets)/posterIndustryPanel.png';
1717
import PosterNewImageFormats from './(assets)/posterNewImageFormats.png';
18+
import PosterFileTokens from './(assets)/posterFileTokens.png';
19+
import PosterClosingParty from './(assets)/eventClosingParty.png';
1820
import Sites from './(assets)/illustrations/sites.svg';
1921
import Flutter from './(assets)/illustrations/flutter.svg';
2022
import Formats from './(assets)/illustrations/formats.svg';
@@ -195,13 +197,13 @@
195197
announcementVideo: {
196198
url: 'https://www.youtube-nocookie.com/embed/2KAwVoJh8a8',
197199
title: 'Announcement Video',
198-
poster: Poster
200+
poster: PosterFileTokens
199201
},
200202
links: [
201203
{
202204
title: 'YouTube Live',
203205
type: 'video',
204-
poster: PosterFutureAppwrite,
206+
poster: PosterClosingParty,
205207
url: 'https://www.youtube.com/watch?v=1gvjqV1nq-c?'
206208
}
207209
]

0 commit comments

Comments
 (0)