Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Add LinkedIn links to team members
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Jan 24, 2024
1 parent 62b6e21 commit db1340d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,3 +674,7 @@ textarea.form-control {
}

/*# sourceMappingURL=maps/style.css.map */

.linkedin-logo-small {
width: 25px;
}
Binary file modified assets/images/linkedin-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/_data/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"icon": "linkedin",
"link": "#"
"link": "https://www.linkedin.com/in/bdegenhart/"
},
{
"icon": "instagram",
Expand All @@ -31,7 +31,7 @@
},
{
"icon": "linkedin",
"link": "#"
"link": "https://www.linkedin.com/in/espinosaureta/"
},
{
"icon": "instagram",
Expand All @@ -50,7 +50,7 @@
},
{
"icon": "linkedin",
"link": "#"
"link": "https://www.linkedin.com/in/ben-gl%C3%A4ser-42227b133/"
},
{
"icon": "instagram",
Expand All @@ -59,4 +59,4 @@
]
}
]
}
}
9 changes: 7 additions & 2 deletions src/_includes/layouts/homepage.njk
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@
<div class="person">
<h5>{{member.name}}</h5>
<p>{{member.dig}}</p>
<p>
<a href="{{member.social[1].link}}">
<img class="linkedin-logo-small" src="{% rootPath %}{{nav.linkedinLogo}}" alt="linkedin-logo" />
</a>
</p>
</div>
</div>
</div>
Expand All @@ -187,5 +192,5 @@
</div>
</div>
</section>
{% endblock %}

{% endblock %}

0 comments on commit db1340d

Please sign in to comment.