Skip to content

Commit

Permalink
update image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aharasymiw committed Aug 14, 2024
1 parent eb780ca commit 1e216ec
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added images/vs_code_tips/auto_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vs_code_tips/bracket_pairs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vs_code_tips/bracket_pairs_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vs_code_tips/compact_folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vs_code_tips/format_on_save.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 scripts/layout_scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions views/vs_code_tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ <h3>Must Have</h3>
<summary>
<h3>Nice to Have</h3>
</summary>
<img src="./images/bracket_pairs.png" alt="An image showing the bracket pairs setting for VS Code." height=100px width=400px>
<img src="./images/vs_code_tips/bracket_pairs.png" alt="An image showing the bracket pairs setting for VS Code." height=100px width=400px>
<br>
<img src="./images/bracket_pairs_horizontal.png" alt="An image showing the bracket pairs horizontal setting for VS Code." height=100px width=520px>
<img src="./images/vs_code_tips/bracket_pairs_horizontal.png" alt="An image showing the bracket pairs horizontal setting for VS Code." height=100px width=520px>
<br>
<img src="./images/compact_folders.png" alt="An image showing the compact folders setting for VS Code." height=65px width=575px>
<img src="./images/vs_code_tips/compact_folders.png" alt="An image showing the compact folders setting for VS Code." height=65px width=575px>

</details>

Expand Down

0 comments on commit 1e216ec

Please sign in to comment.