Skip to content

Commit

Permalink
Merge pull request #66 from qam396/main
Browse files Browse the repository at this point in the history
chore(main): Small adjustment to the website
  • Loading branch information
qam396 committed Sep 10, 2024
2 parents dcb3279 + c4a8832 commit 3a1a601
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions src/routes/agenda/SpeakerScheduleSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@
<div class="grow text-2xl">Walk-in</div>
</div>
</TagBlock>
<TagBlock class="mt-2" direction="right" extend={true} backgroundColor="north3">
<div class="flex w-screen max-w-xl gap-5 font-bold">
<div class="pl-5 text-2xl sm:pl-0">9:00 - 9:15</div>
<div class="grow text-2xl">Opening</div>
</div>
</TagBlock>
<TagBlock class="mt-2" direction="left" extend={true} backgroundColor="north2">
<div class="flex w-screen max-w-xl gap-5">
<div class="pl-6 w-48">9:15 - 10:00</div>
<div class="pl-6 w-56">9:15 - 10:00</div>
<div class="inline-flex grow flex-col pr-2">
<div class="text-xl font-bold">Localization and translation of programming languages</div>
<div class="text-xl font-bold">Key Note 1: Localization and translation of programming languages</div>
<div class="text-lg text-ordina">Felienne Hermans (Vrije Universiteit Amsterdam)</div>
</div>
</div>
Expand Down Expand Up @@ -124,7 +130,12 @@
</div>
</div>
</TagBlock>

<TagBlock class="mt-2" direction="right" extend={true} backgroundColor="north3">
<div class="flex w-screen max-w-xl gap-5 font-bold">
<div class="pl-5 text-2xl sm:pl-0">16:55 - 17:05</div>
<div class="grow text-2xl">Closing</div>
</div>
</TagBlock>
<TagBlock class="mt-2" direction="right" extend={true} backgroundColor="north3">
<div class="flex w-screen max-w-xl gap-5 font-bold">
<div class="pl-5 text-2xl sm:pl-0">17:05 - 18:30</div>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/code-of-conduct/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@
address
here
>
which is monitored by <monitors names here>.</monitors></email
which is monitored by pycon.netherlands@gmail.com.</email
>
</div>
<div class="pb-4">In case of a conflict of interest, you can individually contact:</div>
<ul class="pl-14">
<li class="pb-4">Person that’s not in the group of “monitors names here” above</li>
<li class="pb-4">Ingrid.peters@soprasteria.com. (Person that’s not in the group of “PyCon NL”)</li>
</ul>
<div class="pb-4">
Conference staff will be happy to help participants contact venue security or local law
Expand Down
Binary file modified static/speakers/Felienne-Hermans-LIACS.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/speakers/headshot_merel_theisen.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 3a1a601

Please sign in to comment.