From 2ce57b35052da6338c8282d86e376bf4a8dd54c2 Mon Sep 17 00:00:00 2001 From: Luis Alvergue Date: Fri, 28 Jun 2024 20:32:49 +0000 Subject: [PATCH] feat: implement "Ready to work together?" section of /our-work page --- src/_includes/ready-to-work.html | 10 ++++++++++ src/about.html | 7 +------ src/our-work.html | 4 +--- 3 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 src/_includes/ready-to-work.html diff --git a/src/_includes/ready-to-work.html b/src/_includes/ready-to-work.html new file mode 100644 index 00000000..98baddba --- /dev/null +++ b/src/_includes/ready-to-work.html @@ -0,0 +1,10 @@ +
+
+ {% assign h3-text = "Ready to work together?" %} {% if include.h3-class %} +

{{h3-text}}

+ {% else %} +

{{h3-text}}

+ {% endif %} + Contact us +
+
diff --git a/src/about.html b/src/about.html index 7751e4ec..b0c7d615 100644 --- a/src/about.html +++ b/src/about.html @@ -142,11 +142,6 @@

{{ member.name }}

-
-
-

Ready to work together?

- Contact us -
-
+ {% include ready-to-work.html h3-class="text-dark" %}
diff --git a/src/our-work.html b/src/our-work.html index 71617839..94786963 100644 --- a/src/our-work.html +++ b/src/our-work.html @@ -108,6 +108,4 @@


-
- -
+
{% include ready-to-work.html %}