diff --git a/.vscode/settings.json b/.vscode/settings.json index 37eaa10..d1d6cca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "navheight", "yaseen", "Zoik" - ] + ], + "liveServer.settings.port": 5501 } \ No newline at end of file diff --git a/components/about.html b/components/about.html index e6305ed..769fd60 100644 --- a/components/about.html +++ b/components/about.html @@ -12,10 +12,10 @@ -

A little bit about Mohammed

+

A little bit about Tuhama

- 👋 Greetings I'm Mohammed, a dedicated software engineer with a passion for creating innovative solutions. + 👋 Greetings I'm Tuhama, a passionate software engineer with a creative approach to problem-solving. My journey in the field of Information Technology began at the Arab International University in 2016, where I pursued a Bachelor's Degree in Computer Software Engineering, graduating in 2021. diff --git a/components/featured.html b/components/featured.html index 9fdac2d..c295bd4 100644 --- a/components/featured.html +++ b/components/featured.html @@ -10,7 +10,7 @@

Name - Mohammed Al-yaseen + Tuhama Qleshi
diff --git a/components/footer.html b/components/footer.html index c4e5701..9cac32c 100644 --- a/components/footer.html +++ b/components/footer.html @@ -4,7 +4,7 @@
diff --git a/css/templatemo-first-portfolio-style.css b/css/templatemo-first-portfolio-style.css index 37cce96..3b19d85 100644 --- a/css/templatemo-first-portfolio-style.css +++ b/css/templatemo-first-portfolio-style.css @@ -11,13 +11,13 @@ https://templatemo.com/tm-578-first-portfolio -----------------------------------------*/ :root { --white-color: #ffffff; - --primary-color: #535da1; - --secondary-color: #14b789; - --section-bg-color: #f9f9f9; - --dark-color: #000000; - --p-color: #717275; - --border-color: #e9eaeb; - --featured-border-color: #727aab; + --primary-color: #ff69b4; /* Hot pink */ + --secondary-color: #ffb6c1; /* Light pink */ + --section-bg-color: #fff5f7; /* Very light pink */ + --dark-color: #4a4a4a; /* Softer dark color */ + --p-color: #666666; + --border-color: #ffd1dc; /* Light pink border */ + --featured-border-color: #ff69b4; --body-font-family: "DM Sans", sans-serif; @@ -143,9 +143,10 @@ strong { } .section-title-wrap { - background: var(--secondary-color); + background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); border-radius: var(--border-radius-small); padding: 10px 30px; + box-shadow: 0 4px 15px rgba(255, 105, 180, 0.2); } /*--------------------------------------- @@ -261,9 +262,10 @@ strong { } .custom-btn { - background: var(--secondary-color); - border-radius: var(--border-radius-large); + background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); + border: none; color: var(--white-color); + box-shadow: 0 4px 15px rgba(255, 105, 180, 0.2); font-weight: var(--font-weight-bold); padding: 12px 24px; } diff --git a/images/happy-bearded-young-man.jpg b/images/happy-bearded-young-man.jpg index 65b8dc9..d00fdcd 100644 Binary files a/images/happy-bearded-young-man.jpg and b/images/happy-bearded-young-man.jpg differ diff --git a/index.html b/index.html index 5c12ab0..16fb847 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - Mohammed Al-yaseen + Tuhama Qleshi