Skip to content

Commit

Permalink
add height and width to icons and update last mod
Browse files Browse the repository at this point in the history
  • Loading branch information
nburt committed Mar 30, 2024
1 parent d47ef51 commit f46219d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
target="_blank"
rel="nofollow noopener"
>
<img class="social-icon" src="/assets/icons/github.svg" alt="Link to Github profile"/>
<img
height="48px"
width="48px"
class="social-icon"
src="/assets/icons/github.svg"
alt="Link to Github profile"
/>
</a>
<a
class="social-link"
Expand All @@ -17,7 +23,13 @@
target="_blank"
rel="nofollow noopener"
>
<img class="social-icon" src="/assets/icons/linkedin.svg" alt="Link to LinkedIn profile"/>
<img
height="48px"
width="48px"
class="social-icon"
src="/assets/icons/linkedin.svg"
alt="Link to LinkedIn profile"
/>
</a>
</div>
</footer>
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: main
title: Contact
description: Contact Nathanael Burt for your next software project.
last_modified_at: 2024-03-29
last_modified_at: 2024-03-30
---

<h1 class="center">Tell me about your project</h1>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: main
title: Home
description: Technology consultant with 10+ years of experience in software development, product management, hardware integration, and operations.
last_modified_at: 2024-03-29
last_modified_at: 2024-03-30
---

<section class="section row">
Expand Down

0 comments on commit f46219d

Please sign in to comment.