diff --git a/components/Head.tsx b/components/Head.tsx index 003043d..80bf1ea 100644 --- a/components/Head.tsx +++ b/components/Head.tsx @@ -4,10 +4,10 @@ const Head = ({ redirect }: { redirect?: { url: string, site: string } }) => { return ( - - - - + + + + heika.dog {!redirect && ( @@ -30,7 +30,7 @@ const Head = ({ redirect }: { redirect?: { url: string, site: string } }) => { - + {redirect && ( diff --git a/lib/constants.js b/lib/constants.js index 00c3c4c..df5f776 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -10,7 +10,7 @@ const consts = { teespring: "https://club-siberian.creator-spring.com/" }, music: { - special: "https://heikadog.bandcamp.com/album/specialty-endeavors", + special: "https://se.heika.dog/", sleepydogs: "https://distrokid.com/hyperfollow/heikadog/songs-for-dogs-to-sleep-to-ambient-2" } } diff --git a/pages/index.tsx b/pages/index.tsx index 653ece4..3d7d6aa 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -26,8 +26,8 @@ const Index = ({ credits }) => { i'm heika, a dog person who creates for the internet.

- check out my ambient album - Songs For Dogs To Sleep To + buy or stream my album + SPECIALTY ENDEAVORS (REMASTERED) {" "} on all major streaming platforms

diff --git a/styles/Icons.module.sass b/styles/Icons.module.sass index 8a3f4e1..6b8da29 100644 --- a/styles/Icons.module.sass +++ b/styles/Icons.module.sass @@ -1,5 +1,5 @@ @mixin hovercolor($color) - color: black + color: white &:hover color: $color diff --git a/styles/shared.sass b/styles/shared.sass index eb93e45..c876a7b 100644 --- a/styles/shared.sass +++ b/styles/shared.sass @@ -3,16 +3,19 @@ body height: 100% background-color: #111111 + color: white background-size: cover background-position: center background-repeat: no-repeat - background-image: url("/assets/website_background.png") height: 100vh width: 100% overflow: hidden font-family: "Helvetica Regular" padding: 0 margin: 0 + background-image: url("/assets/backgrounds/SE_Desktop.png") + @media (max-width: 750px) + background-image: url("/assets/backgrounds/SE_Mobile.png") a text-decoration: unset @@ -22,4 +25,4 @@ a // & &:not(#icons > ) &:hover - border-bottom: solid 1px black + border-bottom: solid 1px white