diff --git a/Gemfile.lock b/Gemfile.lock
index 1a8c8d8..e5993d0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,7 +9,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
- ffi (1.11.1)
+ ffi (1.12.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
@@ -27,7 +27,7 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
- jekyll-last-modified-at (1.1.0)
+ jekyll-last-modified-at (1.2.1)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-paginate-v2 (1.9.4)
@@ -42,18 +42,18 @@ GEM
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
- listen (3.2.0)
+ listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.13)
- public_suffix (4.0.1)
+ public_suffix (4.0.3)
rb-fsevent (0.10.3)
- rb-inotify (0.10.0)
+ rb-inotify (0.10.1)
ffi (~> 1.0)
- rouge (3.12.0)
+ rouge (3.15.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
diff --git a/_includes/navmenu.html b/_includes/navmenu.html
index 4d972f9..acc58c1 100644
--- a/_includes/navmenu.html
+++ b/_includes/navmenu.html
@@ -7,7 +7,7 @@
{% else %}
{% endif %}
-
+
{% if page.collection != 'tracks' %}
diff --git a/_layouts/default.html b/_layouts/default.html
index ae014d6..751e26c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -7,7 +7,7 @@
-
+
{% include seo.html %}
diff --git a/_layouts/music.html b/_layouts/music.html
index 9d2ac13..0206be9 100644
--- a/_layouts/music.html
+++ b/_layouts/music.html
@@ -85,7 +85,7 @@ layout: default
}
#wallpaper {
- background-image: url(/assets/img/world.svg);
+ background-image: url(/assets/img/world2.svg);
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
diff --git a/_sass/isotope.scss b/_sass/isotope.scss
index 4eb8514..569f91a 100644
--- a/_sass/isotope.scss
+++ b/_sass/isotope.scss
@@ -9,7 +9,7 @@
margin: 0 10px 10px 0;
width: 50px;
height: 50px;
- background: rgba(65, 106, 0, 0.473);
+ background: $color3;
border: none;
border-radius: 300px;
@@ -20,13 +20,13 @@
.button:hover {
- text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
- color: #222;
+ text-shadow: 0 1px $color4;
+ color: $color4;
}
.button:active,
.button.is-checked {
- background: linear-gradient(230deg, rgba(255, 0, 255, 0.902), rgba(66, 107, 0, 0.902));
+ background: linear-gradient(230deg, $color5, $color3);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
@@ -35,12 +35,12 @@
}
.button.is-checked {
- color: white;
- text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
+ color: $color1;
+ text-shadow: $color4;
}
.button:active {
- box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
+ box-shadow: inset 0 1px 10px $color4;
}
/* ---- button-group ---- */
diff --git a/_sass/main.scss b/_sass/main.scss
index a6d2939..bb8d252 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -20,7 +20,9 @@ html {
body{
margin: 0;
padding: 0;
- background: linear-gradient(230deg, #ff00ff7f, #426a007f);
+ background-color: $color1;
+ color: $color4;
+ background: linear-gradient(230deg, $color1, $color3);
background-position: center;
background-repeat: repeat;
-webkit-animation: AnimationName 60s ease infinite;
@@ -28,15 +30,13 @@ body{
animation: AnimationName 60s ease infinite;
}
a {
- color: #0000009f;
- background-color: rgba(255, 255, 255, 0.705);
- transition: color 0.5s ease-in-out;
+ color: $color4;
+ transition: all 0.5s ease-in-out;
border-radius: 3px;
}
a:hover {
- background-color: #00000091;
transition: color 0.5s ease-in-out;
- color: #ffffff9f;
+ color: $color5;
}
#hero {
display: flex;
@@ -48,7 +48,7 @@ a:hover {
width: 100%;
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.8), rgba(236, 0, 228, 0.8), rgba(0, 212, 236, 0.8), rgba(0, 236, 173, 0.8), rgba(110, 0, 236, 0.8));
// background-size: 1000% 1000%;
- background-image: url('/assets/img/world.svg');
+ background-image: url('/assets/img/world2.svg');
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@@ -64,8 +64,8 @@ a:hover {
}
.pivot {
border-radius: 3px;
- background: linear-gradient(230deg, #ff00ff7f, #426a007f);
-
+ background: linear-gradient(230deg, $color1, $color3);
+ box-shadow: 5px 10px 100px $color4;
}
h1 {
@@ -79,10 +79,7 @@ a:hover {
font-size: 1em;
line-height: .8em;
}
- a {
- background: linear-gradient(230deg, #ff00ff7f, #426a007f);
- }
.fullscreen-bg {
position: fixed;
top: 0;
@@ -99,7 +96,7 @@ a:hover {
left: 0;
width: 100vw;
height: 100%;
- background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
+ background: linear-gradient(230deg, $color1, $color3);
margin:0;
padding: 0;
}
@@ -120,11 +117,10 @@ a:hover {
@media (max-width: 767px) {
.fullscreen-bg {
- background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
+ background: url('/assets/img/sakrecoer-logo2.svg') center center / cover no-repeat;
}
.pivot {
- background: transparent;
flex: 0 0 250px;
}
h1 {
@@ -152,6 +148,8 @@ a:hover {
}
.trackcontainer {
flex: 1 1 360px;
+ width: 250px;
+
padding: 10px;
margin: 0;
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.1), rgba(236, 0, 228, 0.1), rgba(0, 212, 236, 0.1), rgba(0, 236, 173, 0.1), rgba(110, 0, 236, 0.1));
@@ -163,7 +161,7 @@ a:hover {
h1, h2, h3, p {
padding: 5px;
- background: linear-gradient(230deg, rgba(255, 0, 255, 0.9), rgba(65, 106, 0, 0.9));
+ background: linear-gradient(230deg, $color1, $color3);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
@@ -171,7 +169,7 @@ a:hover {
padding: 10px;
border-radius: 3px;
- box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
+ box-shadow: 5px 10px 100px $color4;
}
}
@@ -179,11 +177,11 @@ a:hover {
width: 100%;
background-size: cover;
background-position: 50% 50%;
- min-height: 300px;
+ min-height: 250px;
padding: 0;
margin: 0;
border-radius: 3px;
- box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
+ box-shadow: 5px 10px 100px $color4;
}
@@ -216,9 +214,9 @@ a:hover {
.container {
- box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
+ box-shadow: 5px 10px 100px $color4;
-background: linear-gradient(230deg, #ff00ff7f, #426a007f);
+background: linear-gradient(230deg, $color1, $color3);
background-size: 1000% 1000%;
@@ -233,7 +231,7 @@ background: linear-gradient(230deg, #ff00ff7f, #426a007f);
}
}
button {
- background: linear-gradient(230deg, rgba(255, 0, 255, 0.9), rgba(66, 106, 0, 0.9));
+ background: linear-gradient(230deg, $color1, $color3);
background-size: 1000% 1000%;
color: #fff;
-webkit-animation: AnimationName 30s ease infinite;
@@ -245,7 +243,7 @@ button {
transition: background-color 0.5s ease-in-out;
}
button:hover {
- background-color: rgba(117, 253, 83, 0.9);
+ background-color: $color2;
}
#info {
flex: 1 1 500px;
@@ -258,7 +256,7 @@ min-height: 80vh;
}
#timer {
flex: 1 1 200px;
- background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
+ background: linear-gradient(230deg, $color1, $color3);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
@@ -267,15 +265,15 @@ min-height: 80vh;
padding: 15px;
p {
- background-color: rgba(151, 189, 146, 0.3);
+ background-color: $color1;
padding: 10px;
border-radius: 3px;
- box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
+ box-shadow: 5px 10px 100px $color4;
}
img {
- box-shadow: 5px 10px 10px rgba(61, 0, 102, 0.2);
+ box-shadow: 5px 10px 100px $color4;
border-radius: 3px;
}
@@ -299,7 +297,12 @@ min-height: 80vh;
flex-direction: row;
margin: 0;
padding: 0;
- background-color: #ffffff;
+ background: linear-gradient(230deg, $color1, $color2, $color3, $color4, $color5);
+ background-position: center;
+ background-repeat: repeat;
+ -webkit-animation: AnimationName 60s ease infinite;
+ -moz-animation: AnimationName 60s ease infinite;
+ animation: AnimationName 60s ease infinite;
background-repeat: repeat;
}
diff --git a/_sass/palette.scss b/_sass/palette.scss
new file mode 100644
index 0000000..fa66f8e
--- /dev/null
+++ b/_sass/palette.scss
@@ -0,0 +1,8 @@
+/* Coolors Exported Palette - coolors.co/deefb7-98dfaf-5fb49c-414288-682d63 */
+
+/* RGB */
+$color1: rgba(222, 239, 183, 1);
+$color2: rgba(152, 223, 175, 1);
+$color3: rgba(95, 180, 156, 1);
+$color4: rgba(65, 66, 136, 1);
+$color5: rgba(104, 45, 99, 1);
\ No newline at end of file
diff --git a/about/index.html b/about/index.html
index 6406c5e..369a250 100644
--- a/about/index.html
+++ b/about/index.html
@@ -13,7 +13,7 @@ description: What is Sakrecoer about and what does its music stand for?
{% include liberapay.html %}