-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb780ca
commit 1e216ec
Showing
11 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,25 +31,25 @@ function addFooter(imagePathPrefix) { | |
<ul> | ||
<li> | ||
<a href="https://github.com/aharasymiw" target="_blank"> | ||
<img class=".social-image" src="${imagePathPrefix}images/github_logo.svg" | ||
<img class=".social-image" src="${imagePathPrefix}images/icons/github_logo.svg" | ||
alt="Github Logo, and link to github." height="20" width="20"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/in/aharasymiw" target="_blank"> | ||
<img class=".social-image" src="${imagePathPrefix}images/linkedin_logo.svg" | ||
<img class=".social-image" src="${imagePathPrefix}images/icons/linkedin_logo.svg" | ||
alt="LinkedIn Logo, and link to LinkedIn." height="20" width="20"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://hachyderm.io/@aharasymiw" rel="me" target="_blank"> | ||
<img class=".social-image" src="${imagePathPrefix}images/mastodon_logo.svg" | ||
<img class=".social-image" src="${imagePathPrefix}images/icons/mastodon_logo.svg" | ||
alt="Mastodon Logo, and link to https://hachyderm.io/@aharasymiw on Mastodon." height="20" width="20"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
<img class=".social-image" src="${imagePathPrefix}images/email_icon.svg" | ||
<img class=".social-image" src="${imagePathPrefix}images/icons/email_icon.svg" | ||
alt="Email icon, and link to send an email." height="20" width="20"> | ||
</a> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters