diff --git a/_config.yml b/_config.yml index 5ca4bc5..af6fa5e 100644 --- a/_config.yml +++ b/_config.yml @@ -37,6 +37,7 @@ terms_url: "/terms/" privacy_url: "/privacy/" whitepaper_url: "/files/whitepaper/" company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761 +kickstarter_url: "https://www.kickstarter.com/projects/safingio/spn" # add the kickstarter url when ready collections: podcasts: diff --git a/_includes/new/header.html b/_includes/new/header.html index 6c9aa43..2bd83db 100644 --- a/_includes/new/header.html +++ b/_includes/new/header.html @@ -1,14 +1,8 @@
- - -
-
- - Kickstarter launch 2nd January in the next days - stay tuned -
-
+ +
Supported by
-
+ \ No newline at end of file diff --git a/_sass/new/header.scss b/_sass/new/header.scss index 5a2343d..4352694 100644 --- a/_sass/new/header.scss +++ b/_sass/new/header.scss @@ -65,44 +65,15 @@ header .h-l-v button img { padding-left: 0.4rem; } -header .h-l-v video{ - width: 100%; +header .h-l-v img{ + width: 95%; height: auto; border: 0; - border-radius: 10px 10px 0px 0px; + border-radius: 10px 10px 10px 10px; font-variant-caps: all-petite-caps; cursor: pointer; } -.kickstarter{ - color: white; - background-color: #05ce78; - display: flex; - border: 0; - padding: 10px 25px; - border-radius: 0px 0px 10px 10px; - margin-top: -0.25rem; - - a { - color: white; - } -} - -.kickstarter div{ - height: auto; - margin: 0 auto; - display: flex; -} - -.kickstarter img{ - width: 20px; - height: auto; -} - -.kickstarter span{ - padding-left: 1rem; -} - header .h-l span{ font-size: 1.1rem; } @@ -175,10 +146,13 @@ header .h-r div{ display: flex; padding-top: 1rem; } +header .h-r div a{ + text-decoration: none; +} header .h-r div button{ color: white; - background-color: #FF5700; + background-color: #05ce78; display: flex; border: 0; padding: 10px 25px; @@ -190,7 +164,7 @@ header .h-r div button{ header .h-r div button:hover{ transform: scale(1.1); - box-shadow: 2px 2px 30px #FF5700; + box-shadow: 2px 2px 30px #05ce77af; } header .h-r div button img{ @@ -287,4 +261,4 @@ header .h-r div a:hover{ header .h-r div span{ margin-right: 1.4rem; } -} +} \ No newline at end of file diff --git a/assets/img/video-kickstarter.png b/assets/img/video-kickstarter.png new file mode 100644 index 0000000..68d45cd Binary files /dev/null and b/assets/img/video-kickstarter.png differ