Skip to content

Commit

Permalink
Update members.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores authored Oct 6, 2024
1 parent cfa3029 commit b521963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ <h2>Junta directiva</h2>
<div class="list-group">
<a href="https://github.com/{{site.society.management.president.github}}" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1"><strong>Presidenta</strong></h5>
<h5 class="mb-1"><strong>Presidente/a</strong></h5>
<!--<small>3 days ago</small>-->
</div>
<p class="mb-1">{{site.society.management.president.name}}</p>
<small class="text-muted">@{{site.society.management.president.github}}</small>
</a>
<a href="https://github.com/{{site.society.management.secretary.github}}" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1"><strong>Secretaria</strong></h5>
<h5 class="mb-1"><strong>Secretario/a</strong></h5>
<!--<small>3 days ago</small>-->
</div>
<p class="mb-1">{{site.society.management.secretary.name}}</p>
<small class="text-muted">@{{site.society.management.secretary.github}}</small>
</a>
<a href="https://github.com/{{site.society.management.treasurer.github}}" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1"><strong>Tesorero</strong></h5>
<h5 class="mb-1"><strong>Tesorero/a</strong></h5>
<!--<small>3 days ago</small>-->
</div>
<p class="mb-1">{{site.society.management.treasurer.name}}</p>
Expand Down

0 comments on commit b521963

Please sign in to comment.