diff --git a/TODO b/TODO index 4966eed..6c42d35 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ [ ] Use css variables [ ] Dark mode [ ] Resize Logo +[ ] Reading time diff --git a/public/assets/about-illustration.png b/public/assets/about-illustration.png deleted file mode 100644 index 2024275..0000000 Binary files a/public/assets/about-illustration.png and /dev/null differ diff --git a/public/assets/about-illustration.webp b/public/assets/about-illustration.webp new file mode 100644 index 0000000..68073dc Binary files /dev/null and b/public/assets/about-illustration.webp differ diff --git a/public/assets/home-illustration.png b/public/assets/home-illustration.png deleted file mode 100644 index 77415cb..0000000 Binary files a/public/assets/home-illustration.png and /dev/null differ diff --git a/public/assets/home-illustration.webp b/public/assets/home-illustration.webp new file mode 100644 index 0000000..e8c8b80 Binary files /dev/null and b/public/assets/home-illustration.webp differ diff --git a/public/assets/logo.png b/public/assets/logo.png deleted file mode 100644 index 901a5d7..0000000 Binary files a/public/assets/logo.png and /dev/null differ diff --git a/public/assets/logo.webp b/public/assets/logo.webp new file mode 100644 index 0000000..0fff208 Binary files /dev/null and b/public/assets/logo.webp differ diff --git a/public/assets/profile-pic.png b/public/assets/profile-pic.png deleted file mode 100644 index 623e468..0000000 Binary files a/public/assets/profile-pic.png and /dev/null differ diff --git a/public/assets/profile-pic.webp b/public/assets/profile-pic.webp new file mode 100644 index 0000000..91e8afa Binary files /dev/null and b/public/assets/profile-pic.webp differ diff --git a/src/components/Bio.astro b/src/components/Bio.astro index e8bf10c..1eb490b 100644 --- a/src/components/Bio.astro +++ b/src/components/Bio.astro @@ -1,5 +1,5 @@
Hi, I'm Maxi. I'm a software engineer and data scientist based in Los Angeles. You can follow me on Twitter, @@ -18,7 +18,6 @@ width: 100px; height: 100px; border-radius: 100px; - /* border: 3px solid #fd6378; */ display: block; margin-right: 20px; } diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 1378318..08248f3 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -6,5 +6,5 @@ - + diff --git a/src/pages/about.astro b/src/pages/about.astro index a3a1cbc..130fdcd 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -12,7 +12,7 @@ const permalink = 'https://example.com/about';