diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /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/HarryFitnessWebsite.iml b/.idea/HarryFitnessWebsite.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/HarryFitnessWebsite.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3b38f6a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 8bfa982..ff53ed7 100644 --- a/index.html +++ b/index.html @@ -34,10 +34,7 @@

The best fitness Gym in the town is here

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequuntur - error corporis fugit dolore adipisci aperiam omnis nisi dolores hic eius in ex id iure, ea - sunt asperiores et voluptatibus dignissimos autem maiores molestias dolor rem delectus - quidem! Inventore.

+

Welcome to our fitness website! Here, you'll find everything you need to get on the path to a healthier and happier you. Whether you're a beginner or a seasoned fitness enthusiast, our team of certified personal trainers and experts will provide you with the knowledge and support you need to reach your goals. From strength training and weight loss, to nutrition and wellness, we have it all. Browse our site to learn more, and don't hesitate to reach out if you have any questions. Let's get fit together!

The deal ends in

@@ -148,6 +145,7 @@

Compare Plans

+

diff --git a/style.css b/style.css index 4415ec8..42a8af8 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ .container{ max-width: 80vw; - font-family: 'Ubuntu', sans-serif; + font-family: ejavu Sans, Arial, Verdana, sans-serif; } .navbar{