Skip to content

Commit

Permalink
Updated images; local profile + OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
mblomdahl authored Dec 4, 2024
1 parent a9d5565 commit aa329fb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>mblomdahl/cv</title>
<meta name="description" content="Curriculum Vitae for Mats, generated by Lovable" />
<meta name="author" content="mblomdahl" />
<meta property="og:image" content="/cv/og-image.png" />
<meta property="og:image" content="/cv/mblomdahl.png" />
</head>

<body>
Expand Down
Binary file added public/mats-blomdahl.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 added public/mblomdahl.png
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 public/og-image.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Index = () => {
<section className="section-fade mb-16 text-center">
<div className="flex flex-col items-center mb-8">
<Avatar className="w-48 h-48 mb-6">
<AvatarImage src="https://www.kvadrat.se/media/bvob5zuq/mats-blomdahl.jpg?width=768&v=1db45aa4a70e0b0" alt="Mats Blomdahl" />
<AvatarImage src="/cv/mats-blomdahl.jpg" alt="Mats Blomdahl" />
<AvatarFallback>MB</AvatarFallback>
</Avatar>
<h1 className="text-5xl md:text-6xl font-bold mb-4 text-[#D87D4A]">{t.name}</h1>
Expand Down

0 comments on commit aa329fb

Please sign in to comment.