diff --git a/config.yaml b/config.yaml index 52d42f8..7cf1936 100644 --- a/config.yaml +++ b/config.yaml @@ -135,7 +135,7 @@ params: items: - title: LibreCharge content: A simple OCPP 2.0.1 compliant central system (backend) for EV charging stations. Currently work in progress. - image: /images/projects/librecharge.png + image: /images/projects/librecharge.jpg badges: - "Python 3" - "FastAPI" @@ -147,7 +147,7 @@ params: - title: Fancy Gatus content: A simplified and modern status page based on data from a Gatus instance. The goal is to only display the most important information in a way that is understandable for end users. - image: /images/projects/fancy-gatus.png + image: /images/projects/fancy-gatus.jpg featured: name: Demo link: https://status.bluemedia.dev @@ -161,7 +161,7 @@ params: - title: desktop-config content: Ansible playbook to quickly bootstrap Debian workstations with my custom desktop environment and commonly used apps. - image: /images/projects/desktop-config.png + image: /images/projects/desktop-config.jpg badges: - "Ansible" - "Debian" diff --git a/static/images/hero.jpg b/static/images/hero.jpg index af4af7c..91224b0 100644 Binary files a/static/images/hero.jpg and b/static/images/hero.jpg differ diff --git a/static/images/projects/desktop-config.jpg b/static/images/projects/desktop-config.jpg new file mode 100644 index 0000000..512305e Binary files /dev/null and b/static/images/projects/desktop-config.jpg differ diff --git a/static/images/projects/desktop-config.png b/static/images/projects/desktop-config.png deleted file mode 100644 index 33b2dd9..0000000 Binary files a/static/images/projects/desktop-config.png and /dev/null differ diff --git a/static/images/projects/fancy-gatus.jpg b/static/images/projects/fancy-gatus.jpg new file mode 100644 index 0000000..5e7648d Binary files /dev/null and b/static/images/projects/fancy-gatus.jpg differ diff --git a/static/images/projects/fancy-gatus.png b/static/images/projects/fancy-gatus.png deleted file mode 100644 index fb620ef..0000000 Binary files a/static/images/projects/fancy-gatus.png and /dev/null differ diff --git a/static/images/projects/librecharge.jpg b/static/images/projects/librecharge.jpg new file mode 100644 index 0000000..0753343 Binary files /dev/null and b/static/images/projects/librecharge.jpg differ diff --git a/static/images/projects/librecharge.png b/static/images/projects/librecharge.png deleted file mode 100644 index a8cce09..0000000 Binary files a/static/images/projects/librecharge.png and /dev/null differ