-
Notifications
You must be signed in to change notification settings - Fork 3
/
people.html
28 lines (25 loc) · 949 Bytes
/
people.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: People
excerpt: "As a non-profit worker co-operative, Hypha strives to cultivate collective growth and meaningful livelihoods through learning and building digital technologies together."
image: "/assets/images/social/people.webp"
menu_title: People
order: 2
---
{% assign posts = site.posts %}
<section class="mt2 ph3 ph5-l">
<header>
<div class="flex-l items-center mv2">
<div class="w-100-l">
<h3 class=" f2 f1-m f-subheadline-l accent normal sans-serif mb4 lh-solid">
{{ page.title }}
</h3>
<p class="f3 measure-wide dark-gray lh-copy mb5">
As a non-profit worker co-operative, Hypha strives to cultivate collective growth and meaningful livelihoods through learning and building digital technologies together.
</p>
</div>
</div>
</header>
</section>
{%- include sections.html path="team-bios.html" class="" -%}
{%- include sections.html path="join-the-team.html" class="" -%}