From 57521c632c60921f65c56c5adb20f9ace4c1a6b7 Mon Sep 17 00:00:00 2001 From: elreydetoda <10230166+elreydetoda@users.noreply.github.com> Date: Fri, 23 Apr 2021 03:44:26 -0400 Subject: [PATCH 01/10] adapting key to use same name as used in theme --- exampleSite/data/team.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exampleSite/data/team.yml b/exampleSite/data/team.yml index ff8a686..b0b3a7a 100644 --- a/exampleSite/data/team.yml +++ b/exampleSite/data/team.yml @@ -5,40 +5,40 @@ members : name : PABLO ESCOBAR designation : Creative Director medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ + linkedin : https://www.linkedin.com/ instagram : https://www.instagram.com/ - image : images/team/team-member-two.jpg name : MONTINO RIAU designation : Product Manager medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ + linkedin : https://www.linkedin.com/ instagram : https://www.instagram.com/ - image : images/team/team-member-three.jpg name : ALEX NAASRI designation : Chief Design Officer medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ + linkedin : https://www.linkedin.com/ instagram : https://www.instagram.com/ - image : images/team/team-member-four.jpg name : HONGMAN CHIOA designation : UX Researcher medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ + linkedin : https://www.linkedin.com/ instagram : https://www.instagram.com/ - image : images/team/team-member-five.jpg name : SANTIO ANDRESS designation : Content Researcher medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ + linkedin : https://www.linkedin.com/ instagram : https://www.instagram.com/ - image : images/team/team-member-six.jpg name : RAMESH PAUL designation : Creative Designer medium : https://www.medium.com/ - linkedIn : https://www.linkedin.com/ - instagram : https://www.instagram.com/ \ No newline at end of file + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ From 261c48732d8dd327f010a46a4780e4c3ec55b116 Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Wed, 24 Aug 2022 19:10:07 +0600 Subject: [PATCH 02/10] 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 @@

+
+ +
From 930163e4550c8265985563ea9cb9fb2ecd018c22 Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Sun, 28 Aug 2022 19:09:45 +0600 Subject: [PATCH 03/10] fixed fabform --- assets/scss/components/_footer.scss | 4 +--- layouts/contact/list.html | 12 ++++++------ layouts/partials/footer.html | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss index 1cb0e34..1f0497c 100644 --- a/assets/scss/components/_footer.scss +++ b/assets/scss/components/_footer.scss @@ -69,9 +69,7 @@ } a{ color: $text-color-dark; - text-transform: uppercase; - margin-bottom: 50px; - letter-spacing: 3px; + transition: all .3s ease; @include tablet{ font-size: 20px; } diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 8810b59..2fdf6e3 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -10,20 +10,20 @@

{{ .Params.form_heading }}

-
+
- +
- +
- +
- {{ range .Site.Params.contactForm.projectType }} @@ -35,7 +35,7 @@
-
-{{ $formhandler := resources.Get "js/formhandler.js" | minify }} - + {{ $vendor := resources.Get "js/vendor.js" | minify }} {{ $script := resources.Get "js/script.js" | minify }} From 064ca18fc34fed13aa50088288cf6404a7322cc8 Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Sun, 28 Aug 2022 19:12:59 +0600 Subject: [PATCH 04/10] fixed fabform --- assets/scss/components/_contact.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/scss/components/_contact.scss b/assets/scss/components/_contact.scss index 0311257..0a88602 100644 --- a/assets/scss/components/_contact.scss +++ b/assets/scss/components/_contact.scss @@ -36,6 +36,9 @@ text-transform: uppercase; margin-bottom: 50px; letter-spacing: 3px; + &:hover{ + text-decoration: none; + } @include tablet{ font-size: 20px; } From b16a4af74b8976da599b0dccdc28a81e85469e70 Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Sun, 28 Aug 2022 20:14:15 +0600 Subject: [PATCH 05/10] fixed fabform --- assets/scss/components/_contact.scss | 1 + layouts/contact/list.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/scss/components/_contact.scss b/assets/scss/components/_contact.scss index 0a88602..9581a0c 100644 --- a/assets/scss/components/_contact.scss +++ b/assets/scss/components/_contact.scss @@ -33,6 +33,7 @@ margin-top: 20px; a{ color: $text-color-dark; + font-size: 13px; text-transform: uppercase; margin-bottom: 50px; letter-spacing: 3px; diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 2fdf6e3..778a1f9 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -47,7 +47,7 @@

- ** Static website forms + ** Static website forms

From e8e4ecfc1a1b28c81de03f7f6906bebdd0de626f Mon Sep 17 00:00:00 2001 From: Md-Saad Date: Tue, 30 Aug 2022 14:49:29 +0600 Subject: [PATCH 06/10] change fabform link --- layouts/contact/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 778a1f9..4839882 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -47,7 +47,7 @@

- ** Static website forms + ** Static website forms

From 7238377c5fbe6247c73d48e9c341bd5b6ddb1748 Mon Sep 17 00:00:00 2001 From: irishgeoff9 <112579958+irishgeoff9@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:58:35 +0100 Subject: [PATCH 07/10] Update README.md changed formspree to fabform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa712b8..6a97a90 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Checkout the live demo [here](https://roxo-hugo.staticmania.com/) * Blog Support. * Well formatted code. * Easy Customization. -* Formspree Contact form. +* FabForm.io [static website form](https://fabform.io). * Crafted for Design Agency/ Portfolio ## Support From c374cec0a0d04050a49df9b98add29a66efd6628 Mon Sep 17 00:00:00 2001 From: "Md. Saad" Date: Sun, 4 Sep 2022 20:44:57 +0600 Subject: [PATCH 08/10] change text to fabform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a97a90..0123e60 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Roxo Hugo

screenshot -Roxo Hugo is a digital agency Hugo theme for creative agencies, freelancers, graphic designers, photographers. Can be used for any kind of corporate websites who provides digital services with many expertise such as Design, Digital Products, Development, Campaign & Content, Employer Branding, Animation & Motion Graphics ,Packaging & Product Design, Retail & Spacial, Print & Editorial Design, Concept/Text, Information Design etc. Roxo Hugo’s contact form is supported Formspree. +Roxo Hugo is a digital agency Hugo theme for creative agencies, freelancers, graphic designers, photographers. Can be used for any kind of corporate websites who provides digital services with many expertise such as Design, Digital Products, Development, Campaign & Content, Employer Branding, Animation & Motion Graphics ,Packaging & Product Design, Retail & Spacial, Print & Editorial Design, Concept/Text, Information Design etc. Roxo Hugo’s contact form is supported fabform. ## Table of Contents From 7777e0a8b539c8b0555aa1a301e682fa6159dfe1 Mon Sep 17 00:00:00 2001 From: Pavel Kuptsov Date: Wed, 21 Sep 2022 15:02:31 +0300 Subject: [PATCH 09/10] Fixed link to arrow-down.svg (was broken for multilingual site) --- layouts/partials/hero.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 30120dd..8fef74d 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -35,9 +35,9 @@ - arrow-down + arrow-down {{ "" | safeHTML }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} From 709f6ab8461cbdde70a008a9dd7c21ad744d37c0 Mon Sep 17 00:00:00 2001 From: nrgoncalves Date: Thu, 20 Oct 2022 10:53:51 +0100 Subject: [PATCH 10/10] Fix docs path to theme to match `config.toml` The documentation seems to be inconsistent with the `config.toml` file, in that it places the submodule under `themes/roxo` and not `themes/roxo-hugo`, while the config file points to `roxo-hugo` (fixes #25). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0123e60..9252bde 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Checkout the live demo [here](https://roxo-hugo.staticmania.com/) ## Installation -1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/roxo-hugo.git themes/roxo`. +1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/roxo-hugo.git themes/roxo-hugo`. 2. Copy the `data`, `content`, `static`, `resources` & `config.toml` files from the `exampleSite` directory and paste it on you Hugo Project repository/directory. From the site home directory: - cp -a themes/roxo/exampleSite/* . + cp -a themes/roxo-hugo/exampleSite/* . 3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.