Skip to content

Commit

Permalink
fix: Update profile picture and favicon (#261)
Browse files Browse the repository at this point in the history
* fix: Update profile picture and favicon

* Update index.html

---------

Co-authored-by: Tom Schmelzer <[email protected]>
  • Loading branch information
yr1404 and schmelto authored Sep 8, 2023
1 parent 16633dd commit d701317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>schmelto</title>
<meta name="description" content="Portfolio" />
<meta name="author" content="schmelto" />
<link rel="shortcut icon" type="image/jpg" href="assets/favicon.ico" />
<link rel="shortcut icon" type="image/jpg" href="https://github.com/schmelto.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
Expand Down Expand Up @@ -136,8 +136,8 @@ <h2>About</h2>
<div class="row">
<div class="col-md">
<img
style="height: 20rem"
src="./assets/tom.png"
style="height: 20rem; border-radius: 50%;"
src="https://github.com/schmelto.png"
class="img mx-auto d-block"
alt="schmelto"
/>
Expand Down

0 comments on commit d701317

Please sign in to comment.