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

Commit

Permalink
Add LinkedIn logo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Jan 24, 2024
1 parent f298292 commit 62b6e21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added 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.
2 changes: 2 additions & 0 deletions src/_data/nav.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"linkedinLogo": "assets/images/linkedin-logo.png",
"linkedinLink": "https://www.linkedin.com/company/foerderfox",
"githubLogo": "assets/images/github-mark.png",
"githubLink": "https://github.com/Citizen-Knowledge-Graph",
"navLogo":"assets/images/fox_logo_v3.png",
Expand Down
7 changes: 6 additions & 1 deletion src/_includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
<ul class="navbar-ul navbar-nav ml-auto main-nav">
<li class="nav-item">
<a class="github-link" href="{{nav.githubLink}}">
<img src="{% rootPath %}{{nav.githubLogo}}" alt="nav-logo" />
<img src="{% rootPath %}{{nav.githubLogo}}" alt="nav-github-logo" />
</a>
</li>
<li class="nav-item">
<a class="github-link" href="{{nav.linkedinLink}}">
<img src="{% rootPath %}{{nav.linkedinLogo}}" alt="nav-linkedin-logo" />
</a>
</li>
{% for navLink in nav.navLinks %}
Expand Down

0 comments on commit 62b6e21

Please sign in to comment.