Skip to content

Commit

Permalink
mv BB to past members
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jan 11, 2024
1 parent 4450586 commit 58f75f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
File renamed without changes
10 changes: 3 additions & 7 deletions content/team/team.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
---
team:
- name: "Bente Barge"
picture: "BSB.jpg"
text:
Part-time member of the team. Bente is currently a PhD student in
computational chemistry and has experience with various chemistry
software on the HPC clusters. Her interests include research software
engineering, web development and cats.
- name: "Radovan Bast"
picture: "rb.jpg"
text:
Expand Down Expand Up @@ -51,3 +44,6 @@ team:
text:
Change Manager in the [NRIS](https://www.sigma2.no/nris) collaboration.
Works with the infrastructure and hardware as well.
past:
- name: "Bente Barge"
picture: "bsb.jpg"
13 changes: 13 additions & 0 deletions templates/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,17 @@
</div>
{% endfor %}
</div>

<h2>Former team members</h2>
<div class="uk-child-width-expand@s uk-text-center uk-margin-xlarge-top" uk-grid>
{% for person in data.past %}
<div class="uk-width-1-3@m">
{% set image = resize_image(path="team/" ~ person.picture, width=140, height=140, op="fill") %}
<img src="{{ image.url }}">
<p>
<b>{{ person.name }}</b>
</p>
</div>
{% endfor %}
</div>
{% endblock content %}

0 comments on commit 58f75f3

Please sign in to comment.