Skip to content

Commit

Permalink
team photo
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-bos committed Jun 12, 2024
1 parent ecd526a commit 75f7f7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ pets = [
{ name = "Billie", image = "/images/team/billie.jpg", job = "Cable Management"},
]

[team]
image = "/images/vercors-team-2024.jpg"
alt = "Photo of 8 people on the Zilverling terrace"
caption = "Left to right: Alexander, Robert, Pieter, Ömer, Philip, Marieke, Lukas, Bob."

[leader]
name = "prof.dr. Marieke Huisman"
url = "https://wwwhome.ewi.utwente.nl/~marieke/"
Expand Down
Binary file added static/images/vercors-team-2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
{% block content %}
<h2 id="team">The VerCors Team</h2>

<figure>
<img src="{{ about.team.image }}" alt="{{ about.team.alt }}">
<figcaption>{{ about.team.caption }}</figcaption>
</figure>

<h3>Group Leader</h3>
{% set profile = about.leader %}
{% include 'profile.html' %}
Expand Down

0 comments on commit 75f7f7b

Please sign in to comment.