Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Feb 21, 2024
1 parent e86424d commit 33c893d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
9 changes: 8 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,14 @@
</dl>
</div>

<img src={flyerHorizontal} alt="City skyline" class="w-2/5 mx-auto overflow-clip object-cover" />
<a href={flyerHorizontal} target="_blank"
><img
src={flyerHorizontal}
alt="City skyline"
class="w-2/5 mx-auto overflow-clip object-cover"
/></a
>
<p class="text-center mt-4 h6">Click Flyer to Expand</p>

<div class="container my-10 mx-auto">
<hr class="!border-t-8 !border-double" />
Expand Down
24 changes: 2 additions & 22 deletions src/routes/program/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
which cover exciting and novel developments in the field.
</p>
<p class="text-center">
We will touch on machine learning, precision medicine, and more. Additional details will be
released as the conference approaches!
We will touch on machine learning, precision medicine, and more. Additional details like
speakers for specific events and topics will be released as the conference approaches!
</p>
</div>
</div>
Expand Down Expand Up @@ -69,23 +69,3 @@
<div class="w-1/2 m-auto my-24">
<hr class="!border-t-8 !border-double" />
</div>

<div class="w-5/6 mx-auto mt-10 mb-5 align-middle items-center">
<div class="place-content-center gap-20">
<h2
class="h2 text-center my-10 fill-token select-none drop-shadow-sm bg-gradient-to-br from-secondary-500 to-tertiary-100 bg-clip-text text-transparent box-decoration-clone"
>
Keynote Speakers
</h2>
<dl class="list-dl">
{#each keynotes as keynote}
<div class="container text-center">
<span class="flex-auto">
<dt class="font-bold">{keynote.name}</dt>
<dd>{@html keynote.affiliation}</dd>
</span>
</div>
{/each}
</dl>
</div>
</div>

0 comments on commit 33c893d

Please sign in to comment.