Skip to content

Commit

Permalink
use logo in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Oct 12, 2024
1 parent 63a6686 commit d81ef5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>About this website</h2>
<h2>Contact me</h2>

<p>You can contact me at <a href="https://www.linkedin.com/in/andrewstuartcross/" target="_blank"><img
class="text-icons" src="https://i.stack.imgur.com/gVE0j.png" alt="LinkedIn icon" /> LinkedIn</a>; or by
class="text-icons" src=".\assets\linkedIn_logo_initials.png" alt="LinkedIn icon" /> LinkedIn</a>; or by
filling out the
form,
below:-</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/contact-form/contact-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h3>Contact form</h3>
<p class="alert alert-danger">
<strong>Whoops!</strong> An error occurred. Please try submitting the form again.
<br>If the problem persists, try to contact me at <a href="https://www.linkedin.com/in/andrewstuartcross/"
target="_blank"><img class="text-icons" src="https://i.stack.imgur.com/gVE0j.png" alt="LinkedIn icon" />
target="_blank"><img class="text-icons" src=".\assets\linkedIn_logo_initials.png" alt="LinkedIn icon" />
LinkedIn</a>.
</p>
}
2 changes: 1 addition & 1 deletion src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
<a mat-icon-button class="linkedin-icon-button" aria-label="..."
href="https://linkedin.com/in/andrewstuartcross/" target="_blank">
<img src="https://i.stack.imgur.com/gVE0j.png" alt="LinkedIn icon"/>
<img src=".\assets\linkedIn_logo_initials.png" alt="LinkedIn icon"/>
</a>
</div>
<small>{{message()}}</small>
Expand Down
Binary file added src/assets/linkedIn_logo_initials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d81ef5f

Please sign in to comment.