This commit is contained in:
hokkqi 2020-07-19 09:08:58 +02:00
commit 7d0089059a
4 changed files with 95 additions and 116 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 KiB

View file

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
@ -9,20 +10,16 @@
<body> <body>
<div class="center"> <div class="center">
<img <img class="logo" src="./assets/images/NSW2-LOGO-NEW.png" alt="@ NonStopPup presents NONSTOPWORLD 2" />
class="logo" <img class="subtext" src="./assets/images/NSW2-SUBTEXT.png"
src="./assets/images/NSW2-LOGO-NEW.png" alt="THE SECOND ANNUAL MASSIVE ONLINE FURRY CONVENTION AND THE HISTORY, ART, CULTURE, & INFLUENCE OF THE FURRY FANDOM" />
alt="@ NonStopPup presents NONSTOPWORLD 2"
/>
<img
class="subtext"
src="./assets/images/NSW2-SUBTEXT.png"
alt="THE SECOND ANNUAL MASSIVE ONLINE FURRY CONVENTION AND THE HISTORY, ART, CULTURE, & INFLUENCE OF THE FURRY FANDOM"
/>
<br /> <br />
<div class="ip" onclick="copyIP('ip1')"> <!-- <div class="ip" onclick="copyIP('ip1')">
<img src="./assets/images/new/ip address.png" alt="" /> <img src="./assets/images/new/ip address.png" alt="" />
</div> -->
<div class="ip" onclick="copyIP('ip1')">
<img src="./assets/images/new/NSW2-BUTTON_SOON.png" alt="Click for IP" />
</div> </div>
<div class="issues"> <div class="issues">
<img src="./assets/images/new/issues.png" alt="" /> <img src="./assets/images/new/issues.png" alt="" />
@ -35,14 +32,10 @@
</a> </a>
</div> </div>
<div id="audio_stream"> <!-- <div id="audio_stream">
<a href="https://mixlr.com/nonstopworld2" <a href="https://mixlr.com/nonstopworld2"><img src="./assets/images/new/audio_stream.png" alt=""
><img class="button" /></a>
src="./assets/images/new/audio_stream.png" </div> -->
alt=""
class="button"
/></a>
</div>
<div id="vip"> <div id="vip">
<a href="https://forms.gle/7RequadVcZM344po8"> <a href="https://forms.gle/7RequadVcZM344po8">
@ -59,18 +52,12 @@
<br /> <br />
<br /> <br />
<img <img class="webdate" src="./assets/images/NSFW2-DATE.png" alt="JULY 18-19 on nonstop.world" />
class="webdate"
src="./assets/images/NSFW2-DATE.png"
alt="JULY 18-19 on nonstop.world"
/>
<br /> <br />
<br /> <br />
<img <img src="./assets/images/NSW2-VIP_NOTICE-NEW.png"
src="./assets/images/NSW2-VIP_NOTICE-NEW.png"
alt="$5 VIP TICKETS AVAILABLE FOR SPECIAL WORLD AREA ACCESS. ALL TICKET SALES DONATED TO DIRECT RELIEF COVID-19 & NAACP LEGAL DEFENSE FUND" alt="$5 VIP TICKETS AVAILABLE FOR SPECIAL WORLD AREA ACCESS. ALL TICKET SALES DONATED TO DIRECT RELIEF COVID-19 & NAACP LEGAL DEFENSE FUND"
class="note" class="note" />
/>
<br /> <br />
@ -87,18 +74,8 @@
<a href="https://twitter.com/hokkqi" target="_blank">HOKKQI</a> <a href="https://twitter.com/hokkqi" target="_blank">HOKKQI</a>
</p> </p>
</div> </div>
<input <input style="display: none;" type="text" value="mc.nonstop.world" id="ip1" />
style="display: none;" <input style="display: none;" type="text" value="mc2.nonstop.world" id="ip2" />
type="text"
value="mc.nonstop.world"
id="ip1"
/>
<input
style="display: none;"
type="text"
value="mc2.nonstop.world"
id="ip2"
/>
<div id="snackbar">Copied IP to clipboard!</div> <div id="snackbar">Copied IP to clipboard!</div>
<script> <script>
function copyIP(ip) { function copyIP(ip) {
@ -126,4 +103,5 @@
} }
</script> </script>
</body> </body>
</html> </html>