Skip to content

Commit

Permalink
Add Matrix account to participant info (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Tacker <[email protected]>
  • Loading branch information
jbarop and coderbyheart authored Nov 10, 2023
1 parent fd336ff commit 22eff2b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions _participants/jbarop.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pronouns: he/him
room-type: [quadruple (with TBD)]
mastodon: https://chaos.social/@jbarop
linkedin: https://www.linkedin.com/in/jbarop
matrix: @jbarop:matrix.im
---
1 change: 1 addition & 0 deletions _participants/markus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ image: https://images.contentful.com/bncv3c2gt878/6CWMgqeZdCmkk6KkIUksgQ/5092209
contact-via: [email protected]
room-type: big cabin with Aki
linkedin: https://www.linkedin.com/in/markustacker
matrix: @coderbyheart:matrix.im
---
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ For more information about the safaris, including prices, see the brochure here
<a href="{{ participant.linkedin }}" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i></a>
{% endif %}
{% if participant.matrix != null %}
<a href="https://matrix.to/#/{{ participant.matrix }}" rel="noopener noreferrer">
<img src="{{ site.baseurl }}/logos/matrix.svg" alt="matrix" class="icon" />
</a>
{% endif %}
</nav>
{% if participant.content != null %}<div class="description">{{ participant.content }}</div>{% endif %}
</li>
Expand Down
12 changes: 12 additions & 0 deletions logos/matrix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22eff2b

Please sign in to comment.