diff --git a/public/images/astro-saucer.png b/public/images/astro-saucer.png index d9c5876..6db0b2c 100644 Binary files a/public/images/astro-saucer.png and b/public/images/astro-saucer.png differ diff --git a/public/images/astro-saucer.webp b/public/images/astro-saucer.webp new file mode 100644 index 0000000..5f9207a Binary files /dev/null and b/public/images/astro-saucer.webp differ diff --git a/public/images/container.jpeg b/public/images/container.jpeg index 6c51520..4f88633 100644 Binary files a/public/images/container.jpeg and b/public/images/container.jpeg differ diff --git a/public/images/container.webp b/public/images/container.webp new file mode 100644 index 0000000..b02592d Binary files /dev/null and b/public/images/container.webp differ diff --git a/public/images/keyboard01.jpeg b/public/images/keyboard01.jpeg index 209ca16..5033f3a 100644 Binary files a/public/images/keyboard01.jpeg and b/public/images/keyboard01.jpeg differ diff --git a/public/images/keyboard01.webp b/public/images/keyboard01.webp new file mode 100644 index 0000000..48f11c8 Binary files /dev/null and b/public/images/keyboard01.webp differ diff --git a/public/images/python03.jpeg b/public/images/python03.jpeg index 2d6e8f9..e3ed130 100644 Binary files a/public/images/python03.jpeg and b/public/images/python03.jpeg differ diff --git a/public/images/python03.webp b/public/images/python03.webp new file mode 100644 index 0000000..3038882 Binary files /dev/null and b/public/images/python03.webp differ diff --git a/public/images/robot-head03.jpeg b/public/images/robot-head03.jpeg index 1bc785c..3bb681f 100644 Binary files a/public/images/robot-head03.jpeg and b/public/images/robot-head03.jpeg differ diff --git a/public/images/robot-head03.webp b/public/images/robot-head03.webp new file mode 100644 index 0000000..6ce2211 Binary files /dev/null and b/public/images/robot-head03.webp differ diff --git a/public/images/waving.webp b/public/images/waving.webp new file mode 100644 index 0000000..19437b5 Binary files /dev/null and b/public/images/waving.webp differ diff --git a/src/data/site.json b/src/data/site.json index e50231e..aae489e 100644 --- a/src/data/site.json +++ b/src/data/site.json @@ -41,7 +41,7 @@ "type": "markdown, routines, habits", "repo": "https://github.com", "image": "https://flowbite.s3.amazonaws.com/blocks/marketing-ui/cta/cta-dashboard-mockup.svg", - "featuredImage": "keyboard01.jpeg", + "featuredImage": "keyboard01.webp", "featured": true }, @@ -52,7 +52,7 @@ "type": "2nd Brain, Logseq, GitHub", "repo": "https://github.com", "image": "https://flowbite.s3.amazonaws.com/blocks/marketing-ui/cta/cta-dashboard-mockup.svg", - "featuredImage": "robot-head03.jpeg", + "featuredImage": "robot-head03.webp", "featured": true }, { @@ -62,7 +62,7 @@ "type": "Astro, SSG", "repo": "https://github.com", "image": "https://flowbite.s3.amazonaws.com/blocks/marketing-ui/cta/cta-dashboard-mockup.svg", - "featuredImage": "astro-saucer.png", + "featuredImage": "astro-saucer.webp", "featured": true }, @@ -75,7 +75,7 @@ "type": "Docker, Containers", "repo": "https://github.com", "image": "https://flowbite.s3.amazonaws.com/blocks/marketing-ui/cta/cta-dashboard-mockup.svg", - "featuredImage": "container.jpeg", + "featuredImage": "container.webp", "featured": true }, { @@ -85,7 +85,7 @@ "type": "Python, Shell", "repo": "https://github.com", "image": "https://flowbite.s3.amazonaws.com/blocks/marketing-ui/cta/cta-dashboard-mockup.svg", - "featuredImage": "python03.jpeg", + "featuredImage": "python03.webp", "featured": true }