{{- /* To edit the content, see: https://gitlab.com/gitlab-com/www-gitlab-com/-/tree/master/data/team_members/person */}} {{- $team := where site.Data.public.team "remote_story" "ne" nil }}
{{ range $team }} {{ $picture := "https://about.gitlab.com/images/gitlab-logo-extra-whitespace.png" }} {{ if not (eq .picture "../gitlab-logo-extra-whitespace.png") }} {{ $suf := printf ".%s" (index (last 1 (strings.Split .picture ".")) 0) }} {{ $picture = printf "https://about.gitlab.com/images/team/%s-crop.jpg" (strings.TrimSuffix $suf .picture) }} {{ end }}
{{.name}}

{{.name}}

{{ .role | safeHTML }}

{{ .remote_story }}

{{ with .linkedin }} {{ end }} {{ with .twitter }} {{ end }}

{{ end }}