Skip to content

Commit

Permalink
0.9.9 - last UX edits
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed Apr 28, 2024
1 parent 12c85d4 commit b0505db
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>
<div style="display: contents">
<div class="relative w-full min-h-screen text-white">
<div class="fixed w-full h-18 z-40 " id="header">
<div id="header" class="fixed w-full h-18 z-40" style="top: 0px;">
<div class="bg-black pb-0.5 pt-2">
<div class="middle-pane-big">
<div class="flex my-1">
Expand Down Expand Up @@ -56,7 +56,7 @@
</div>
</div>
</div>
<div class="w-full h-screen bg-[url('./img/bg.webp')]" id="intro">
<div id="intro" class="w-full h-screen bg-[url('./img/bg.webp')]">
<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>
Expand All @@ -74,7 +74,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-4" id="about">
<div id="about" class="bg-black text-white px-4">
<div class="py-16 md:py-32 md:w-5/6 mx-auto text-mild">
<p class="text-white font-mono2 lowercase py-10">If privacy is a human right, then we need to protect it.</p>
<div class="markdown multiline">
Expand All @@ -83,7 +83,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-4" id="speakers">
<div id="speakers" class="bg-black text-white px-4">
<div class="section-header">Speakers</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
Expand Down Expand Up @@ -457,7 +457,7 @@
</div>
<div class="text-supermild mt-6">We keep adding more and more speakers, stay tuned ...</div>
</div>
<div class="bg-black text-white px-4" id="program">
<div id="program" class="bg-black text-white px-4">
<div class="section-header">Program</div>
<div class="program xl:flex gap-10 xl:gap-4">
<div class="w-auto mb-10 xl:mb-0 mx-auto">
Expand Down Expand Up @@ -705,7 +705,7 @@
</div>
</div>
</div>
<div class="bg-black text-white px-4" id="partners">
<div id="partners" class="bg-black text-white px-4">
<div class="section-header">Partners</div>
<div class="pb-6 text-xl">Thanks to our partners we are able to make this event free for all</div>
<div class="section-header">MEMBERS</div>
Expand Down Expand Up @@ -1071,38 +1071,38 @@
</div>
</div>
</div>
<div class="bg-black text-white px-4" id="faq">
<div class="section-header">FREQUENTLY ASKED QUESTIONS</div>
<div id="faq" class="text-white px-4">
<div class="section-header">FREQUENTLY ASKED QUESTIONS</div>
<div class="mx-auto">
<div class="grid gap-4 grid-cols-2 md:grid-cols-3 lg:grid-cols-5">
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div class="hover:bg-white hover:text-black">
<div class="pb-4 px-4">
<div class="mt-4 text-xl">What is Web3Privacy Now?</div>
<div class="mt-2 text-sm text-supermild markdown-basic">
<div class="mt-2 text-sm">
<p><a href="http://web3privacy.info/">Web3privacy now</a> is a think-and-do tank aimed at building a culture of privacy industry in web3 by fostering collaboration among privacy advocates and key players, developing tools and sharing knowledge.</p>
</div>
</div>
</div>
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div class="hover:bg-white hover:text-black">
<div class="pb-4 px-4">
<div class="mt-4 text-xl">Who is the event for?</div>
<div class="mt-2 text-sm text-supermild markdown-basic">
<div class="mt-2 text-sm text">
<p>People interested in privacy topics in the Web3 industry. We aim to make our content accessible to everyone - rather than going into deep technical detail, we'll discuss privacy topics in their broader context.</p>
</div>
</div>
</div>
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div class="hover:bg-white hover:text-black">
<div class="pb-4 px-4">
<div class="mt-4 text-xl">How do I get to the venue?</div>
<div class="mt-2 text-sm text-supermild markdown-basic">
<div class="mt-2 text-sm">
<p>The venue is <a href="https://www.paralelnipolis.cz/">Paralelní Polis</a> - located in the north of Prague near the metro stations <em>Nádraží Holešovice</em> and <em>Vltavská</em>. The address is 475/43, Dělnická, 170 00 Praha 7 (<a href="https://maps.app.goo.gl/i9QiStBGhSSVysxAA">Google Maps</a>) (<a href="https://www.openstreetmap.org/node/296731584">OpenStreetMap</a>)</p>
</div>
</div>
</div>
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div class="hover:bg-white hover:text-black">
<div class="pb-4 px-4">
<div class="mt-4 text-xl">I have another question, where can I contact you?</div>
<div class="mt-2 text-sm text-supermild markdown-basic">
<div class="mt-2 text-sm">
<p>You can contact the organizing team or the community around the event in our <a href="https://matrix.to/#/#web3privacy:gwei.cz">public Matrix space</a> or our <a href="https://t.me/+DMkrxGNeJzYyYzM0">Telegram community group</a></p>
</div>
</div>
Expand Down

0 comments on commit b0505db

Please sign in to comment.