updates
This commit is contained in:
parent
cebfc5ca03
commit
a69ad9e4d4
5 changed files with 29 additions and 15 deletions
BIN
android-chrome-512x512.png
Normal file
BIN
android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
39
index.html
39
index.html
|
@ -3,14 +3,15 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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>
|
||||
|
||||
body {
|
||||
max-width: 50rem;
|
||||
margin: 1em auto;
|
||||
line-height: 1.25;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
padding: 0 1em;
|
||||
background: #330000;
|
||||
color: #ffffff;
|
||||
|
@ -39,21 +40,31 @@ a:visited {
|
|||
</head>
|
||||
<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>
|
||||
<hr>
|
||||
<p>😴 it's a rave that's over by 10pm</p>
|
||||
<p>😎 also no flashing lights</p>
|
||||
<p>🍳 she's still cooking, join the list for updates</p>
|
||||
<h2>NO SOCIALS, JOIN THE LIST 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>💻 if you're reading this on a laptop, scan this QR code to join the list:</p>
|
||||
<img src="" alt="a QR code to join the list">
|
||||
<h2>GOT QUESTIONS? WANNA DJ? HIT US UP</h2>
|
||||
<p>📬 send us an 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>🔊 it's a rave that happens early</p>
|
||||
<p>🛌 we go to bed on time</p>
|
||||
<p>🚨 no flashing lights</p>
|
||||
<h2>🤫 no socials, <a href="https://buttondown.email/earlyraveavl">join the list</a> to get emails for time / date / location</h2>
|
||||
<p>🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌 🌌</p>
|
||||
<form
|
||||
action="https://buttondown.email/api/emails/embed-subscribe/earlyraveavl"
|
||||
method="post"
|
||||
target="popupwindow"
|
||||
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>EARLY RAVE AVL</p>
|
||||
<p>early rave</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# earlyraveavl.info
|
||||
this is the website for EARLY RAVE in asheville
|
||||
this is the website for early rave avl
|
||||
|
|
3
view.sh
Executable file
3
view.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
python3 -m http.server --directory ./
|
Loading…
Reference in a new issue