Skip to content

Commit

Permalink
0.9.8 - UX header + tickets section
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Apr 28, 2024
1 parent 4b5d1bd commit eb47c50
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- v0.9.7 of code for web3privacy summit 2 -->
<!-- v0.9.8 of code for web3privacy summit 2 -->
<!-- source code: https://github.com/web3privacy/events_web -->
<!DOCTYPE html>
<html lang="en">
Expand Down Expand Up @@ -56,23 +56,23 @@
</div>
</div>
</div>
</div>
<div class="w-full h-screen bg-[url('./img/bg.webp')]" id="intro">
<div class="w-full h-full flex items-center text-center">
<div class="mx-auto px-4">
<div class="text-4xl md:text-6xl font-bold mb-4 md:mb-8 font-mono2 font-thin lowercase">web3privacy summit #2</div>
<div class="mt-12 text-xl mx-4">
<p class="italic">Diving into the culture of the Web3 privacy industry</p>
</div>
<div class="mt-14 text-lg md:text-xl uppercase">
<div class="inline-block bg-black text-white font-medium md:w-auto w-3/4" style="outline: white;outline-width: 3px;outline-style: initial;">
<div class="mt-14 text-lg md:text-xl uppercase inline-block bg-black text-white font-medium md:w-auto w-3/4" style="outline: white;outline-width: 3px;outline-style: initial;">
<div class="px-6 py-2.5 inline-block font-medium">
<span>30 May 2024</span> AT <a href="https://maps.app.goo.gl/i9QiStBGhSSVysxAA" target="_blank" class="underline hover:no-underline font-medium">Paralelní Polis</a>
</div>
</div>
<div class="mt-14 inline-block bg-white text-black font-medium md:w-auto w-3/4">
</div>
<div class="mt-14 inline-block bg-white text-black font-medium md:w-auto w-3/4">
<div class="px-6 py-2.5 font-medium"><a href="https://lu.ma/w3pn-summit-prague2">Register for free</a>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -675,7 +675,6 @@
<div class="bg-black text-white px-4" id="ticket">
<div class="section-header">Tickets</div>
<div class="mb-8 text-mild">We are grateful to our Partners for allowing us to offer this event free of charge. If you wish to support the Web3Privacy research efforts and future events please consider donating via the addresses below</div>
<div class="grid lg:grid-cols-2 gap-10 mx-auto">
<div class="ticket-item undefined border py-10 px-10 hover:bg-white hover:text-black">
<div class="ticket-bg"></div>
<div class="ticket-img"></div>
Expand All @@ -694,10 +693,7 @@
</ul>
</div>
</div>
<div class="ticket-item undefined border py-10 px-10 hover:bg-white hover:text-black">
<div class="ticket-bg"></div>
<div class="ticket-img"></div>
<div style="z-index: 2;">
<div class="inline-block py-10 px-10 hover:bg-white hover:text-black">
<div class="text-2xl uppercase ticket-title">
<a href="https://lu.ma/w3pn-summit-prague2">give back to web3privacy</a>
</div>
Expand Down

0 comments on commit eb47c50

Please sign in to comment.