feat: update avatar

This commit is contained in:
Cory Dransfeldt 2023-08-17 09:27:48 -07:00
parent 02fa61f7d5
commit 5fb5e51580
No known key found for this signature in database
6 changed files with 5 additions and 7 deletions

View file

@ -17,8 +17,10 @@ meta:
image:
src: https://coryd.dev/assets/img/avatar.webp
---
<div class="flex items-center justify-center w-full">
{% image './src/assets/img/avatar.webp', site.name, 'max-w-xs w-full h-auto mt-0 mb-1', '600px', 'eager' %}
<div class="flex items-center justify-center w-full not-prose mb-6">
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden p-4">
{% image './src/assets/img/avatar.webp', site.name, 'max-w-xs w-full h-auto', '600px', 'eager' %}
</div>
</div>
<h1 class="text-xxl font-black -leading-tight tracking-normal dark:text-gray-200 md:text-3xl text-center">Hi, I'm Cory</h1>

Binary file not shown.

Before

(image error) Size: 40 KiB

After

(image error) Size: 25 KiB

File diff suppressed because one or more lines are too long

Before

(image error) Size: 356 KiB

After

(image error) Size: 648 KiB

Binary file not shown.

Before

(image error) Size: 65 KiB

After

(image error) Size: 34 KiB

Binary file not shown.

Before

(image error) Size: 52 KiB

After

(image error) Size: 54 KiB

Binary file not shown.

Before

(image error) Size: 24 KiB

After

(image error) Size: 18 KiB