diff --git a/22.jpg b/22.jpg new file mode 100644 index 0000000..458e9de Binary files /dev/null and b/22.jpg differ diff --git a/about.html b/about.html index f6ec97e..73cbd00 100644 --- a/about.html +++ b/about.html @@ -6,8 +6,40 @@ About page + - + + + +
+
+

BOOTCAMP

+

You are welcome to join or contact the + Arena District Athletic Club to learn more about our exceptional offerings.

+ + BOOK NOW +
+ +
+ + + + + diff --git a/card-1.png b/card-1.png new file mode 100644 index 0000000..e1cee59 Binary files /dev/null and b/card-1.png differ diff --git a/card-2.png b/card-2.png new file mode 100644 index 0000000..b538dd4 Binary files /dev/null and b/card-2.png differ diff --git a/card-3.png b/card-3.png new file mode 100644 index 0000000..7a5371c Binary files /dev/null and b/card-3.png differ diff --git a/card-4.png b/card-4.png new file mode 100644 index 0000000..d3d691d Binary files /dev/null and b/card-4.png differ diff --git a/home.html b/home.html index a2219e1..b56d6c5 100644 --- a/home.html +++ b/home.html @@ -8,6 +8,41 @@ - + + + + +
+
+

BOOTCAMP

+

You don't like your the shap of your body and you want to have a harmonious, athletic body , and you don't have the capabilities or necessary + tool +

+

We welecome to the BOOTCAMP Sports Center ,where you will have all the mean to achieve your dream of owning a fit + and healthy athletic body

+

Hurry up to subscribe to the center for a year and have a discount of 70% hurry up and join us to + achieve your dreams +

+ + BOOK NOW +
+ +
+ + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..8a61ece Binary files /dev/null and b/logo.png differ diff --git a/style/style.css b/style/style.css index e69de29..0221ef7 100644 --- a/style/style.css +++ b/style/style.css @@ -0,0 +1,68 @@ +#header +{ + background-color: white; + color: aquamarine; + font-family: Arial, Helvetica, sans-serif; + text-align: center; + font-size: large; + + + + display:flex; + justify-content: space-between; + align-items: center; + padding:0px 40px 50px 0px ; + +} +#nav a +{ + padding: 10px; + margin:0px 10px + +} +#nav a:hover +{ + color:rgb(132, 232, 74); + cursor:pointer; +} +#prog +{ + + display:flex; + flex-direction: column; + align-items: center; + padding:0px 0px 40px 0px ; + + +} +#prog-text +{ + + text-align:center; + width: 50%; + margin:0px 50px 0px 100px; + padding:0px 0px 0px 0px + + +} +#prog a +{ + padding: 40px; + color: rgb(247, 2, 2); + font-size: 30px; +} + +#prog a:hover +{ + color:rgb(132, 232, 74); + cursor:pointer; +} + +#footer +{ + + background-color:rgb(150, 185, 83); + color: bisque; + font-family: Arial, Helvetica, sans-serif; + text-align: center; +} \ No newline at end of file diff --git a/unnamed.jpg b/unnamed.jpg new file mode 100644 index 0000000..b22cdcf Binary files /dev/null and b/unnamed.jpg differ