Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/routes/index/_events.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<div class="flex flex-col items-center justify-center md:flex-row md:items-start">
<!-- Session name and time -->
<div class="flex-1 flex flex-col items-center md:items-start">
<p class="title font-semibold text-base text-center md:text-left">
<p class="max-w-sm title font-semibold text-base text-center md:text-left">
{session.name}
</p>
<div class="text-[#808080] text-sm">
Expand Down
41 changes: 40 additions & 1 deletion src/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export const events = writable([
timeISO: '2021-10-13T16:00:00.000Z',
durationInMs: DurationMinute * 90,
name: 'Flutter Day',
presenter: 'Appwrite, TBA',
presenter: 'Appwrite, Stream, Telia, Very Good Ventures',
link: 'https://www.linkedin.com/events/hacktoberfest-flutterday6851167361140109312/',
sessions: [
{
Expand All @@ -308,6 +308,45 @@ export const events = writable([
companyImage: '/companies/appwrite.png'
}
]
},

{
name: 'Structuring a Flutter desktop application with macos_ui',
timeISO: '2021-10-13T16:30:00.000Z',
durationInMs: DurationMinute * 30,
presenters: [
{
name: 'Reuben Turner',
image: '/presenters/reuben.webp',
companyImage: '/companies/getstream.png'
}
]
},

{
name: 'Scalable Flutter app development',
timeISO: '2021-10-13T17:00:00.000Z',
durationInMs: DurationMinute * 30,
presenters: [
{
name: 'Majid Hajian',
image: '/presenters/majid.webp',
companyImage: '/companies/telia.png'
}
]
},

{
name: 'Generating a Scalable Flutter App in Seconds with Very Good CLI',
timeISO: '2021-10-13T17:30:00.000Z',
durationInMs: DurationMinute * 30,
presenters: [
{
name: 'Erick Zanardo',
image: '/presenters/erick.webp',
companyImage: '/companies/very_good_ventures.png'
}
]
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions src/styles/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,9 @@ video {
.max-w-\[110px\]{
max-width: 110px;
}
.max-w-md{
max-width: 28rem;
}
.flex-1{
flex: 1 1 0%;
}
Expand Down
Binary file added static/companies/getstream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/companies/singlestore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/companies/telia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/companies/very_good_ventures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/presenters/erick.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/presenters/majid.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/presenters/reuben.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.