Skip to content

Commit dff0a57

Browse files
committed
fix: remove common part of image paths
1 parent aef83db commit dff0a57

8 files changed

+16
-16
lines changed

projects/ghc-performance-dashboards.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ link: https://gitlab.haskell.org/ghc/ghc
66
link-text: https://gitlab.haskell.org/ghc/ghc
77
subtitle: Project Leaders
88
leader0name: Ben Gamari
9-
leader0img: /assets/images/project-leads/bg.png
9+
leader0img: project-leads/bg.png
1010
leader0mail: [email protected]
1111
leader1name: Matthew Pickering
12-
leader1img: /assets/images/project-leads/mp.png
12+
leader1img: project-leads/mp.png
1313
leader1mail: [email protected]
1414
---

projects/ghc-platform-ci.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ link: https://gitlab.haskell.org/ghc/ghc
66
link-text: https://gitlab.haskell.org/ghc/ghc
77
subtitle: Project Leaders
88
leader0name: Ben Gamari
9-
leader0img: /assets/images/project-leads/bg.png
9+
leader0img: project-leads/bg.png
1010
leader0mail: [email protected]
1111
leader1name: Moritz Angermann
12-
leader1img: /assets/images/project-leads/ma.png
12+
leader1img: project-leads/ma.png
1313
leader1mail: [email protected]
1414
---

projects/performance-tuning-book.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ link: https://github.com/haskellfoundation/gotta-go-fast
66
link-text: haskellfoundation/gotta-go-fast
77
subtitle: Project Leaders/Advisors
88
leader0name: Gil Mizrahi
9-
leader0img: /assets/images/project-leads/gm.png
9+
leader0img: project-leads/gm.png
1010
leader0mail: [email protected]
1111
leader1name: Emily Pillmore
12-
leader1img: /assets/images/exec-team/ep.png
12+
leader1img: exec-team/ep.png
1313
leader1mail: [email protected]
1414
---

projects/project-matchmaker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ link: https://github.com/haskellfoundation/matchmaker
66
link-text: github.com/haskellfoundation/matchmaker
77
subtitle: Project Leaders/Advisors
88
leader1name: Théophile "Hécate" Choutri
9-
leader1img: /assets/images/board-members/thc.png
9+
leader1img: board-members/thc.png
1010
leader1mail: [email protected]
1111
---

projects/text-utf8-migration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ link: https://github.com/haskell/text
66
link-text: https://github.com/haskell/text
77
subtitle: Project Leaders
88
leader0name: Andrew Lelechenko
9-
leader0img: /assets/images/board-members/al.png
9+
leader0img: board-members/al.png
1010
leader0mail: [email protected]
1111
leader1name: Emily Pillmore
12-
leader1img: /assets/images/exec-team/ep.png
12+
leader1img: exec-team/ep.png
1313
leader1mail: [email protected]
1414
---

projects/unified-haskell-installer.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ link: https://gitlab.haskell.org/haskell/ghcup-hs
66
link-text: haskell/ghcup-hs
77
subtitle: Project Leaders/Advisors
88
leader0name: Chris Dornan
9-
leader0img: /assets/images/board-members/cd.png
9+
leader0img: board-members/cd.png
1010
leader0mail: [email protected]
1111
leader1name: Julian Ospald
12-
leader1img: /assets/images/project-leads/jo.png
12+
leader1img: project-leads/jo.png
1313
leader1mail: [email protected]
1414
leader2name: Michael Snoyman
15-
leader2img: /assets/images/board-members/ms.png
15+
leader2img: board-members/ms.png
1616
leader2mail: [email protected]
1717
---

projects/vector-types-proposal.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ link: https://www.snoyman.com/blog/2021/03/haskell-base-proposal/
66
link-text: vector types proposal
77
subtitle: Project Leaders
88
leader0name: Michael Snoyman
9-
leader0img: /assets/images/board-members/ms.png
9+
leader0img: board-members/ms.png
1010
leader0mail: [email protected]
1111
---

templates/project.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2 class="font-normal text-2xl-4xl">$title$</h2>
1111
<div class="flex items-center py-4 space-x-6">
1212
$if(leader0name)$
1313
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
14-
<img src="$leader0img$" alt="$leader0name$">
14+
<img src="/assets/images/$leader0img$" alt="$leader0name$">
1515
</div>
1616
<div>
1717
<div class="font-medium">$leader0name$</div>
@@ -28,7 +28,7 @@ <h2 class="font-normal text-2xl-4xl">$title$</h2>
2828
$endif$
2929
$if(leader1name)$
3030
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
31-
<img src="$leader1img$" alt="$leader1name$">
31+
<img src="/assets/images/$leader1img$" alt="$leader1name$">
3232
</div>
3333
<div>
3434
<div class="font-medium">$leader1name$</div>
@@ -37,7 +37,7 @@ <h2 class="font-normal text-2xl-4xl">$title$</h2>
3737
$endif$
3838
$if(leader2name)$
3939
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
40-
<img src="$leader2img$" alt="$leader2name$">
40+
<img src="/assets/images/$leader2img$" alt="$leader2name$">
4141
</div>
4242
<div>
4343
<div class="font-medium">$leader2name$</div>

0 commit comments

Comments
 (0)