Skip to content

Commit

Permalink
Merge pull request #373 from hyphacoop/adjust-practice-area-titles
Browse files Browse the repository at this point in the history
Adjust practice area titles
  • Loading branch information
tripledoublev authored Sep 11, 2024
2 parents 3bbc81f + 9ad00df commit 5c19008
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _includes/sections/what-we-do.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
<h2>What we do</h2>
<p class="lh-copy f3 measure mt0">
We’re a diverse team of expert creatives, builders, and organizers who collaborate closely with clients to advance their missions through tech. Read more about
<a class="accent link underline-hover" href="/work/">our work</a>.
<a class="accent link underline-hover" href="/work/">our work</a> across Hypha's three practice areas.
</p>
</div>
</div>
<h2 class="f2 accent mb2">
Our practice areas
</h2>
<div class="flex flex-between justify-between flex-wrap">
{% assign sorted_elements = page.what_we_do | sort: 'order' %}
{% for element in sorted_elements %}
<div class="w-30-l measure flex-column justify-left items-left tl pr4">
<h3 class="f3 accent">{{ element.title }}</h3>
<h2 class="f2 accent mb1">{{ element.title }}</h2>
<p class="pb3 f3 lh-copy">
{{ element.description }}

Expand Down

0 comments on commit 5c19008

Please sign in to comment.