From 7bccb74d0eaf0aea8b6aa77b8201dd519695d896 Mon Sep 17 00:00:00 2001
From: Joshua
Date: Sat, 3 Jun 2023 17:30:30 +0200
Subject: [PATCH] SE Update
---
components/Head.tsx | 10 +++++-----
lib/constants.js | 2 +-
pages/index.tsx | 4 ++--
styles/Icons.module.sass | 2 +-
styles/shared.sass | 7 +++++--
5 files changed, 14 insertions(+), 11 deletions(-)
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