Skip to content
Merged
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
16 changes: 12 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { SPONSORS_EMAIL } from './constants'
<div class="relative z-10 max-w-3xl">
<h1
class="text-4xl md:text-7xl font-bold text-white font-mono tracking-tighter cursor-default"
aria-label="PyCon ES 2026"
aria-label="PyConES 2026"
>
<span aria-hidden="true" data-value="PYCON ES 2026" id="matrix-text"> PYCON ES 2026 </span>
<span aria-hidden="true" data-value="PyConES 2026" id="matrix-text"> PyConES 2026 </span>
</h1>

<h2
Expand Down Expand Up @@ -41,7 +41,11 @@ import { SPONSORS_EMAIL } from './constants'
></span>

<span id="sponsor-text">
<span aria-hidden="true">&lt; </span><span lang='en'>BECOME A SPONSOR</span><span aria-hidden="true"> /&gt;</span>
<span aria-hidden="true">&lt; </span><span lang="en">BECOME A SPONSOR</span><span
aria-hidden="true"
>
/&gt;</span
>
</span>
<span id="sponsor-hint" class="sr-only">Copia el email de contacto para patrocinadores</span>
</button>
Expand All @@ -52,7 +56,11 @@ import { SPONSORS_EMAIL } from './constants'
tabindex="-1"
class="hidden px-7 py-2 text-green-400 font-mono font-bold text-lg rounded-sm"
>
<span aria-hidden="true"> &lt;!-- </span><span lang='en'>EMAIL COPIED!</span><span aria-hidden="true"> --&gt;</span>
<span aria-hidden="true"> &lt;!-- </span><span lang="en">EMAIL COPIED!</span><span
aria-hidden="true"
>
--&gt;</span
>
</div>
</div>
</div>
Expand Down