Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023 dates #158

Open
wants to merge 1 commit into
base: 2023
Choose a base branch
from
Open
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
31 changes: 24 additions & 7 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,43 @@ color: var(--off-white);
}

main a:visited {
color: var(--purple);
color: var(--off-white);
}
</style>

## What is WebAssembly Summit?
## What is WebAssembly Summit 2023?

WebAssembly Summit is a conference to bring together the WebAssembly community to discuss and share new and interesting ideas in WebAssembly!
WebAssembly Summit 2023 is a conference to bring together the WebAssembly community to discuss and share new and interesting ideas in WebAssembly! This year, we are co-located with the [W3C WebAssembly Community Group][cg] to bring the industry and standards bodies even closer together.

The event is explicitly for _everyone_ at all levels of experience.

## When is WebAssembly Summit 2023?

We don't have exact dates yet, but it will be around June/July 2023. Join the [Discord] for updates!
The WebAssembly Summit will be happening on July 24th & 25th, 2023. The WebAssembly Community Group will meet from July 25th to 27th, 2023.

## How will WebAssembly Summit 2023 be hosted?

The event will by hybrid. There will be a 2-day in-person event in London, UK. All talks will also be live-streamed with a live chat on [our Discord server][discord].
The event will by hybrid. There will be a 2-day in-person event in London, UK, hosted in the Sherfield Building at the [Imperial College London][imperial]. All talks will also be live-streamed with a live chat on [our Discord server][discord], and be recorded and uploaded to our [YouTube channel][yt].

## Discord

We will be using [our Discord server][discord] for communication to share announcements for the event, and for attendees to stay in touch during and after the event.

## Can I speak at WebAssembly Summit 2023?

_Everyone_ is invited to apply to speak at WebAssembly Summit 2023. The deadline to [submit a talk][cfp] is January 31st, 2023.
The Call for Papers for the WebAssembly Summit 2023 is now closed.

## What's your lineup?

We are still finalizing our speakers, presentations and schedule. Please join our [Discord] to get a notification when our schedule goes live!

## Where can I buy tickets?

You can't buy tickets yet. We are in the process of setting everything up. Please join our [Discord] to get a notification when our tickets are going on sale.

## Are you looking for sponsors?

Indeed we are! Please take a look at our [Sponsorship Prospectus][prospectus] and reach out to us!

## Do you have a code of conduct?

Expand All @@ -58,15 +70,20 @@ Yes, the summit is organized by individual people in the WebAssembly community.
The organizers are (in alphabetical order):

- Ashley Williams (Discord: `ag_dubs#0023`)
- Ingrid Epure (Discord: `ingride#3366`)
- Surma (Discord: `surma#6368`)

## How do I contact you?

If you need to get in contact with the organizers for whatever reason, please reach out on the [WebAssembly Summit Discord][discord].
If you need to get in contact with the organizers for whatever reason, please reach out on the [WebAssembly Summit Discord][discord], or send an email to <code>hello<span>(at)</span>wasmsummit.dev</code>.

Thanks for all the support from the WebAssembly community!

[discord]: <%= meta.discord; %>
[twitter]: <%= meta.twitter; %>
[yt]: <%= meta.youtube; %>
[cfp]: <%= meta.cfp; %>
[coc]: /coc
[cg]: https://www.w3.org/community/webassembly/
[imperial]: https://goo.gl/maps/aAYnqAYXMs8NRBSQ9
[prospectus]: <%= meta.prospectus; %>
51 changes: 39 additions & 12 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,27 @@ layout: default.ejs
color: var(--offwhite);
}
#landingpage .meta {
display: grid;
grid-template-columns: max-content max-content;
justify-content: center;
padding: 0;
margin: 0;
list-style-type: none;
}
#landingpage .meta li {
display: flex;
justify-content: center;
align-items: center;
margin: .5rem 0;
column-gap: 1rem;
row-gap: 2rem;
}
#landingpage .meta .icon {
margin-right: .5rem;
#landingpage .meta li {
display: contents;
}
#landingpage .cta {
display: block;
margin-top: 1rem;
background-color: var(--dark-blue);
font-weight: normal;
}
#landingpage .cta-important {
background-color: var(--purple);
font-weight: bold;
}
#landingpage .text {
display: grid;
Expand All @@ -55,19 +60,41 @@ layout: default.ejs
grid-row: 1 / -1;
}
}
#landingpage .datetable {
display: grid;
grid-template-columns: minmax(min-content, 1fr) 1fr;
column-gap: 1rem;
margin: 0;
padding: 0;
}
#landingpage .datetable li {
display: contents !important;
}
#landingpage .datetable span {
font-weight: bold;
}
</style>
<section id="landingpage">
<img src="assets/logo.svg" class="logo">
<div class="text">
<h1 class="name">WebAssembly</h1>
<h1 class="name2">Summit <span class="year"><%= meta.year %></span></h1>
<ul class="meta">
<li><span class="icon" style="--image: url(assets/date.svg)"></span>Mid 2023</li>
<li><span class="icon" style="--image: url(assets/location.svg)"></span>London UK, Discord &amp; YouTube</li>
<li><span class="icon" style="--image: url(assets/date.svg)"></span>
<ul class="datetable">
<li><span>Conference:</span> July 24th, 2023</li>
<li><span>Hackday:</span> July 25th, 2023</li>
<li><span>Community Group:</span> July 26th & 27th, 2023</li>
</ul>
</li>
<li>
<span class="icon" style="--image: url(assets/location.svg)"></span>
<span><strong>Imperial College London, UK</strong><br>Discord &amp; YouTube</span></li>

</ul>
<p style="text-align: center">More information in our <a href="/faq">FAQs</a>.
<a href="<%= meta.cfp %>" class="cta">
Submit a talk!
<a href="<%= meta.prospectus %>" class="cta cta-important">
Become a sponsor!
</a>
<a href="<%= meta.discord %>" class="cta">
Join our Discord for Updates!
Expand Down