Skip to content

Commit

Permalink
Member list
Browse files Browse the repository at this point in the history
  • Loading branch information
steph1111 committed Aug 17, 2024
1 parent aed88ca commit b5c79a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="title has-text-left has-text-white is-size-2 has-text-weight-bold mgb
<br>
<div class="container columns is-centered">
<div>
<a href="{{site.url}}{{site.baseurl}}/#contact"
<a href="{{site.url}}{{site.baseurl}}/team"
class="button is-rounded has-text-weight-normal is-link is-outlined has-background-grey-darker">Our Team</a>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<figure class="image is-3by1" style="background-image: url({{project.image}});">
</figure>
<div class="card-content">
<h1 class="title has-text-white is-size-4">{{ project.name }}</h1>
<p class="has-text-white has-text-weight-light content">{{ project.description | truncate: 200}}</p>
<h1 class="title has-text-white is-size-4">{{ members.name }}</h1>
<p class="has-text-white has-text-weight-light content">{{ members.description | truncate: 200}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="section">
<p class="subtitle is-uppercase has-text-weight-medium has-text-grey">Meet the Team</p>
</div>
{% include project-card.html %}
{% include member.html %}
</div>
</div>
</section>
Expand Down

0 comments on commit b5c79a4

Please sign in to comment.