Fixed warnings and replaced meta image

This commit is contained in:
Kent Joseph T. Palima
2026-05-02 20:44:35 +08:00
parent 0186bcbd67
commit 404f428f3f
13 changed files with 11 additions and 13 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 714 KiB

After

Width:  |  Height:  |  Size: 714 KiB

+1 -1
View File
@@ -7,7 +7,7 @@ type Props = {
path: string;
};
const Header = ({ path }: Props) => {
const Header = () => {
const [dropdownOpen, setDropdownOpen] = useState(false);
const handleToggleDropdown = () => {
+3 -3
View File
@@ -47,7 +47,7 @@ $margin-top: 1.5rem;
&.landing {
width: 100%;
height: 100%;
background: url('/slider/carousel_1.jpg');
background: url('../../assets/images/slider/carousel_1.jpg');
background-position: center;
background-size: cover;
@@ -83,7 +83,7 @@ $margin-top: 1.5rem;
&.iecep-cares {
width: 100%;
height: 100%;
background: url('/slider/iecepcareslogo.jpg');
background: url('../../assets/images/slider/iecepcareslogo.jpg');
background-position: center;
background-size: cover;
@@ -125,7 +125,7 @@ $margin-top: 1.5rem;
&.get-licensed {
width: 100%;
height: 100%;
background: url('/slider/carousel_3.jpg');
background: url('../../assets/images/slider/get_licensed.jpg');
background-position: center;
background-size: cover;
-2
View File
@@ -13,8 +13,6 @@ import Layout from '../layouts/Layout.astro';
width="500"
height="600"
style="border:none;overflow:hidden"
scrolling="no"
frameborder="0"
allowfullscreen="true"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
</iframe>
+1 -1
View File
@@ -1,4 +1,4 @@
@import './variables.scss';
@use './variables.scss' as *;
.current-members-section {
padding-block: 8rem;
+1 -1
View File
@@ -1,4 +1,4 @@
@import './variables.scss';
@use './variables.scss' as *;
.execomm-section {
padding-block: 8rem;
+5 -5
View File
@@ -1,12 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import 'swiper/scss';
@import 'swiper/scss/navigation';
@import 'swiper/scss/pagination';
@use 'swiper/scss';
@use 'swiper/scss/navigation';
@use 'swiper/scss/pagination';
@import './variables.scss';
@use './variables.scss' as *;
@import '../layouts/layout.scss';
@use '../layouts/layout.scss' as *;
@import '../components/Footer/footer.scss';
@import '../components/Header/header.scss';