Initial commit

This commit is contained in:
tree🌴 2023-05-16 17:37:54 +02:00
commit e5e7a8599a
6 changed files with 71 additions and 0 deletions

BIN
avatar.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

71
index.html Normal file
View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>#Lunarpunk Party | June 5, 2023 @ Prague</title>
<meta property="og:title" content="#Lunarpunk Party | June 5, 2023 @ Prague" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://lunarpunk.party/" />
<link rel="icon" href="favicon.png" />
<meta property="og:url" content="https://lunarpunk.party/" />
<meta property="og:site_name" content="#Lunarpunk Party" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lunarpunk.party/avatar.webp">
<meta name="og:description" content="Immerse in the ethos of Web3 at the Lunarpunk Party! Join us in an underground theatre set in cypherpunk style, pulsating with electronic music. We're turning the Web3Privacy Summit dialogues into a cultural revolution on June 5, from 8 PM onwards. Be a part of it!" />
<meta name="twitter:image" content="https://lunarpunk.party/avatar.webp">
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Immerse in the ethos of Web3 at the Lunarpunk Party! Join us in an underground theatre set in cypherpunk style, pulsating with electronic music. We're turning the Web3Privacy Summit dialogues into a cultural revolution on June 5, from 8 PM onwards. Be a part of it!" />
<meta property="twitter:title" content="#Lunarpunk Party | June 5, 2023 @ Prague" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","headline":"#Lunarpunk Party | June 5, 2023 @ Prague","name":"#Lunarpunk Party","url":"#Lunarpunk Party | June 5, 2023 @ Prague"}</script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<style type="text/css">
body {
background-color: black;
color: white;
font-family: monospace;
font-size: 1.5em;
}
body a {
text-decoration: underline;
}
body a:hover {
text-decoration: none;
}
.flex {
display: flex;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
</style>
<body>
<div class="flex items-center justify-center h-screen text-center">
<div class="h-screen items-center justify-center">
<a href="https://tickets.web3privacy.info/w3ps1/">
<img src="poster.webp" class="h-5/6 mt-4 mx-auto" alt="#Lunarpunk Party | June 5, 2023 @ Prague" />
</a>
<div class="pt-4 pb-14 grid grid-cols-2 justify-items-center uppercase">
<a href="https://tickets.web3privacy.info/w3ps1/" class="font-bold">Buy Ticket</a>
<a href="https://prague.web3privacy.info">Web3Privacy Summit #1</a>
</div>
</div>
</div>
</body>
</html>

BIN
poster-big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
poster.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 KiB

BIN
poster.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB