Skip to content

Commit

Permalink
v 1.1 of index.html
Browse files Browse the repository at this point in the history
Changed: 
- margin-left & margin-right of buttons in header set to 20% (looks better on mobile)

Added
- added white button code to intro text that leads to manifesto.html page
- Speakers: Scott Moore
- Sponsors: Ethereum, Railgun
  • Loading branch information
niclaz authored Apr 30, 2024
1 parent d72a7eb commit e1f860f
Showing 1 changed file with 52 additions and 3 deletions.
55 changes: 52 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- v 1.0 of code for web3privacy summit 2 -->
<!-- v 1.1 of code for web3privacy summit 2 -->
<!-- sauce: https://github.com/web3privacy/events_web -->
<!DOCTYPE html>
<html lang="en">
Expand Down Expand Up @@ -61,12 +61,12 @@
<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 mb-16 uppercase" style="border-style: solid;border-color: #e5e7eb;border-width: 1px;margin-left: 25%;margin-right: 25%;margin-bottom: 5rem;">
<div class="mt-14 mb-16 uppercase" style="border-style: solid;border-color: #e5e7eb;border-width: 1px;margin-left: 20%;margin-right: 20%;margin-bottom: 5rem;">
<div class="px-6 py-2.5">
<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-16 bg-white text-black uppercase" style="margin-left: 25%;margin-right: 25%;">
<div class="mt-16 bg-white text-black uppercase" style="margin-left: 20%;margin-right: 20%;">
<div class="px-6 py-2.5">
<span><a href="https://lu.ma/w3pn-summit-prague2">Register for free</a></span>
</div>
Expand All @@ -82,6 +82,11 @@
<p>Privacy advocates worldwide are coming together to discuss our future. Join us in Prague on May 30th 2024 at this summit as part of <a href="http://web3privacy.info/">Web3Privacy Now</a>.</p>
</div>
</div>
<div class="mt-16 bg-white text-black" style="margin-left: 20%;margin-right: 20%;">
<div class="px-6 py-2.5">
<span><a href="./manifesto.html">READ OUR MANIFESTO</a></span>
</div>
</div>
</div>
<div id="speakers" class="bg-black text-white px-4">
<div class="section-header">Speakers</div>
Expand Down Expand Up @@ -494,6 +499,20 @@
</div>
</div>
</div>
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div>
<img src="./img/henry.png" alt="speaker" class="aspect-square object-cover w-full">
</div>
<div class="pb-4 px-4">
<div class="mt-4 speaker-name">SCOTT MOORE</div>
<div class="text-mild">
<a href="https://twitter.com/notscottmoore" class="hover:underline" target="_blank">@notscottmoore</a>
</div>
<div class="mt-2 text-sm markdown-basic">
<p>Co-founder <a href="https://www.gitcoin.co">Gitcoin</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="text-center mt-10 mb-10">We keep adding more and more speakers, stay tuned ...</div>
Expand Down Expand Up @@ -841,6 +860,36 @@
</div>
</div>
</div>
<div class="partner-item text-center items-center p-2">
<div>
<a href="https://ethereum.org/">
<img src="./img/ethereum.png" alt="partner" class="partner-img aspect-[16/11] w-full h-full object-contain p-0">
</a>
</div>
<div class="p-2 partner-text">
<div>
<a href="https://ethereum.org/en/" class="text-xl">ETHEREUM FOUNDATION</a>
</div>
<div>
<a href="https://twitter.com/ethereum" class="text-sm text-mild">@ethereum</a>
</div>
</div>
</div>
<div class="partner-item text-center items-center p-2">
<div>
<a href="https://https://railgun.org/">
<img src="./img/railgun.svg" alt="partner" class="partner-img aspect-[16/11] w-full h-full object-contain p-0">
</a>
</div>
<div class="p-2 partner-text">
<div>
<a href="http://railgun.org/" class="text-xl">RAILGUN</a>
</div>
<div>
<a href="https://twitter.com/RAILGUN_Project" class="text-sm text-mild">@RAILGUN_Project</a>
</div>
</div>
</div>
<div class="partner-item text-center items-center p-2">
<div>
<a href="https://polybaselabs.com/">
Expand Down

0 comments on commit e1f860f

Please sign in to comment.