diff --git a/src/lib/Carousel.svelte b/src/lib/Carousel.svelte index 5a59ba6..c181560 100644 --- a/src/lib/Carousel.svelte +++ b/src/lib/Carousel.svelte @@ -6,7 +6,7 @@ { id: 4, src: '../images/carousel/carousel-4.jpg' }, { id: 5, src: '../images/carousel/carousel-5.jpg' } ]; - + $: carouselImage = carouselImages[0]; setInterval(() => { @@ -23,7 +23,7 @@
- DDD South West is an inclusive, non-profit developer conference organised by the community, - for the community. +
+ DDD South West is coming... save the date! See you on the + 26th April 2025 + at Engine Shed, Bristol
- Registration is now open, - - get your tickets here and see you on the 27th! + DDD South West is an inclusive, non-profit, volunteer driven developer conference organised by + the community, for the community. We are dedicated to providing a safe and welcoming + conference experience for everyone.
+Please refer to our Code of Conduct for more information.
- DDD South West is a free one day technical event organised by developers for developers. It is - a day of learning, discussing, contributing and being part of the developer community in the - South West. Our goal is to provide free technical education, the opportunity to mix with peers - and to make and develop relationships in the developer community. + DDD South West is an annual free one day technical conference organised by developers for + developers. It is a day of learning, discussing, contributing and being part of the developer + community in the South West. Our goal is to provide free technical education, the opportunity + to mix with peers and to make and develop relationships in the developer community.
DDD South West is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.
++ DDD South West is dedicated to providing a harassment-free conference experience for everyone, + regardless of gender, gender identity and expression, sexual orientation, disability, physical + appearance, body size, race, age or religion. +
-We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks.
++ We do not tolerate harassment of conference participants in any form. Sexual language and + imagery is not appropriate for any conference venue, including talks. +
-Conference participants violating these rules may be sanctioned or expelled from the conference at the discretion of the conference organizers.
++ Conference participants violating these rules may be sanctioned or expelled from the + conference at the discretion of the conference organizers. +
Harassment includes, but is not limited to:
In this document the term 'participant' refers to any person at the event including, but not limited to; ticketed attendees, sponsor staff, volunteers.
++ In this document the term 'participant' refers to any person at the event including, but not + limited to; ticketed attendees, sponsor staff, volunteers. +
Reporting, enforcement, and feedback policies apply to all participants.
Participants asked to stop any harassing behaviour are expected to comply immediately.
- -If a participant engages in harassing behaviour, event organisers retain the right to take any actions to keep the event a welcoming environment for all participants. This includes warning the offender or expulsion from the conference.
- -Event organisers may take action to redress anything designed to, or with the clear impact of, disrupting the event or making the environment hostile for any participants.
- -We expect participants to follow these rules at all event venues and event-related social activities. We think people should follow these rules outside event activities too!
+ ++ If a participant engages in harassing behaviour, event organisers retain the right to take any + actions to keep the event a welcoming environment for all participants. This includes warning + the offender or expulsion from the conference. +
+ ++ Event organisers may take action to redress anything designed to, or with the clear impact of, + disrupting the event or making the environment hostile for any participants. +
+ ++ We expect participants to follow these rules at all event venues and event-related social + activities. We think people should follow these rules outside event activities too! +
If someone makes you or anyone else feel unsafe or unwelcome, please report it as soon as possible.
++ If someone makes you or anyone else feel unsafe or unwelcome, please report it as soon as + possible. +
Conference staff can be identified by t-shirts/special badges/head sets.
-Harassment and other code of conduct violations reduce the value of our event for everyone.
++ Harassment and other code of conduct violations reduce the value of our event for everyone. +
We want you to be happy at our event. People like you make our event a better place.
You can make a report either personally or anonymously.
You can make an anonymous report here.
++ You can make an anonymous report here. +
-We can't follow up an anonymous report with you directly, but we will fully investigate it and take whatever action is necessary to prevent a recurrence.
++ We can't follow up an anonymous report with you directly, but we will fully investigate it and + take whatever action is necessary to prevent a recurrence. +
You can make a personal report by contacting a staff member, identified by DDD South West 2024 t-shirts or lanyards.
++ You can make a personal report by contacting a staff member, identified by DDD South West 2025 + crew t-shirts or lanyards. +
-When taking a personal report, our staff will ensure you are safe and cannot be overheard.
++ When taking a personal report, our staff will ensure you are safe and cannot be overheard. +
They may involve other event staff to ensure your report is managed properly.
Once safe, we'll ask you to tell us about what happened.
-This can be upsetting, but we'll handle it as respectfully as possible, and you can bring someone to support you.
++ This can be upsetting, but we'll handle it as respectfully as possible, and you can bring + someone to support you. +
You won't be asked to confront anyone and we won't tell anyone who you are.
-Our team will be happy to help you contact hotel/venue security, local law enforcement, local support services, provide escorts, or otherwise assist you to feel safe for the duration of the event.
++ Our team will be happy to help you contact hotel/venue security, local law enforcement, local + support services, provide escorts, or otherwise assist you to feel safe for the duration of + the event. +
We value your attendance.
- This anti-harassment policy is based on the example policy from the Geek Feminism wiki, created by the Ada Initiative and other volunteers. - Geek Feminism Conference Anti-Harassment Policy -
++ This anti-harassment policy is based on the example policy from the Geek Feminism wiki, + created by the Ada Initiative and other volunteers. + Geek Feminism Conference Anti-Harassment Policy +
To bookmark sessions, submit feedback and enter the prize draw, - check out Pocket DDD. + check out Pocket DDD.
Can't find a room? {
- const sessionsRsp = await fetch('https://sessionize.com/api/v2/kn91wz1x/view/Sessions');
+ const sessionizeId = 'kn91wz1x';
+
+ const sessionsRsp = await fetch(`https://sessionize.com/api/v2/${sessionizeId}/view/Sessions`);
let sessionsJson = await sessionsRsp.json();
sessions = sessionsJson[0].sessions;
- const speakersRsp = await fetch('https://sessionize.com/api/v2/kn91wz1x/view/Speakers');
+ const speakersRsp = await fetch(`https://sessionize.com/api/v2/${sessionizeId}/view/Speakers`);
speakers = await speakersRsp.json();
const hasId = $page.url.searchParams.has('id');
@@ -53,15 +55,14 @@
{#each session.speakers as speaker}
showSpeakerInfo(speaker.id)}
- >{speaker.name}
+ >{speaker.name}
{/each}
- We are looking for sponsors for DDD South West 2024. If you or your company would like to
+ We are looking for sponsors for DDD South West 2025. If you or your company would like to
become a sponsor please email us.
We have various options available, or we can arrange a custom package for you. Our event is entirely
funded by sponsorship and would not be possible without our wonderful sponsors.
diff --git a/src/routes/venue/+page.svelte b/src/routes/venue/+page.svelte
index 5fededb..564b89c 100644
--- a/src/routes/venue/+page.svelte
+++ b/src/routes/venue/+page.svelte
@@ -1,15 +1,14 @@
- DDD South West 2024 will be held at Engine Shed
+ DDD South West 2025 will be held at Engine Shed
located at the following address:
During sessions the communal areas (Members Lounge
+ target="_blank">Members Lounge
and Platform 14)
have some places to sit and relax though they can be noisy as sound carries from the sessions.
During breaks and lunch these areas will get busy but the session rooms are still open if you
@@ -45,8 +42,7 @@
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2486.505708479013!2d-2.5857436836869034!3d51.44887092280099!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48718e7cb133a5e9%3A0xad45f23e4147453c!2sEngine%20Shed!5e0!3m2!1sen!2suk!4v1667485180686!5m2!1sen!2suk"
style="border:0;"
loading="lazy"
- referrerpolicy="no-referrer-when-downgrade"
- />
+ referrerpolicy="no-referrer-when-downgrade" />
The nearest car park is Bristol Temple Meads station. Other car parks can be found here.
+ target="_blank">here.
2024 Sessions
+ 2025 Sessions
{#if sessions}
{#each sessions as session}
{session.title}
@@ -79,8 +80,7 @@
+ class="speaker-image" />
{/if}
{modalSpeaker?.fullName}
diff --git a/src/routes/sponsorship/+page.svelte b/src/routes/sponsorship/+page.svelte
index 5f6b88d..7a4dd04 100644
--- a/src/routes/sponsorship/+page.svelte
+++ b/src/routes/sponsorship/+page.svelte
@@ -3,21 +3,21 @@
import { pageTitle } from '../../stores.js';
let refreshmentPackages = [
- { title: 'Breakfast', price: '£250', claimed: true },
+ { title: 'Breakfast', price: '£250', claimed: false },
{ title: 'Morning break', price: '£250', claimed: false },
- { title: 'Afternoon break', price: '£250', claimed: true }
+ { title: 'Afternoon break', price: '£250', claimed: false }
];
let extraOptions = [
{
title: 'T-shirts',
price: '£500',
- claimed: true,
+ claimed: false,
description: `We'll print your company name/logo on our t-shirts, worn by the staff and speakers.`
}
];
- let showSponsors = true;
+ let showSponsors = false;
pageTitle.set('Sponsorship');
@@ -26,7 +26,7 @@
Sponsorship opportunities
Address
Engine Shed
Station Approach
@@ -25,15 +24,13 @@
or the lift. There will be a banner outside and volunteer crew members to greet you as you
enter the first floor.
- You can take a virtual tour of the Engine Shed here
+ You can take a virtual tour of the Engine Shed here
or see the room layout here.
Hotels
@@ -79,21 +74,20 @@
Disclaimer: These instructions are provided for your convenience. We have tried to ensure
that they are accurate but can take no responsibility for errors. This is not an exhaustive
- list of how to get to the venue, other routes (and hotels) are available.
+ list of how to get to the venue, other routes (and hotels) are available.