Skip to content

Commit 63fba41

Browse files
authored
drop photo/text
1 parent 068beac commit 63fba41

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

themes/delphi/layouts/_default/team.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
{{ define "main" }}
22
{{ $peoplePage := $.GetPage "/people" }}
33
<div class="uk-container">
4-
<h1 class="team-header">
5-
Thank you to our {{ len (where $peoplePage.Params.people ".external" "ne" true) }} members around the world, all
6-
the students, faculty, staff, and volunteers who have contributed to the COVIDcast project.
7-
</h1>
84

9-
{{- $img := .Resources.GetMatch "map-and-pins.png" }}
10-
<picture>
11-
<source srcset="{{ ($img.Resize "1120x webp").RelPermalink }}" type="image/webp" />
12-
<img
13-
class="team-hero-image"
14-
src="{{ $img.RelPermalink }}"
15-
width="1120"
16-
height="592"
17-
alt="World map of team members"
18-
/>
19-
</picture>
205

216
{{ .Content }}
227

0 commit comments

Comments
 (0)