This commit is contained in:
maren 2024-01-29 23:21:27 -05:00
parent cebfc5ca03
commit a69ad9e4d4
5 changed files with 29 additions and 15 deletions

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,14 +3,15 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>EARLY RAVE AVL</title> <link rel="icon" type="image/x-icon" href="favicon.ico">
<title>early rave avl</title>
<style> <style>
body { body {
max-width: 50rem; max-width: 50rem;
margin: 1em auto; margin: 1em auto;
line-height: 1.25; line-height: 1.25;
word-wrap: break-word; overflow-wrap: break-word;
padding: 0 1em; padding: 0 1em;
background: #330000; background: #330000;
color: #ffffff; color: #ffffff;
@ -39,21 +40,31 @@ a:visited {
</head> </head>
<body> <body>
<h1 class="header">EARLY RAVE AVL</h1> <h1 class="header">🌄 early rave avl 🌄</h1>
<p class="header">| <a href="https://earlyraveavl.bearblog.dev">posts</a> |</p> <p class="header">| <a href="https://earlyraveavl.bearblog.dev">posts</a> |</p>
<hr> <hr>
<p>😴 it's a rave that's over by 10pm</p> <p>🔊 it's a rave that happens early</p>
<p>😎 also no flashing lights</p> <p>🛌 we go to bed on time</p>
<p>🍳 she's still cooking, join the list for updates</p> <p>🚨 no flashing lights</p>
<h2>NO SOCIALS, JOIN THE LIST FOR TIME / DATE / LOCATION</h2> <h2>🤫 no socials, <a href="https://buttondown.email/earlyraveavl">join the list</a> to get emails for time / date / location</h2>
<p>📱 if you're reading this on a phone, <a href="">click this link to join the list</a> <p>🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌</p>
<p>💻 if you're reading this on a laptop, scan this QR code to join the list:</p> <form
<img src="" alt="a QR code to join the list"> action="https://buttondown.email/api/emails/embed-subscribe/earlyraveavl"
<h2>GOT QUESTIONS? WANNA DJ? HIT US UP</h2> method="post"
<p>📬 send us an email: contact at early rave avl dot info</p> target="popupwindow"
<h2> DO YOU JUST WANNA GO HARD RIGHT NOW? <a href="https://www.youtube.com/watch?v=k55fBcxYJu4">CLICK THIS LINK</a></h2> onsubmit="window.open('https://buttondown.email/earlyraveavl', 'popupwindow')"
class="embeddable-buttondown-form"
>
<label for="bd-email">Enter your email</label><br>
<input type="email" name="email" id="bd-email" /><br>
<input type="submit" value="subscribe" /><br>
</form>
<p>🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌</p>
<h2>got questions? wanna dj? hit us up</h2>
<p>📬 email: contact at early rave avl dot info</p>
<h2> do you just wanna go hard right now? <a href="https://www.youtube.com/watch?v=k55fBcxYJu4">click this link</a></h2>
<p>plur,</p> <p>plur,</p>
<p>EARLY RAVE AVL</p> <p>early rave</p>
</body> </body>
</html> </html>

View file

@ -1,2 +1,2 @@
# earlyraveavl.info # earlyraveavl.info
this is the website for EARLY RAVE in asheville this is the website for early rave avl

3
view.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh -e
python3 -m http.server --directory ./