diff --git a/README.md b/README.md index 9197fcd..fb2517b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,26 @@ -# Fitness-house -a website that give the user the ability to search about Gyms suits him + +
+
+ + Logo + + +

Fit house - فت هاوس

+ +

+ A website that give the user the ability to search about Gyms suits him +
+
+ View Demo + · + Design Link + · + Report Bug + · + Request Feature +

+
-[View Demo](https://fit-house.herokuapp.com/) . [Design Link](https://www.figma.com/file/qGg34gxhl1FXBYBlldKiYy/%D8%AA%D9%85%D8%B1%D9%8A%D9%86) · [Report Bug](https://github.com/GSG-G11/Fitness-house/issues) · [Request Feature](https://github.com/GSG-G11/Fitness-house/issues)
Table of Contents @@ -45,9 +64,10 @@ a website that give the user the ability to search about Gyms suits him
+ ### About The Project -![](https://i.imgur.com/aBY2TC6.png) +![about the project](https://user-images.githubusercontent.com/38624002/171005793-537ea717-485c-4f80-b2b8-e98f1d058652.png) ### Problem diff --git a/client/public/index.html b/client/public/index.html index c501f3f..78d925b 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -27,7 +27,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Fitness House + Fit House diff --git a/client/public/logo.png b/client/public/logo.png new file mode 100644 index 0000000..11b63aa Binary files /dev/null and b/client/public/logo.png differ diff --git a/client/src/Components/HomePage/Slider/Style.css b/client/src/Components/HomePage/Slider/Style.css index 354443c..e2426d9 100644 --- a/client/src/Components/HomePage/Slider/Style.css +++ b/client/src/Components/HomePage/Slider/Style.css @@ -18,8 +18,8 @@ } .background { - background: rgb(38, 104, 122); - background: linear-gradient(150deg, #26687a77 0%, #a5c9e84c 100%); + background: #ffffff; + background: linear-gradient(150deg, #4b919248 0%, #86c1c215 100%); height: 100%; width: 100%; position: absolute; diff --git a/client/src/Components/HomePage/Slider/index.jsx b/client/src/Components/HomePage/Slider/index.jsx index a851cdc..b43f9b7 100644 --- a/client/src/Components/HomePage/Slider/index.jsx +++ b/client/src/Components/HomePage/Slider/index.jsx @@ -4,16 +4,13 @@ import SimpleImageSlider from "react-simple-image-slider"; const images = [ { - url: "https://bit.ly/3skUbkM", + url: "https://user-images.githubusercontent.com/38624002/171004645-076d1913-6820-4758-b1b8-23fa482dc1f6.png", }, { - url: "https://bit.ly/3siJZsQ", + url: "https://user-images.githubusercontent.com/38624002/171003628-f1102917-7af5-471c-afc1-20a0c793180f.png", }, { - url: "https://bit.ly/3KVru4l", - }, - { - url: "https://bit.ly/3vUpdCn", + url: "https://user-images.githubusercontent.com/38624002/171004408-4050e3da-19d6-4903-9ab0-cfba812b4051.png", }, ]; @@ -25,7 +22,7 @@ function Slider() { width="100%" loop autoPlay - autoPlayDelay={5.0} + autoPlayDelay={10} height={504} images={images} showBullets diff --git a/client/src/Components/Layout/Navbar/index.jsx b/client/src/Components/Layout/Navbar/index.jsx index 1625d7a..e1fb09a 100644 --- a/client/src/Components/Layout/Navbar/index.jsx +++ b/client/src/Components/Layout/Navbar/index.jsx @@ -3,6 +3,7 @@ import { Link } from "react-router-dom"; import { useDispatch, useSelector } from "react-redux"; import { + Avatar, Box, Button, Divider, @@ -137,7 +138,11 @@ function Navbar() {
- فت هاوس +
    {listNavbar.map(({ link, text }) => ( @@ -156,11 +161,15 @@ function Navbar() {
- {/* For mobile Version */} + {/* For mobile Version */}