Skip to content

Commit

Permalink
Resize profile picture to 200x200 pixels
Browse files Browse the repository at this point in the history
The original profile picture was too large and did not fit well in the layout.
  • Loading branch information
mattrohr committed Jan 27, 2024
1 parent b8c9483 commit e919fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<h1>Matt Rohr</h1>
<img src="images/profile.jpg" alt="Profile picture of Matt">
<img src="images/profile.jpg" width=200px height="200px" alt="Profile picture of Matt">
</body>
</html>

0 comments on commit e919fab

Please sign in to comment.