diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss index e69de29..e5819e1 100644 --- a/assets/scss/_buttons.scss +++ b/assets/scss/_buttons.scss @@ -0,0 +1,28 @@ +.btn { + transition: all 0.3s ease; + padding: 20px 50px; + &:hover { + box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); + transform: scale(1.03); + } +} + + + // a { + // display: inline-block; + // padding: 20px 50px; + // font-family: $secondary-font; + // font-size: 16px; + // background: $primary-color; + // border-radius: 7px; + // color: #ffffff; + // text-decoration: none; + // border: 1px solid transparent; + // transition: all 0.3s ease; + // transform: scale(1); + // &:hover { + // background: #425fee; + // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); + // transform: scale(1.03); + // } + // } \ No newline at end of file diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss index 3bdf964..c99f906 100644 --- a/assets/scss/_common.scss +++ b/assets/scss/_common.scss @@ -2,9 +2,9 @@ // scroll-behavior: smooth; // } -body { - background: $body-color; -} +// body { +// background: $body-color; +// } .section{ padding: 100px 0; diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss index c1373fd..5023e12 100644 --- a/assets/scss/_typography.scss +++ b/assets/scss/_typography.scss @@ -7,7 +7,7 @@ // } // h1, h2, h3, h4, h5, h6{ -// font-family: $secondary-font; +// font-family: $primary-font; // font-weight: 600; // color: $text-color-dark; // } diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 75c2f80..d0220c5 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -1,5 +1,6 @@ //site color variables -$body-color: #fff; +// $body-color: #fff; + $primary-color: #5D78FF; $secondary-color: #282F49; $text-color: #9D9EA5; diff --git a/assets/scss/components/_hero-section.scss b/assets/scss/components/_hero-section.scss index 2266bc4..a2c23c2 100644 --- a/assets/scss/components/_hero-section.scss +++ b/assets/scss/components/_hero-section.scss @@ -70,38 +70,39 @@ background: $secondary-color; } } - h1 { - margin: 0 0 30px 0; - font-size: 60px; - font-family: $primary-font; - color: $secondary-color; - line-height: 70px; - } - p { - margin: 0 0 50px 0; - font-family: $secondary-font; - color: $secondary-color; - font-size: 20px; - line-height: 30px; - } - a { - display: inline-block; - padding: 20px 50px; - font-family: $secondary-font; - font-size: 16px; - background: $primary-color; - border-radius: 7px; - color: #ffffff; - text-decoration: none; - border: 1px solid transparent; - transition: all 0.3s ease; - transform: scale(1); - &:hover { - background: #425fee; - box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); - transform: scale(1.03); - } - } + // h1 { + // margin: 0 0 30px 0; + // font-size: 60px; + // font-family: $primary-font; + // color: $secondary-color; + // line-height: 70px; + // } + // p { + // margin: 0 0 50px 0; + // font-family: $secondary-font; + // color: $secondary-color; + // font-size: 20px; + // line-height: 30px; + // } + + // a { + // display: inline-block; + // padding: 20px 50px; + // font-family: $secondary-font; + // font-size: 16px; + // background: $primary-color; + // border-radius: 7px; + // color: #ffffff; + // text-decoration: none; + // border: 1px solid transparent; + // transition: all 0.3s ease; + // transform: scale(1); + // &:hover { + // background: #425fee; + // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); + // transform: scale(1.03); + // } + // } } &_figure { width: 90%; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index c5d25f8..b49f574 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -7,6 +7,8 @@ VERSION: 1.0.0 @import "variables"; +@import "../bootstrap-4.5.2/scss/bootstrap"; + @import "typography"; @import "mixins"; @@ -48,5 +50,3 @@ VERSION: 1.0.0 @import "components/contact"; @import "components/case_details"; - -@import "../bootstrap-4.5.2/scss/bootstrap"; \ No newline at end of file diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 9639bec..f85000a 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -27,10 +27,12 @@ - {{ .topTitle }} - {{ .content | markdownify }} +
+ {{ .topTitle }} + {{ .content | markdownify }} +

- {{ .buttonName }} + {{ .buttonName }}