diff --git a/assets/css/main.css b/assets/css/main.css
index d6483c3..c8c3bdd 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,25 +1,32 @@
-@font-face {
- font-family: 'Gotham';
- src: url("../fonts/Gotham-Font/Gotham-Bold.otf");
-}
-
+@import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
* {
margin: 0;
padding: 0;
}
body {
- font-family: 'Gotham', sans-serif;
- background-image: url("../images/background.png");
+ font-family: 'Orbitron', sans-serif;
+ background-color: black;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
text-transform: uppercase;
+ font-style: italic;
+ text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
+ -webkit-animation-duration: 0.2s;
+ animation-duration: 0.2s;
+ -webkit-animation-name: textflicker;
+ animation-name: textflicker;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+ -webkit-animation-direction: alternate;
+ animation-direction: alternate;
}
-iframe {
- margin: 1.5% 1.5% 1.5% 1.5%;
+.name {
+ color: white;
+ font-size: 8vh;
}
.socials {
@@ -40,7 +47,7 @@ iframe {
}
.socials a:hover {
- color: #a865ff81;
+ color: #ffe66b;
}
.links {
@@ -61,14 +68,6 @@ a {
height: 10vh;
}
-.credits {
- position: absolute;
- left: 50%;
- right: 25%;
- bottom: 30px;
- margin-left: -50px;
-}
-
.creator {
font-size: 2.5vh;
color: white;
@@ -83,57 +82,28 @@ a {
text-decoration: none;
margin: 0;
padding: 0;
- color: #8445fa;
+ color: white;
}
.creator a:hover {
color: #8445fa50;
}
-.them {
- width: auto;
- height: 16vh;
- margin-left: -20px;
-}
-
-.floating {
- -webkit-animation-name: floating;
- animation-name: floating;
- -webkit-animation-duration: 3s;
- animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
-}
-
-@-webkit-keyframes floating {
+@-webkit-keyframes textflicker {
from {
- -webkit-transform: translate(0, 0px);
- transform: translate(0, 0px);
- }
- 65% {
- -webkit-transform: translate(0, 10px);
- transform: translate(0, 10px);
+ text-shadow: 1px 0 0 #3642ea, -2px 0 0 #fa6969;
}
to {
- -webkit-transform: translate(0, 0px);
- transform: translate(0, 0px);
+ text-shadow: 2px 0.5px 2px #3642ea, -1px -0.5px 2px #fa6969;
}
}
-@keyframes floating {
+@keyframes textflicker {
from {
- -webkit-transform: translate(0, 0px);
- transform: translate(0, 0px);
- }
- 65% {
- -webkit-transform: translate(0, 10px);
- transform: translate(0, 10px);
+ text-shadow: 1px 0 0 #3642ea, -2px 0 0 #fa6969;
}
to {
- -webkit-transform: translate(0, 0px);
- transform: translate(0, 0px);
+ text-shadow: 2px 0.5px 2px #3642ea, -1px -0.5px 2px #fa6969;
}
}
/*# sourceMappingURL=main.css.map */
\ No newline at end of file
diff --git a/assets/css/main.css.map b/assets/css/main.css.map
index 0de1a05..d69f676 100644
--- a/assets/css/main.css.map
+++ b/assets/css/main.css.map
@@ -1,6 +1,6 @@
{
"version": 3,
- "mappings": "AAAA,UAAU;EACN,WAAW,EAAE,QAAQ;EACrB,GAAG,EAAE,2CAA2C;;;AAEpD,AAAA,CAAC,CAAC;EACE,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;CAAG;;AAEjB,AAAA,IAAI,CAAC;EACD,WAAW,EAAE,oBAAoB;EACjC,gBAAgB,EAAE,+BAA+B;EACjD,eAAe,EAAE,KAAK;EACtB,qBAAqB,EAAE,KAAK;EAC5B,mBAAmB,EAAE,MAAM;EAC3B,iBAAiB,EAAE,SAAS;EAC5B,cAAc,EAAE,SAAS;CAAG;;AAEhC,AAAA,MAAM,CAAC;EACH,MAAM,EAAE,mBAAmB;CAAG;;AAElC,AAAA,QAAQ,CAAC;EACL,SAAS,EAAE,GAAG;EACd,IAAI,EAAE,CAAC;EACP,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,IAAI;EACpB,QAAQ,EAAE,QAAQ;EAClB,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,GAAG;EACR,KAAK,EAAE,IAAI;EACX,cAAc,EAAE,SAAS;CAOA;;AAhB7B,AAWI,QAXI,CAWJ,CAAC,CAAC;EACE,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,OAAO;CAAG;;AAbzB,AAeI,QAfI,CAeJ,CAAC,AAAA,MAAM,CAAC;EACJ,KAAK,EAAE,SAAS;CAAG;;AAE3B,AAAA,MAAM,CAAC;EACH,OAAO,EAAE,YAAY;CAAG;;AAE5B,AAAA,CAAC,CAAC;EACE,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,aAAa;CAAG;;AAErC,AAAA,KAAK,CAAC;EACF,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;CAAG;;AAEnB,AAAA,QAAQ,CAAC;EACL,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,GAAG;EACT,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,IAAI;EACZ,WAAW,EAAE,KAAK;CAAG;;AAEzB,AAAA,QAAQ,CAAC;EACL,SAAS,EAAE,KAAK;EAChB,KAAK,EAAE,KAAK;EACZ,UAAU,EAAE,MAAM;EAClB,OAAO,EAAE,aAAa;EACtB,OAAO,EAAE,GAAG;EACZ,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,GAAG;CAAG;;AAEf,AAAA,QAAQ,CAAC,CAAC,CAAC;EACP,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,KAAK,EAAE,OAAO;CAAG;;AAErB,AAAA,QAAQ,CAAC,CAAC,AAAA,MAAM,CAAC;EACb,KAAK,EAAE,SAAS;CAAG;;AAEvB,AAAA,KAAK,CAAC;EACF,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,WAAW,EAAE,KAAK;CAAG;;AAEzB,AAAA,SAAS,CAAC;EACN,cAAc,EAAE,QAAQ;EACxB,kBAAkB,EAAE,EAAE;EACtB,yBAAyB,EAAE,QAAQ;EACnC,yBAAyB,EAAE,WAAW;CAAG;;AAE7C,UAAU,CAAV,QAAU;EACN,IAAI;IACA,SAAS,EAAE,iBAAkB;;EACjC,GAAG;IACC,SAAS,EAAE,kBAAkB;;EACjC,EAAE;IACE,SAAS,EAAE,iBAAkB",
+ "mappings": "AAAA,OAAO,CAAC,qEAAI;AAEZ,AAAA,CAAC,CAAC;EACE,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;CAAG;;AAEjB,AAAA,IAAI,CAAC;EACD,WAAW,EAAE,sBAAsB;EACnC,gBAAgB,EAAE,KAAK;EACvB,eAAe,EAAE,KAAK;EACtB,qBAAqB,EAAE,KAAK;EAC5B,mBAAmB,EAAE,MAAM;EAC3B,iBAAiB,EAAE,SAAS;EAC5B,cAAc,EAAE,SAAS;EACzB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,sDAAsD;EACnE,kBAAkB,EAAE,IAAI;EACxB,cAAc,EAAE,WAAW;EAC3B,yBAAyB,EAAE,QAAQ;EACnC,mBAAmB,EAAE,SAAS;CAAG;;AAErC,AAAA,KAAK,CAAC;EACF,KAAK,EAAE,KAAK;EACZ,SAAS,EAAE,GAAG;CAAG;;AAErB,AAAA,QAAQ,CAAC;EACL,SAAS,EAAE,GAAG;EACd,IAAI,EAAE,CAAC;EACP,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,IAAI;EACpB,QAAQ,EAAE,QAAQ;EAClB,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,GAAG;EACR,KAAK,EAAE,IAAI;EACX,cAAc,EAAE,SAAS;CAOF;;AAhB3B,AAWI,QAXI,CAWJ,CAAC,CAAC;EACE,eAAe,EAAE,IAAI;EACrB,KAAK,EAAE,OAAO;CAAG;;AAbzB,AAeI,QAfI,CAeJ,CAAC,AAAA,MAAM,CAAC;EACJ,KAAK,EAAE,OAAO;CAAG;;AAEzB,AAAA,MAAM,CAAC;EACH,OAAO,EAAE,YAAY;CAAG;;AAE5B,AAAA,CAAC,CAAC;EACE,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,aAAa;CAAG;;AAErC,AAAA,KAAK,CAAC;EACF,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;CAAG;;AAInB,AAAA,QAAQ,CAAC;EACL,SAAS,EAAE,KAAK;EAChB,KAAK,EAAE,KAAK;EACZ,UAAU,EAAE,MAAM;EAClB,OAAO,EAAE,aAAa;EACtB,OAAO,EAAE,GAAG;EACZ,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,GAAG;CAAG;;AAEf,AAAA,QAAQ,CAAC,CAAC,CAAC;EACP,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,KAAK,EAAE,KAAK;CAAG;;AAEnB,AAAA,QAAQ,CAAC,CAAC,AAAA,MAAM,CAAC;EACb,KAAK,EAAE,SAAS;CAAG;;AAEvB,UAAU,CAAV,WAAU;EACR,IAAI;IACF,WAAW,EAAE,iCAAiC;;EAChD,EAAE;IACA,WAAW,EAAE,8CAA8C",
"sources": [
"main.sass"
],
diff --git a/assets/css/main.sass b/assets/css/main.sass
index 08ac86c..8d2b1d7 100644
--- a/assets/css/main.sass
+++ b/assets/css/main.sass
@@ -1,22 +1,27 @@
-@font-face
- font-family: 'Gotham'
- src: url('../fonts/Gotham-Font/Gotham-Bold.otf')
+@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
*
margin: 0
padding: 0
body
- font-family: 'Gotham', sans-serif
- background-image: url('../images/background.png')
+ font-family: 'Orbitron', sans-serif;
+ background-color: black
background-size: cover
background-attachment: fixed
background-position: center
background-repeat: no-repeat
text-transform: uppercase
+ font-style: italic
+ text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
+ animation-duration: 0.2s;
+ animation-name: textflicker;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
-iframe
- margin: 1.5% 1.5% 1.5% 1.5%
+.name
+ color: white
+ font-size: 8vh
.socials
font-size: 3vh
@@ -34,7 +39,7 @@ iframe
color: #ffffff
a:hover
- color: #a865ff81
+ color: #ffe66b
.links
display: inline-block
@@ -47,12 +52,7 @@ a
width: auto
height: 10vh
-.credits
- position: absolute
- left: 50%
- right: 25%
- bottom: 30px
- margin-left: -50px
+
.creator
font-size: 2.5vh
@@ -67,26 +67,13 @@ a
text-decoration: none
margin: 0
padding: 0
- color: #8445fa
+ color: white
.creator a:hover
- color: #8445fa50
+ color: #ef486f
-.them
- width: auto
- height: 16vh
- margin-left: -20px
-
-.floating
- animation-name: floating
- animation-duration: 3s
- animation-iteration-count: infinite
- animation-timing-function: ease-in-out
-
-@keyframes floating
- from
- transform: translate(0, 0px)
- 65%
- transform: translate(0, 10px)
- to
- transform: translate(0, -0px)
\ No newline at end of file
+@keyframes textflicker
+ from
+ text-shadow: 1px 0 0 #3642ea, -2px 0 0 #fa6969;
+ to
+ text-shadow: 2px 0.5px 2px #3642ea, -1px -0.5px 2px #fa6969;
\ No newline at end of file
diff --git a/assets/fonts/Gotham-Font/Gotham-Black.otf b/assets/fonts/Gotham-Font/Gotham-Black.otf
deleted file mode 100644
index da11be7..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-Black.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-Bold.otf b/assets/fonts/Gotham-Font/Gotham-Bold.otf
deleted file mode 100644
index 59ae7c2..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-Bold.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-BookItalic.otf b/assets/fonts/Gotham-Font/Gotham-BookItalic.otf
deleted file mode 100644
index 46a02d1..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-BookItalic.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-Light.otf b/assets/fonts/Gotham-Font/Gotham-Light.otf
deleted file mode 100644
index 9f5b063..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-Light.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-Thin.otf b/assets/fonts/Gotham-Font/Gotham-Thin.otf
deleted file mode 100644
index 6d79884..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-Thin.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-ThinItalic.otf b/assets/fonts/Gotham-Font/Gotham-ThinItalic.otf
deleted file mode 100644
index dd19a3e..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-ThinItalic.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-UltraItalic.otf b/assets/fonts/Gotham-Font/Gotham-UltraItalic.otf
deleted file mode 100644
index caff5c7..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-UltraItalic.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-XLight.otf b/assets/fonts/Gotham-Font/Gotham-XLight.otf
deleted file mode 100644
index 3adf57a..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-XLight.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/Gotham-XLightItalic.otf b/assets/fonts/Gotham-Font/Gotham-XLightItalic.otf
deleted file mode 100644
index 53dba28..0000000
Binary files a/assets/fonts/Gotham-Font/Gotham-XLightItalic.otf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamBold.ttf b/assets/fonts/Gotham-Font/GothamBold.ttf
deleted file mode 100644
index 8759d2b..0000000
Binary files a/assets/fonts/Gotham-Font/GothamBold.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamBoldItalic.ttf b/assets/fonts/Gotham-Font/GothamBoldItalic.ttf
deleted file mode 100644
index a9f2b11..0000000
Binary files a/assets/fonts/Gotham-Font/GothamBoldItalic.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamBook.ttf b/assets/fonts/Gotham-Font/GothamBook.ttf
deleted file mode 100644
index 6cdde85..0000000
Binary files a/assets/fonts/Gotham-Font/GothamBook.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamBookItalic.ttf b/assets/fonts/Gotham-Font/GothamBookItalic.ttf
deleted file mode 100644
index c711011..0000000
Binary files a/assets/fonts/Gotham-Font/GothamBookItalic.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamLight.ttf b/assets/fonts/Gotham-Font/GothamLight.ttf
deleted file mode 100644
index 6f6bfc5..0000000
Binary files a/assets/fonts/Gotham-Font/GothamLight.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamLightItalic.ttf b/assets/fonts/Gotham-Font/GothamLightItalic.ttf
deleted file mode 100644
index 4a133fc..0000000
Binary files a/assets/fonts/Gotham-Font/GothamLightItalic.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamMedium.ttf b/assets/fonts/Gotham-Font/GothamMedium.ttf
deleted file mode 100644
index 793dce5..0000000
Binary files a/assets/fonts/Gotham-Font/GothamMedium.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamMediumItalic.ttf b/assets/fonts/Gotham-Font/GothamMediumItalic.ttf
deleted file mode 100644
index 879e4fb..0000000
Binary files a/assets/fonts/Gotham-Font/GothamMediumItalic.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/GothamMedium_1.ttf b/assets/fonts/Gotham-Font/GothamMedium_1.ttf
deleted file mode 100644
index 793dce5..0000000
Binary files a/assets/fonts/Gotham-Font/GothamMedium_1.ttf and /dev/null differ
diff --git a/assets/fonts/Gotham-Font/freefontsfamily.com.txt b/assets/fonts/Gotham-Font/freefontsfamily.com.txt
deleted file mode 100644
index 251652a..0000000
--- a/assets/fonts/Gotham-Font/freefontsfamily.com.txt
+++ /dev/null
@@ -1 +0,0 @@
-You can download this font here: https://freefontsfamily.com
\ No newline at end of file
diff --git a/assets/images/background.png b/assets/images/background.png
deleted file mode 100644
index 2a7ff06..0000000
Binary files a/assets/images/background.png and /dev/null differ
diff --git a/assets/images/favi.jpg b/assets/images/favi.jpg
new file mode 100644
index 0000000..ea52634
Binary files /dev/null and b/assets/images/favi.jpg differ
diff --git a/assets/images/moon.png b/assets/images/moon.png
deleted file mode 100644
index 979d126..0000000
Binary files a/assets/images/moon.png and /dev/null differ
diff --git a/assets/images/sor_white.png b/assets/images/sor_white.png
deleted file mode 100644
index a55c5a0..0000000
Binary files a/assets/images/sor_white.png and /dev/null differ
diff --git a/assets/images/them.png b/assets/images/them.png
deleted file mode 100644
index 18619b6..0000000
Binary files a/assets/images/them.png and /dev/null differ
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..e69de29
diff --git a/constants.js b/constants.js
index 6edd858..6844653 100644
--- a/constants.js
+++ b/constants.js
@@ -1,11 +1,9 @@
module.exports = {
+ name: 'ABISU',
socials: {
- discord: "https://discord.gg/eXST5gv",
- bandcamp: "https://sorsor.bandcamp.com",
- patreon: "https://patreon.com/sorsor",
- youtube: "https://youtube.com/sorsor",
- twitter: "https://twitter.com/YaiSor",
- soundcloud: "https://soundcloud.com/yaisor",
- spotify: "https://open.spotify.com/artist/2gR5b7EpjCvePrAZZ3KQPj"
+ bandcamp: "https://abisu.bandcamp.com/",
+ twitter: "https://twitter.com/abisoos",
+ soundcloud: "https://soundcloud.com/abisoos",
+ spotify: "https://open.spotify.com/artist/4AjMDVVo5Hh1UJ5emUgX5s?si=Fii2vRh3TrGTpjTKMbuyhQ"
}
};
diff --git a/server.js b/server.js
index 8fcf052..22b6839 100644
--- a/server.js
+++ b/server.js
@@ -60,39 +60,24 @@ module.exports = async => {
social: [
{
name: "Twitter",
- link: "sor.dog/twitter",
+ link: "abisu.net/twitter",
character: breakSocials("Twitter")
},
{
name: "Spotify",
- link: "sor.dog/spotify",
+ link: "abisu.net/spotify",
character: breakSocials("Spotify")
},
{
name: "Soundcloud",
- link: "sor.dog/soundcloud",
+ link: "abisu.net/soundcloud",
character: breakSocials("Soundcloud")
},
- {
- name: "Patreon",
- link: "sor.dog/patreon",
- character: breakSocials("Patreon")
- },
{
name: "Bandcamp",
- link: "sor.dog/bandcamp",
+ link: "abisu.net/bandcamp",
character: breakSocials("Bandcamp")
},
- {
- name: "Youtube",
- link: "sor.dog/youtube",
- character: breakSocials("Youtube")
- },
- {
- name: "Discord",
- link: "sor.dog/discord",
- character: breakSocials("Discord")
- }
]
});
});
diff --git a/views/index.hbs b/views/index.hbs
index 0cf87ae..781303d 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -1,13 +1,21 @@
+
-
-
-

-
-
-
-
+ {{name}}
+
+
{{#each social}}
@@ -26,21 +34,8 @@
-
-
-
-
-
-
-

-
-
-
-
-
\ No newline at end of file
diff --git a/views/layouts/main.hbs b/views/layouts/main.hbs
index 00f276d..32da2e8 100644
--- a/views/layouts/main.hbs
+++ b/views/layouts/main.hbs
@@ -2,29 +2,35 @@
-
sor | sor.dog
+
ABISU
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+