From 261c48732d8dd327f010a46a4780e4c3ec55b116 Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Wed, 24 Aug 2022 19:10:07 +0600 Subject: [PATCH] addedd fabform --- assets/scss/components/_contact.scss | 15 +++++++++++++++ assets/scss/components/_footer.scss | 19 +++++++++++++++++++ exampleSite/config.toml | 4 ++-- layouts/contact/list.html | 5 ++++- layouts/partials/footer.html | 5 +++++ 5 files changed, 45 insertions(+), 3 deletions(-) diff --git a/assets/scss/components/_contact.scss b/assets/scss/components/_contact.scss index 8a081a8..0311257 100644 --- a/assets/scss/components/_contact.scss +++ b/assets/scss/components/_contact.scss @@ -28,4 +28,19 @@ } } } +} +.contact-form-generator { + margin-top: 20px; + a{ + color: $text-color-dark; + text-transform: uppercase; + margin-bottom: 50px; + letter-spacing: 3px; + @include tablet{ + font-size: 20px; + } + @include desktop{ + margin-bottom: 70px; + } + } } \ No newline at end of file diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss index 051cfc8..1cb0e34 100644 --- a/assets/scss/components/_footer.scss +++ b/assets/scss/components/_footer.scss @@ -61,4 +61,23 @@ } } } + &-copyright{ + p{ + color: $white; + margin: 50px auto 0; + text-align: center; + } + a{ + color: $text-color-dark; + text-transform: uppercase; + margin-bottom: 50px; + letter-spacing: 3px; + @include tablet{ + font-size: 20px; + } + @include desktop{ + margin-bottom: 70px; + } + } + } } \ No newline at end of file diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5c3df9a..262f537 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "Roxo | Creative Design Agency" -theme = "roxo" +theme = "roxo-hugo" summarylength = 25 # Site Menus @@ -38,7 +38,7 @@ summarylength = 25 # Google Analitycs googleAnalitycsID = "Your ID" # We're using formspree.io for form handling, paste your formspree url below - formspreeFormUrl = "https://formspree.io/myykjpje" + fabform = "https://fabform.io/f/USAg2Jl" # Contact Form [params.contactForm] diff --git a/layouts/contact/list.html b/layouts/contact/list.html index f20f73f..8810b59 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -10,7 +10,7 @@

{{ .Params.form_heading }}

-
+
@@ -46,6 +46,9 @@

+

+ ** Static website forms +

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0658b18..e0429ab 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -62,6 +62,11 @@

+
+ +