7+
Digital Awards
diff --git a/components/footer.html b/components/footer.html
index b88c045..76e008a 100644
--- a/components/footer.html
+++ b/components/footer.html
@@ -5,7 +5,7 @@
Copyright © 2026 Mohammed Al-yaseen. All rights reserved.
- Design: TemplateMo
+
diff --git a/components/header.html b/components/header.html
index 120ae51..0500027 100644
--- a/components/header.html
+++ b/components/header.html
@@ -20,7 +20,7 @@
diff --git a/css/templatemo-first-portfolio-style.css b/css/templatemo-first-portfolio-style.css
index 37cce96..d383c8c 100644
--- a/css/templatemo-first-portfolio-style.css
+++ b/css/templatemo-first-portfolio-style.css
@@ -550,6 +550,12 @@ strong {
/*---------------------------------------
ABOUT
-----------------------------------------*/
+
+.object-fit-cover {
+ object-fit: cover;
+ height: 100%;
+}
+
.profile-thumb {
background: var(--white-color);
border-radius: 15px;
@@ -558,11 +564,6 @@ strong {
transition: all 0.3s ease;
}
-.profile-thumb:hover {
- transform: translateY(-5px);
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
-}
-
.profile-title {
margin-bottom: 25px;
padding-bottom: 15px;
@@ -698,11 +699,11 @@ strong {
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
-.about-image:hover {
+/* .about-image:hover {
transform: scale(1.05);
filter: brightness(1.3) contrast(1.2) saturate(1.2);
box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
-}
+} */
.about-thumb {
padding-right: 20px;
@@ -746,10 +747,6 @@ strong {
transition: all ease 0.2s;
}
-.clients-image:hover {
- transform: scale(1.3);
-}
-
/*---------------------------------------
SERVICES
-----------------------------------------*/
@@ -1048,10 +1045,10 @@ strong {
transition: all 0.3s ease;
}
-.contact-info-card:hover {
+/* .contact-info-card:hover {
transform: translateX(10px);
background: rgba(255, 255, 255, 0.15);
-}
+} */
.contact-info-icon {
width: 50px;
@@ -1075,6 +1072,7 @@ strong {
.contact-info-content {
flex-grow: 1;
+ overflow: hidden;
}
.contact-info-content h4 {
@@ -1294,7 +1292,7 @@ strong {
}
.copyright-text {
- border-right: 1px solid var(--border-color);
+ /* border-right: 1px solid var(--border-color); */
padding-right: 25px;
margin-right: 20px;
}
@@ -1745,9 +1743,9 @@ strong {
transition: transform 0.3s ease;
}
-.about-image:hover {
+/* .about-image:hover {
transform: scale(1.05);
-}
+} */
/* Enhance projects section */
.projects-thumb {
diff --git a/index.html b/index.html
index 5c12ab0..0de7f79 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,7 @@
-