commit 6aed54726f492303c7012720b5e4eb1c1b09b937 Author: ryden Date: Fri May 22 10:26:57 2020 +0200 all diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..54f6c0d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "discord.enabled": false +} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..c024d88 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,35 @@ +body { + background-color: black; + color: white; + background-image: url("/assets/images/NSW2-BG.jpg"); + background-repeat: no-repeat; + background-size: auto; + text-align: center; +} + +.logo { + width: 85%; + height: 20%; +} + +.subtext { + width: 90%; + height: 10%; + padding-bottom: 50px; + padding-top: 10px; +} + +.webdate { + width: 80%; + height: 20%; +} + +.note { + width: 80%; + height: 20%; +} + +::-webkit-scrollbar { + display: none; +} +/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/assets/css/main.css.map b/assets/css/main.css.map new file mode 100644 index 0000000..47e6675 --- /dev/null +++ b/assets/css/main.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "AAAA,AAAA,IAAI,CAAC;EACH,gBAAgB,EAAE,KAAK;EACvB,KAAK,EAAE,KAAK;EACZ,gBAAgB,EAAE,iCAAiC;EACnD,iBAAiB,EAAE,SAAS;EAC5B,eAAe,EAAE,IAAI;EACrB,UAAU,EAAE,MAAM;CACnB;;AAED,AAAA,KAAK,CAAC;EACJ,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;CACZ;;AACD,AAAA,QAAQ,CAAC;EACP,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,cAAc,EAAE,IAAI;EACpB,WAAW,EAAE,IAAI;CAClB;;AACD,AAAA,QAAQ,CAAC;EACP,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;CACZ;;AACD,AAAA,KAAK,CAAC;EACJ,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;CACZ;;AAED,AAAA,mBAAmB,CAAC;EAClB,OAAO,EAAE,IAAI;CACd", + "sources": [ + "main.scss" + ], + "names": [], + "file": "main.css" +} \ No newline at end of file diff --git a/assets/css/main.scss b/assets/css/main.scss new file mode 100644 index 0000000..ced846d --- /dev/null +++ b/assets/css/main.scss @@ -0,0 +1,31 @@ +body { + background-color: black; + color: white; + background-image: url("/assets/images/NSW2-BG.jpg"); + background-repeat: no-repeat; + background-size: auto; + text-align: center; +} + +.logo { + width: 85%; + height: 20%; +} +.subtext { + width: 90%; + height: 10%; + padding-bottom: 50px; + padding-top: 10px; +} +.webdate { + width: 80%; + height: 20%; +} +.note { + width: 80%; + height: 20%; +} + +::-webkit-scrollbar { + display: none; +} diff --git a/assets/images/NSFW2-DATE.png b/assets/images/NSFW2-DATE.png new file mode 100644 index 0000000..0a8c794 Binary files /dev/null and b/assets/images/NSFW2-DATE.png differ diff --git a/assets/images/NSW2-BG.jpg b/assets/images/NSW2-BG.jpg new file mode 100644 index 0000000..0142635 Binary files /dev/null and b/assets/images/NSW2-BG.jpg differ diff --git a/assets/images/NSW2-BUTTON_DEALERSDEN.png b/assets/images/NSW2-BUTTON_DEALERSDEN.png new file mode 100644 index 0000000..3be7198 Binary files /dev/null and b/assets/images/NSW2-BUTTON_DEALERSDEN.png differ diff --git a/assets/images/NSW2-BUTTON_DISCORD.png b/assets/images/NSW2-BUTTON_DISCORD.png new file mode 100644 index 0000000..c897aa1 Binary files /dev/null and b/assets/images/NSW2-BUTTON_DISCORD.png differ diff --git a/assets/images/NSW2-BUTTON_VIP.png b/assets/images/NSW2-BUTTON_VIP.png new file mode 100644 index 0000000..22aa6ed Binary files /dev/null and b/assets/images/NSW2-BUTTON_VIP.png differ diff --git a/assets/images/NSW2-ICON-ALLAGES.png b/assets/images/NSW2-ICON-ALLAGES.png new file mode 100644 index 0000000..9025a8b Binary files /dev/null and b/assets/images/NSW2-ICON-ALLAGES.png differ diff --git a/assets/images/NSW2-ICON-ALLAGES.svg b/assets/images/NSW2-ICON-ALLAGES.svg new file mode 100644 index 0000000..aebdcbd --- /dev/null +++ b/assets/images/NSW2-ICON-ALLAGES.svg @@ -0,0 +1 @@ +NSW2-ICON-ALLAGES \ No newline at end of file diff --git a/assets/images/NSW2-ICON-FREETIX.png b/assets/images/NSW2-ICON-FREETIX.png new file mode 100644 index 0000000..79e0f9a Binary files /dev/null and b/assets/images/NSW2-ICON-FREETIX.png differ diff --git a/assets/images/NSW2-ICON-FREETIX.svg b/assets/images/NSW2-ICON-FREETIX.svg new file mode 100644 index 0000000..0f8a180 --- /dev/null +++ b/assets/images/NSW2-ICON-FREETIX.svg @@ -0,0 +1 @@ +NSW2-ICON-FREETIX \ No newline at end of file diff --git a/assets/images/NSW2-ICON-TIME.png b/assets/images/NSW2-ICON-TIME.png new file mode 100644 index 0000000..ac2c5dc Binary files /dev/null and b/assets/images/NSW2-ICON-TIME.png differ diff --git a/assets/images/NSW2-ICON-TIME.svg b/assets/images/NSW2-ICON-TIME.svg new file mode 100644 index 0000000..4854131 --- /dev/null +++ b/assets/images/NSW2-ICON-TIME.svg @@ -0,0 +1 @@ +NSW2-ICON-TIME \ No newline at end of file diff --git a/assets/images/NSW2-ICON_CAPTIONS.png b/assets/images/NSW2-ICON_CAPTIONS.png new file mode 100644 index 0000000..b5a1d6b Binary files /dev/null and b/assets/images/NSW2-ICON_CAPTIONS.png differ diff --git a/assets/images/NSW2-LOGO.png b/assets/images/NSW2-LOGO.png new file mode 100644 index 0000000..249eb99 Binary files /dev/null and b/assets/images/NSW2-LOGO.png differ diff --git a/assets/images/NSW2-SUBTEXT.png b/assets/images/NSW2-SUBTEXT.png new file mode 100644 index 0000000..1229a23 Binary files /dev/null and b/assets/images/NSW2-SUBTEXT.png differ diff --git a/assets/images/NSW2-VIPNOTE.png b/assets/images/NSW2-VIPNOTE.png new file mode 100644 index 0000000..3ff0b89 Binary files /dev/null and b/assets/images/NSW2-VIPNOTE.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..8e519b4 --- /dev/null +++ b/index.html @@ -0,0 +1,56 @@ + + + + + + NONSTOPWORLD + + + +
+ + THE SECOND ANNUAL MASSIVE ONLINE FURRY CONVENTION AND THE HISTORY, ART, CULTURE, & INFLUENCE OF THE FURRY FANDOM +
+ JUNE 13-14 on nonstop.world + + + + $5 VIP TICKETS AVAILABLE FOR SPECIAL WORLD ACCESS
+      ALL PROCEEDS DONATED TO DIRECT RELIEF COVID-19 CHARITY + + +
+ + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7ff4e52 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +# NONSTOP.WORLD