Skip to content

Commit 59a2cbf

Browse files
committed
Split out past clients; add TNR
1 parent 7f32e73 commit 59a2cbf

File tree

4 files changed

+37
-23
lines changed

4 files changed

+37
-23
lines changed

_data/clients.yaml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
1-
- name: Verso Books
2-
url: "https://www.versobooks.com"
3-
image: "logo_verso.gif"
1+
- name: The New Republic
2+
url: "https://newrepublic.com"
3+
image: "logo_tnr.png"
4+
- url: "http://www.planyourlifespan.org"
5+
name: PCORI Plan Your Lifespan
6+
image: "logo_pcori.gif"
47
- name: Jacobin Magazine
58
url: "https://www.jacobinmag.com"
69
image: "logo_jacobin.gif"
7-
- url: "https://thenewinquiry.com/"
8-
name: The New Inquiry
9-
image: "logo_NI.gif"
1010
- url: "https://www.haymarketbooks.org"
1111
name: Haymarket Books
1212
image: "logo_haymarket.gif"
1313
- url: "http://www.sevenstories.com"
1414
name: Seven Stories Press
1515
image: "logo_ssp.gif"
1616
- url: "http://calculator.realfoodchallenge.org"
17-
name: Real Food Challenge
17+
name: Real Food Calculator
1818
image: "logo_realfood.gif"
19-
- url: "http://www.planyourlifespan.org"
20-
name: PCORI Plan Your Lifespan
21-
image: "logo_pcori.gif"
22-
- url: "https://www.criterion.com"
23-
name: The Criterion Collection
24-
image: "logo_criterion.gif"
25-
- url: "https://www.currentaffairs.org"
26-
name: Current Affairs
27-
image: "logo_ca.gif"
28-
- url: "https://www.dissentmagazine.org"
29-
name: Dissent Magazine
30-
image: "logo_dm.gif"
31-
- url: "https://frame.ai"
32-
name: frame.ai
33-
image: "logo_frameai.gif"

_data/past_clients.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: Verso Books
2+
url: "https://www.versobooks.com"
3+
image: "logo_verso.gif"
4+
- url: "https://thenewinquiry.com/"
5+
name: The New Inquiry
6+
image: "logo_NI.gif"
7+
- url: "https://www.criterion.com"
8+
name: The Criterion Collection
9+
image: "logo_criterion.gif"
10+
- url: "https://www.dissentmagazine.org"
11+
name: Dissent Magazine
12+
image: "logo_dm.gif"
13+
- url: "https://frame.ai"
14+
name: frame.ai
15+
image: "logo_frameai.gif"

_layouts/home.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>mission</h2>
2828
</section>
2929

3030
<section class="clients" id="clients">
31-
<h2>clients</h2>
31+
<h2>Current clients</h2>
3232

3333
<ul>
3434
{% for client in site.data.clients %}
@@ -41,6 +41,20 @@ <h3><a href="{{ client.url }}" target="_blank" rel="noopener">{{ client.name }}<
4141
{% endfor %}
4242
</ul>
4343
</section>
44+
<section class="clients" id="past_clients">
45+
<h2>Past clients</h2>
46+
47+
<ul>
48+
{% for client in site.data.past_clients %}
49+
<li>
50+
<div class="img-wrapper">
51+
<img title="{{ client.name }} logo" src="/img/{{ client.image }}" />
52+
</div>
53+
<h3><a href="{{ client.url }}" target="_blank" rel="noopener">{{ client.name }}</a></h3>
54+
</li>
55+
{% endfor %}
56+
</ul>
57+
</section>
4458

4559
<section class="skills" id="skills">
4660
<h2>what we do</h2>

img/logo_tnr.png

7.59 KB
Loading

0 commit comments

Comments
 (0)