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/_sass/main.scss b/_sass/main.scss
index a6d2939..b89c156 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;
@@ -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;
}
@@ -124,7 +121,6 @@ a:hover {
}
.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/assets/css/style2019-11.scss b/assets/css/style2019-11.scss
index 38cd383..3c673b9 100644
--- a/assets/css/style2019-11.scss
+++ b/assets/css/style2019-11.scss
@@ -1,5 +1,6 @@
---
---
+@import 'palette';
@import 'normalize';
@import 'main';
@import 'isotope'
\ No newline at end of file
diff --git a/assets/img/header.svg b/assets/img/header.svg
index b4da77d..c28dcc4 100644
--- a/assets/img/header.svg
+++ b/assets/img/header.svg
@@ -79,7 +79,7 @@
+ style="opacity:1;fill:#682d63;fill-opacity:1;stroke-width:0.13147773" />
diff --git a/assets/img/world.svg b/assets/img/world.svg
index 63c0dfe..e401121 100644
--- a/assets/img/world.svg
+++ b/assets/img/world.svg
@@ -40,22 +40,22 @@
diff --git a/index.html b/index.html
index c6769b8..a63e518 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@ webm_path: /assets/vi/0001-0076.webm