diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..b58b603f
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/Retro.iml b/.idea/Retro.iml
new file mode 100644
index 00000000..24643cc3
--- /dev/null
+++ b/.idea/Retro.iml
@@ -0,0 +1,12 @@
+
+
Stay connected with us on social media for the latest updates, latest collection, and vintage adventures. + + + + + + +
Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
-Stay connected with us on social media for the latest updates, recipes, and foodie adventures.
diff --git a/Html-files/menu.html b/Html-files/menu.html index 59189197..1a94abb0 100644 --- a/Html-files/menu.html +++ b/Html-files/menu.html @@ -202,6 +202,33 @@ transform: rotate(360deg); } } + +.social-icons a { + font-size: 1.2rem; + padding: 8px; + margin: 15px; + text-decoration: none; + color: rgb(18, 16, 16); +} + +.social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ +} +.fa-brands.fa-facebook:hover { + color: #3B5998 !important; +} + +.fa-brands.fa-instagram:hover { + color: #D62976 !important; +} + +.fa-brands.fa-x-twitter:hover { + color: #181e20 !important; +} @@ -568,9 +595,12 @@Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
diff --git a/Html-files/services.html b/Html-files/services.html index 5039f699..58da5ae9 100644 --- a/Html-files/services.html +++ b/Html-files/services.html @@ -170,6 +170,32 @@ 100% { transform: rotate(360deg); } +} +.social-icons a { + font-size: 1.2rem; + padding: 8px; + margin: 15px; + text-decoration: none; + color: rgb(18, 16, 16); +} + +.social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ +} +.fa-brands.fa-facebook:hover { + color: #3B5998 !important; +} + +.fa-brands.fa-instagram:hover { + color: #D62976 !important; +} + +.fa-brands.fa-x-twitter:hover { + color: #181e20 !important; } @@ -397,9 +423,12 @@Stay connected with us on social media for the latest updates, latest collection, and vintage adventures. diff --git a/Images/biryani.jpg b/Images/biryani.jpg new file mode 100644 index 00000000..b1992e21 Binary files /dev/null and b/Images/biryani.jpg differ diff --git a/Images/candy.jpg b/Images/candy.jpg new file mode 100644 index 00000000..e2831ffc Binary files /dev/null and b/Images/candy.jpg differ diff --git a/Images/plate_mismatch.jpg b/Images/plate_mismatch.jpg new file mode 100644 index 00000000..5acfc46d Binary files /dev/null and b/Images/plate_mismatch.jpg differ diff --git a/index.html b/index.html index 9da0dd68..ead4a3b1 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - +