prepare for saturday
This commit is contained in:
parent
f8f390d95b
commit
866699bfa8
8 changed files with 100 additions and 86 deletions
|
@ -2,7 +2,7 @@ body {
|
|||
background-color: black;
|
||||
color: white;
|
||||
background-image: url("/assets/images/NSW2-BG.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
|
@ -38,9 +38,17 @@ div {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.button {
|
||||
/* .button {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
} */
|
||||
.ip img {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.times img {
|
||||
width: 70%;
|
||||
padding-bottom: 2vh;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -51,6 +59,7 @@ div {
|
|||
|
||||
.buttons {
|
||||
padding-left: 0;
|
||||
width: 100vw;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -91,7 +100,7 @@ div {
|
|||
background-color: black;
|
||||
color: white;
|
||||
background-image: url("/assets/images/NSW2-BG.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-repeat: repeat-y;
|
||||
background-size: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -126,9 +135,16 @@ div {
|
|||
padding-left: 0;
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-inline-block;
|
||||
padding-left: 0;
|
||||
width: 100vw;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.times img {
|
||||
width: 80%;
|
||||
padding-bottom: 2vh;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
|
BIN
assets/images/new/audio_stream.png
Normal file
BIN
assets/images/new/audio_stream.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/new/discord.png
Normal file
BIN
assets/images/new/discord.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/new/ip address.png
Normal file
BIN
assets/images/new/ip address.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
assets/images/new/mockup.jpg
Normal file
BIN
assets/images/new/mockup.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 936 KiB |
BIN
assets/images/new/nsw2djposter_SATURDAY.jpg
Normal file
BIN
assets/images/new/nsw2djposter_SATURDAY.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/images/new/vip.png
Normal file
BIN
assets/images/new/vip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
162
index.html
162
index.html
|
@ -1,90 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>NONSTOPWORLD</title>
|
||||
<link rel="stylesheet" href="./assets/css/main.css" />
|
||||
</head>
|
||||
|
||||
<title>NONSTOPWORLD</title>
|
||||
<link rel="stylesheet" href="./assets/css/main.css" />
|
||||
</head>
|
||||
|
||||
<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" />
|
||||
<br />
|
||||
|
||||
<div class="buttons">
|
||||
<div id="discord">
|
||||
<a href="https://discord.gg/tzxXz5D"><img src="/assets/images/NSW2-BUTTON-DISCORD-NEW.png" alt=""
|
||||
class="button" /></a>
|
||||
</div>
|
||||
<div id="vip">
|
||||
<a href="https://forms.gle/7RequadVcZM344po8">
|
||||
<img src="/assets/images/NSW2-BUTTON-VIP-NEW.png" alt="" class="button" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="dealersden">
|
||||
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfDjBqwumbZkjznuFKWVsbVTARF1jxbFsJc0jYflWhsQ8Pzmw/viewform">
|
||||
<img src="/assets/images/NSW2-BUTTON-DEALERS-NEW.png" alt="" class="button" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br /> <br />
|
||||
|
||||
<iframe width="1000px" height="563px"
|
||||
src="https://www.youtube.com/embed/l-3bHL1eqps?autoplay=1&mute=1&enablejsapi=1" frameborder="0" ; autoplay;
|
||||
encrypted-media; picture-in-picture" allowfullscreen></iframe>
|
||||
<br /> <br />
|
||||
|
||||
<!-- COUNTDOWN -->
|
||||
<h1 id="time credits">
|
||||
<div id="d"></div>
|
||||
<div id="h"></div>
|
||||
<div id="m"></div>
|
||||
<div id="s"></div>
|
||||
</h1>
|
||||
|
||||
<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"
|
||||
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" />
|
||||
|
||||
<br /> <br /> <br />
|
||||
|
||||
<p id="credits">
|
||||
<span class="design">WEB DESIGN:<br /></span>
|
||||
<a href="https://twitter.com/NONSTOPPUP" target="_blank">NONSTOPPUP</a>
|
||||
| <a href="https://twitter.com/drazzrd" target="_blank">DRAZ</a> |
|
||||
<a href="https://twitter.com/louiedanook" target="_blank">LOUIE OTT.</a>
|
||||
<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"
|
||||
/>
|
||||
<br />
|
||||
<span class="dev">WEB DEV:</span>
|
||||
<a href="https://twitter.com/hokkqi" target="_blank">HOKKQI</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function calcTime() {
|
||||
const release = new Date("18 July 2020 18:00 GMT-4");
|
||||
let remaining = (release - Date.now()) / 1000; // time in seconds
|
||||
let days = Math.floor(remaining / 60 / 60 / 24);
|
||||
let hours = Math.floor((remaining % (60 * 60 * 24)) / 60 / 60);
|
||||
let mins = Math.floor((remaining % (60 * 60)) / 60);
|
||||
let secs = Math.floor(remaining % 60);
|
||||
document.getElementById("d").innerHTML = days;
|
||||
document.getElementById("h").innerHTML = ("0" + hours).slice(-2);
|
||||
document.getElementById("m").innerHTML = ("0" + mins).slice(-2);
|
||||
document.getElementById("s").innerHTML = ("0" + secs).slice(-2);
|
||||
}
|
||||
setInterval(function() {
|
||||
calcTime();
|
||||
}, 1000);
|
||||
</script>
|
||||
</body>
|
||||
<div class="ip">
|
||||
<img src="assets/images/new/ip address.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
<div id="audio_stream">
|
||||
<a href="https://discord.gg/tzxXz5D"
|
||||
><img
|
||||
src="/assets/images/new/audio_stream.png"
|
||||
alt=""
|
||||
class="button"
|
||||
/></a>
|
||||
</div>
|
||||
|
||||
<div id="discord">
|
||||
<a
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSfDjBqwumbZkjznuFKWVsbVTARF1jxbFsJc0jYflWhsQ8Pzmw/viewform"
|
||||
>
|
||||
<img src="/assets/images/new/discord.png" alt="" class="button" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="vip">
|
||||
<a href="https://forms.gle/7RequadVcZM344po8">
|
||||
<img src="/assets/images/new/vip.png" alt="" class="button" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="times">
|
||||
<img src="assets/images/new/nsw2djposter_SATURDAY.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<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"
|
||||
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"
|
||||
/>
|
||||
|
||||
<br />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<p id="credits">
|
||||
<span class="design">WEB DESIGN:<br /></span>
|
||||
<a href="https://twitter.com/NONSTOPPUP" target="_blank">NONSTOPPUP</a>
|
||||
| <a href="https://twitter.com/drazzrd" target="_blank">DRAZ</a> |
|
||||
<a href="https://twitter.com/louiedanook" target="_blank">LOUIE OTT.</a>
|
||||
<br />
|
||||
<span class="dev">WEB DEV:</span>
|
||||
<a href="https://twitter.com/hokkqi" target="_blank">HOKKQI</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue