From d8551ec99cb85fde114d1846395cc49f73a7a400 Mon Sep 17 00:00:00 2001 From: Pavly Date: Sat, 21 Jun 2025 13:34:45 +0300 Subject: [PATCH] Improve performance --- .../src/Components/about/about.component.html | 2 +- .../src/Components/footer/footer.component.css | 4 ++-- .../Components/footer/footer.component.html | 2 +- .../src/Components/home/home.component.css | 4 ++-- .../src/Components/home/home.component.html | 2 +- .../Components/navbar/navbar.component.html | 2 +- Interface/src/assets/GenericHero.webp | Bin 0 -> 25366 bytes Interface/src/assets/backlogo.webp | Bin 0 -> 15010 bytes Interface/src/assets/hero-bg.webp | Bin 0 -> 4132 bytes Interface/src/assets/home.webp | Bin 0 -> 125978 bytes Interface/src/assets/logo.webp | Bin 0 -> 6592 bytes Interface/src/assets/team.webp | Bin 0 -> 135054 bytes 12 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 Interface/src/assets/GenericHero.webp create mode 100644 Interface/src/assets/backlogo.webp create mode 100644 Interface/src/assets/hero-bg.webp create mode 100644 Interface/src/assets/home.webp create mode 100644 Interface/src/assets/logo.webp create mode 100644 Interface/src/assets/team.webp diff --git a/Interface/src/Components/about/about.component.html b/Interface/src/Components/about/about.component.html index 89e5b545..fbb6908a 100644 --- a/Interface/src/Components/about/about.component.html +++ b/Interface/src/Components/about/about.component.html @@ -1,7 +1,7 @@
- team + team

diff --git a/Interface/src/Components/footer/footer.component.css b/Interface/src/Components/footer/footer.component.css index 6370a188..e41309d1 100644 --- a/Interface/src/Components/footer/footer.component.css +++ b/Interface/src/Components/footer/footer.component.css @@ -1,5 +1,5 @@ .cta-section { - background: url('../../assets/hero-bg.png'); + background: url('../../assets/hero-bg.webp'); background-repeat: no-repeat; background-position: right; background-color: #0a2640; @@ -144,4 +144,4 @@ .cta-section { width: 90%; } -} \ No newline at end of file +} diff --git a/Interface/src/Components/footer/footer.component.html b/Interface/src/Components/footer/footer.component.html index 1ea784b5..e3551b65 100644 --- a/Interface/src/Components/footer/footer.component.html +++ b/Interface/src/Components/footer/footer.component.html @@ -13,7 +13,7 @@

{{ 'FOOTER_SUBSCRIBE_TITLE' | translate }}

- Description + Description
diff --git a/Interface/src/Components/navbar/navbar.component.html b/Interface/src/Components/navbar/navbar.component.html index 94213fcf..de382c82 100644 --- a/Interface/src/Components/navbar/navbar.component.html +++ b/Interface/src/Components/navbar/navbar.component.html @@ -1,6 +1,6 @@