From 7b41b307a8622f9dab9209bb74e73050afa28ec4 Mon Sep 17 00:00:00 2001 From: yvk2606 Date: Thu, 20 Jul 2023 23:05:35 +0300 Subject: [PATCH 1/2] fix: edit variables --- assets/scss/_variables copy.scss | 35 ++++++++++++++++++++++++++++++++ assets/scss/_variables.scss | 9 ++++---- 2 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 assets/scss/_variables copy.scss diff --git a/assets/scss/_variables copy.scss b/assets/scss/_variables copy.scss new file mode 100644 index 00000000..e9245ce8 --- /dev/null +++ b/assets/scss/_variables copy.scss @@ -0,0 +1,35 @@ +// +// Colors +// + +// General +$primary: #5d78ff; +$secondary: #282f49; +// Text +$headings-color: #282f49; +$body-color: #7e7e8a; + +// +// Typography +// + +// Fonts +@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900|Yeseva+One&display=swap"); +$font-family-base: "Poppins", sans-serif; +$headings-font-family: "Yeseva One", cursive; + +// Size +$font-size-base: 1.125rem; // 18px +$h1-font-size: 60px; +$h2-font-size: 50px; +$h3-font-size: 30px; +$h4-font-size: 25px; +$h5-font-size: 22px; +$h6-font-size: 16px; + +// Spacing +$headings-margin-bottom: 1.5rem; +$line-height-base: 1.75; + +// Misc +$link-hover-decoration: none; diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index e9245ce8..d07da683 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -3,7 +3,8 @@ // // General -$primary: #5d78ff; +//$primary: #5d78ff; +$primary: #40e5be; $secondary: #282f49; // Text $headings-color: #282f49; @@ -14,9 +15,9 @@ $body-color: #7e7e8a; // // Fonts -@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900|Yeseva+One&display=swap"); -$font-family-base: "Poppins", sans-serif; -$headings-font-family: "Yeseva One", cursive; +@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Rubik:700"); +$font-family-base: Montserrat, sans-serif; +$headings-font-family: Rubik, cursive; // Size $font-size-base: 1.125rem; // 18px From 7184a2e7e60054bfa1850538e45b3ae03f9ca267 Mon Sep 17 00:00:00 2001 From: yvk2606 Date: Fri, 17 May 2024 00:17:45 +0300 Subject: [PATCH 2/2] feat: del video --- exampleSite/data/hero.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/data/hero.yml b/exampleSite/data/hero.yml index 42c5b700..90d5086e 100644 --- a/exampleSite/data/hero.yml +++ b/exampleSite/data/hero.yml @@ -9,5 +9,5 @@ content: > buttonName: Contact me buttonURL: contact image: images/hero/2960351.jpg -videoThumb: images/hero/popup-thumb.png -videoURL: https://www.youtube.com/watch?v=dQw4w9WgXcQ +#videoThumb: images/hero/popup-thumb.png +#videoURL: https://www.youtube.com/watch?v=dQw4w9WgXcQ