Sunday morning update

This commit is contained in:
shagia 2020-07-18 23:56:55 -07:00
parent a83939b244
commit de973d5eca
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: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 KiB

View file

@ -1,28 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<title>NONSTOPWORLD</title>
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
</head>
<body>
<body>
<div class="center">
<img
class="logo"
src="./assets/images/NSW2-LOGO-NEW.png"
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"
/>
<img class="logo" src="./assets/images/NSW2-LOGO-NEW.png" 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 />
<div class="ip" onclick="copyIP('ip1')">
<!-- <div class="ip" onclick="copyIP('ip1')">
<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 class="issues">
<img src="./assets/images/new/issues.png" alt="" />
@ -35,14 +32,10 @@
</a>
</div>
<div id="audio_stream">
<a href="https://mixlr.com/nonstopworld2"
><img
src="./assets/images/new/audio_stream.png"
alt=""
class="button"
/></a>
</div>
<!-- <div id="audio_stream">
<a href="https://mixlr.com/nonstopworld2"><img src="./assets/images/new/audio_stream.png" alt=""
class="button" /></a>
</div> -->
<div id="vip">
<a href="https://forms.gle/7RequadVcZM344po8">
@ -59,18 +52,12 @@
<br />
<br />
<img
class="webdate"
src="./assets/images/NSFW2-DATE.png"
alt="JULY 18-19 on nonstop.world"
/>
<img class="webdate" src="./assets/images/NSFW2-DATE.png" alt="JULY 18-19 on nonstop.world" />
<br />
<br />
<img
src="./assets/images/NSW2-VIP_NOTICE-NEW.png"
<img 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"
class="note"
/>
class="note" />
<br />
@ -87,18 +74,8 @@
<a href="https://twitter.com/hokkqi" target="_blank">HOKKQI</a>
</p>
</div>
<input
style="display: none;"
type="text"
value="mc.nonstop.world"
id="ip1"
/>
<input
style="display: none;"
type="text"
value="mc2.nonstop.world"
id="ip2"
/>
<input style="display: none;" 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>
<script>
function copyIP(ip) {
@ -125,5 +102,6 @@
}, 3000);
}
</script>
</body>
</body>
</html>