diff --git a/assets/css/main.css b/assets/css/main.css index 9c3db3e..25c709f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -438,12 +438,25 @@ a:hover { height: 100%; z-index: 1; flex-shrink: 0; + background-color: var(--primary-color); + overflow: hidden; } .hero-image img { width: 100%; height: 100%; object-fit: cover; + display: block; + animation: fadeIn 0.3s ease-in; +} + +@keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } } .hero-nav { diff --git a/assets/images/about.webp b/assets/images/about.webp new file mode 100644 index 0000000..ccb9812 Binary files /dev/null and b/assets/images/about.webp differ diff --git a/assets/images/hero-1.webp b/assets/images/hero-1.webp new file mode 100644 index 0000000..5e228d4 Binary files /dev/null and b/assets/images/hero-1.webp differ diff --git a/assets/images/hero-2.webp b/assets/images/hero-2.webp new file mode 100644 index 0000000..3032709 Binary files /dev/null and b/assets/images/hero-2.webp differ diff --git a/assets/images/hero-3.webp b/assets/images/hero-3.webp new file mode 100644 index 0000000..b46cc8a Binary files /dev/null and b/assets/images/hero-3.webp differ diff --git a/index.html b/index.html index fc7c625..5e9374d 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,11 @@ + + + + + @@ -52,13 +57,13 @@