Skip to content

Commit

Permalink
🔖 Release version 1.0.5
Browse files Browse the repository at this point in the history
- Update profile picture
- Upgrade dependencies
  • Loading branch information
younesaassila committed Mar 25, 2023
1 parent 17fd47b commit 3760973
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 52 deletions.
Binary file modified favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="profile-picture-container">
<img
class="profile-picture"
src="/src/assets/profile_picture.png"
src="/src/assets/profile_picture.jpg"
alt="Headshot of Younes Aassila."
draggable="false"
/>
Expand Down
105 changes: 57 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aassila.com",
"version": "1.0.4",
"version": "1.0.5",
"description": "My personal webpage where you can find my projects and contact information.",
"scripts": {
"dev": "vite",
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/younesaassila/aassila.com#readme",
"devDependencies": {
"prettier": "^2.7.1",
"prettier": "^2.8.7",
"prettier-plugin-css-order": "^1.3.0",
"typescript": "^4.8.2",
"typescript": "^4.9.5",
"vite": "^2.9.15"
},
"private": true
Expand Down
Binary file added src/assets/profile_picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/profile_picture.png
Binary file not shown.

0 comments on commit 3760973

Please sign in to comment.