From bee350a1aac311838cbf3176692ebe77b9eccf2a Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Tue, 9 Jul 2024 22:16:35 +0000 Subject: [PATCH] fix: add rows to match width of top section similar to how the /about page is set up --- src/our-work.html | 234 +++++++++++++++++++++++----------------------- 1 file changed, 119 insertions(+), 115 deletions(-) diff --git a/src/our-work.html b/src/our-work.html index 3c089404..61326834 100644 --- a/src/our-work.html +++ b/src/our-work.html @@ -27,37 +27,39 @@

Building solutions that empower government services



-
-
- What we do -

Our services

- -
-
- {% for service in site.data.services %} -
-

- +

+
- {{ service.name }} - - -
-
{{ service.description }}
+
{{ service.description }}
+
+ {% endfor %}
- {% endfor %}
@@ -79,82 +81,57 @@

-
-
- What we've done -

Featured work

-

- Explore our list of projects ranging from local, regional, and state governments. We curate a variety of technology and - delivery solutions for our clients and have lasting successful outcomes. -

-
+
+
+
+ What we've done +

Featured work

+

+ Explore our list of projects ranging from local, regional, and state governments. We curate a variety of technology and + delivery solutions for our clients and have lasting successful outcomes. +

+
-
-
- {% for featured_work in site.data.featured_work limit: 2 %} -
-
-
-
- {% if featured_work.tags %} -
- {% for tag in featured_work.tags %} -
- +
+
+ {% for featured_work in site.data.featured_work limit: 2 %} +
+
+
+
+ {% if featured_work.tags %} +
+ {% for tag in featured_work.tags %} +
+ +
+ {% endfor %}
- {% endfor %} + {% endif %} +

{{ featured_work.title }}

+
+
+

{{ featured_work.description }}

- {% endif %} -

{{ featured_work.title }}

-
-
-

{{ featured_work.description }}

-
- -
-

Outcome

-

{{ featured_work.outcome }}

-
-
-
-
- {% endfor %} -
-
- {% for featured_work in site.data.featured_work limit: 2 offset: 2 %} {% if forloop.index0 == 0 %} {% assign class = "col" - %} {% else %} {% assign class = "col collapseMore collapse" %} {% endif %} - -
-
- {{ featured_work.image_alt_text }} -
- {% if featured_work.tags %} -
- {% for tag in featured_work.tags %} -
- +
+

Outcome

+

{{ featured_work.outcome }}

- {% endfor %}
- {% endif %} -

{{ featured_work.title }}

-

{{ featured_work.description }}

- -

Outcome

-

{{ featured_work.outcome }}

+ {% endfor %}
- {% endfor %} -
-
- {% for featured_work in site.data.featured_work limit: 2 offset: 4 %} -
-
-
-
+
+ {% for featured_work in site.data.featured_work limit: 2 offset: 2 %} {% if forloop.index0 == 0 %} {% assign class = + "col" %} {% else %} {% assign class = "col collapseMore collapse" %} {% endif %} + +
+
+ {{ featured_work.image_alt_text }} +
{% if featured_work.tags %}
{% for tag in featured_work.tags %} @@ -164,33 +141,60 @@

Outcome

{% endfor %}
{% endif %} -

{{ featured_work.title }}

-
-
-

{{ featured_work.description }}

-
+

{{ featured_work.title }}

+

{{ featured_work.description }}

-
-

Outcome

+

Outcome

{{ featured_work.outcome }}

+ {% endfor %}
- {% endfor %} -
-
-
- + +
+ {% for featured_work in site.data.featured_work limit: 2 offset: 4 %} +
+
+
+
+ {% if featured_work.tags %} +
+ {% for tag in featured_work.tags %} +
+ +
+ {% endfor %} +
+ {% endif %} +

{{ featured_work.title }}

+
+
+

{{ featured_work.description }}

+
+ +
+

Outcome

+

{{ featured_work.outcome }}

+
+
+
+
+ {% endfor %} +
+
+
+ +