diff --git a/themes/agnes-hugo-theme/layouts/index.html b/themes/agnes-hugo-theme/layouts/index.html index 19a3db0..11894a1 100644 --- a/themes/agnes-hugo-theme/layouts/index.html +++ b/themes/agnes-hugo-theme/layouts/index.html @@ -3,13 +3,13 @@
-

+

{{ .Site.Params.Content.LeadTitle | markdownify }}

-

+

{{ .Site.Params.Content.LeadDescription | markdownify }}

-

+

- + {{ end }} {{ end }} @@ -36,7 +36,7 @@

{{ range site.Params.feature }} -
+

{{ .FeatureTitle }}

@@ -54,12 +54,12 @@
{{ range .Site.Params.buttons }} - {{ .label }} {{ end }}
-
+
{{ partial "contact_form.html" . }}
@@ -71,7 +71,7 @@

Pricing

{{ with index site.Params.pricing 0 }}
-
+
{{ .PricingTitle }}
@@ -91,7 +91,7 @@
    {{ range .Features }} -
  • +
  • Built by myco.systems

diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/agnes-hugo-theme/static/css/style.css index efe4251..0027815 100644 --- a/themes/agnes-hugo-theme/static/css/style.css +++ b/themes/agnes-hugo-theme/static/css/style.css @@ -416,6 +416,7 @@ p { height: 48px; text-align: center; white-space: nowrap; + transition: 0.3s ease; } .button i { @@ -442,8 +443,8 @@ p { background: var(--accent-3) !important; } -.button-primary:hover { - box-shadow: 2px 4px 10px rgba(255, 255, 255, 0.25); +.button:hover { + box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.15); transition: 0.3s ease; } diff --git a/themes/agnes-hugo-theme/static/js/main.min.js b/themes/agnes-hugo-theme/static/js/main.min.js index c841e3c..536401b 100644 --- a/themes/agnes-hugo-theme/static/js/main.min.js +++ b/themes/agnes-hugo-theme/static/js/main.min.js @@ -1 +1 @@ -!function(){const e=document.documentElement;if(e.classList.remove("no-js"),e.classList.add("js"),document.body.classList.contains("has-animations")){const e=window.sr=ScrollReveal();e.reveal(".hero-title, .hero-paragraph, .hero-cta",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"left",interval:150}),e.reveal(".hero-illustration",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"right",interval:150}),e.reveal(".feature",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",scale:.9,viewFactor:.5}),document.querySelectorAll(".pricing-table").forEach(i=>{const t=[].slice.call(i.querySelectorAll(".pricing-table-header")),a=[].slice.call(i.querySelectorAll(".pricing-table-features li")),c=[].slice.call(i.querySelectorAll(".pricing-table-cta")),r=t.concat(a).concat(c);e.reveal(r,{duration:600,distance:"20px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",viewFactor:.5})})}}(); \ No newline at end of file +!function(){const e=document.documentElement;if(e.classList.remove("no-js"),e.classList.add("js"),document.body.classList.contains("has-animations")){const e=window.sr=ScrollReveal();e.reveal(".hero-title, .hero-paragraph, .hero-cta, .reveal",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"left",interval:150}),e.reveal(".hero-illustration",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",origin:"right",interval:150}),e.reveal(".feature",{duration:1e3,distance:"40px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",scale:.9,viewFactor:.5}),document.querySelectorAll(".pricing-table").forEach(i=>{const t=[].slice.call(i.querySelectorAll(".pricing-table-header")),a=[].slice.call(i.querySelectorAll(".pricing-table-features li")),c=[].slice.call(i.querySelectorAll(".pricing-table-cta")),r=t.concat(a).concat(c);e.reveal(r,{duration:600,distance:"20px",easing:"cubic-bezier(0.5, -0.01, 0, 1.005)",interval:100,origin:"bottom",viewFactor:.5})})}}(); \ No newline at end of file