diff --git a/Project/Fee Structure.html b/Project/Fee Structure.html index 1f4a535..25db4a4 100644 --- a/Project/Fee Structure.html +++ b/Project/Fee Structure.html @@ -1,25 +1,57 @@ - + + + + + Fee Structure - + + -
- - -
- - -//The provided HTML document creates a webpage titled "Fee Structure." It incorporates a simple structure with a header section containing the title, an embedded stylesheet, and a script to disable the right-click context menu. The body of the webpage includes a styled box with an image. The title, set by the `` tag in the `<head>` section, is "Fee Structure." -//The embedded stylesheet, defined within the `<style>` tags, introduces a CSS rule for a class named "box." The rule specifies that elements with the "box" class should be displayed as blocks and have padding of 12 pixels at the top and bottom, as well as 120 pixels on the left and right. -//The script inside the `<script>` tags uses JavaScript to prevent the default context menu from appearing when the user right-clicks on the webpage. This is achieved by listening for the 'contextmenu' event and calling `event.preventDefault()` to suppress the default behavior. -//The body of the webpage contains a `<div>` element with the class "box." This div encloses an `<img>` tag that displays an image named "Fee Structure.png." The image has specified dimensions of 1100 pixels in width and 500 pixels in height. -//In summary, the HTML document defines a straightforward webpage with a title, a styled box containing an image, and a script to disable right-click functionality, possibly used to protect the image or prevent users from accessing the context menu. The styling ensures a visually appealing presentation of the image within the designated box on the webpage.*/ + + <!-- Navbar HTML --> + + <header class="header"> + + <div class="left"> + <img src="img/dumbbell.png" alt=""> + <div> + Intesity Gym + </div> + </div> + <div class="mid"> + <ul class="navbar"> + <li><a href="home.html" >Home</a></li> + <li><a href="./Gallery/Gallery.html">Gallery</a></li> + <li><a href="./Services/our services.html">Services</a></li> + <li><a href="Registration Form.html">Registration Form</a></li> + <li><a href="#" class="active">Fee Structure</a></li> + </ul> + </div> + <div class="right"> + <script src="https://apps.elfsight.com/p/platform.js" defer></script> + <button class="btn" onclick="Redirect()">Login here</button> + <a href="mailto:atharvkshirsagar106@gmail.com"> + <button class="btn">Email Us</button> + </a> + </div> + </header> + + <!-- Page HTML --> + + <div class="box"> + <img src="Fee Structure.png" alt="Fee Structure" width="800" height="480"> + </div> +</body> + +</html> \ No newline at end of file diff --git a/Project/FeeStructureAP b/Project/FeeStructureAP deleted file mode 100644 index bcaf4ed..0000000 --- a/Project/FeeStructureAP +++ /dev/null @@ -1,119 +0,0 @@ -<!DOCTYPE html> - -<html> - -<head> - -<title>Randomly Modified Image Gallery - - - - - - - - - - - -
- -

Modified Photo Gallery

- -
- -
- -
- -
- - Image 1 - -
- -
- - Image 2 - -
- -
- - Image 3 - -
- -
- - Image 5 - -
- -
- - Image 4 - -
- -
- - Image 6 - -
- -
- - Image 7 - -
- -
- - Image 8 - -
- -
- -
- - diff --git a/Project/FeeStructure_Apurva.html b/Project/FeeStructure_Apurva.html deleted file mode 100644 index 72743ce..0000000 --- a/Project/FeeStructure_Apurva.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - Fee Structure - - - - - -
- Fee Structure -
- - - /*The provided HTML document has been updated to create a webpage titled "Fee Structure" with improved styling. Here's a description of the changes and the overall structure of the updated code: - -1. **Title**: The webpage title remains "Fee Structure." - -2. **Stylesheet**: The ` - - - -
- - -
- - -//The provided HTML document creates a webpage titled "Fee Structure." It incorporates a simple structure with a header section containing the title, an embedded stylesheet, and a script to disable the right-click context menu. The body of the webpage includes a styled box with an image. The title, set by the `` tag in the `<head>` section, is "Fee Structure." -//The embedded stylesheet, defined within the `<style>` tags, introduces a CSS rule for a class named "box." The rule specifies that elements with the "box" class should be displayed as blocks and have padding of 12 pixels at the top and bottom, as well as 120 pixels on the left and right. -//The script inside the `<script>` tags uses JavaScript to prevent the default context menu from appearing when the user right-clicks on the webpage. This is achieved by listening for the 'contextmenu' event and calling `event.preventDefault()` to suppress the default behavior. -//The body of the webpage contains a `<div>` element with the class "box." This div encloses an `<img>` tag that displays an image named "Fee Structure.png." The image has specified dimensions of 1100 pixels in width and 500 pixels in height. -//In summary, the HTML document defines a straightforward webpage with a title, a styled box containing an image, and a script to disable right-click functionality, possibly used to protect the image or prevent users from accessing the context menu. The styling ensures a visually appealing presentation of the image within the designated box on the webpage.*/ diff --git a/Project/Gallery.html b/Project/Gallery.html deleted file mode 100644 index db69039..0000000 --- a/Project/Gallery.html +++ /dev/null @@ -1,129 +0,0 @@ -<!DOCTYPE html> - -<html> - -<head> - -<title>Image Gallery - - - - - - - - - - - -
- -

Photo gallary

- -
- -
- -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- - - -
- - diff --git a/Project/Gallery/Gallery.html b/Project/Gallery/Gallery.html new file mode 100644 index 0000000..01c67e2 --- /dev/null +++ b/Project/Gallery/Gallery.html @@ -0,0 +1,76 @@ + + + + + Gallary + + + + + +
+ +
+ +
+ Intesity Gym +
+
+
+ +
+
+ + + + + +
+ +
+
+

Photo Gallery

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/Project/img1.jpg b/Project/Gallery/Img/img1.jpg similarity index 100% rename from Project/img1.jpg rename to Project/Gallery/Img/img1.jpg diff --git a/Project/img2.jpg b/Project/Gallery/Img/img2.jpg similarity index 100% rename from Project/img2.jpg rename to Project/Gallery/Img/img2.jpg diff --git a/Project/img3.jpg b/Project/Gallery/Img/img3.jpg similarity index 100% rename from Project/img3.jpg rename to Project/Gallery/Img/img3.jpg diff --git a/Project/img4.jpg b/Project/Gallery/Img/img4.jpg similarity index 100% rename from Project/img4.jpg rename to Project/Gallery/Img/img4.jpg diff --git a/Project/img5.jpg b/Project/Gallery/Img/img5.jpg similarity index 100% rename from Project/img5.jpg rename to Project/Gallery/Img/img5.jpg diff --git a/Project/img6.jpg b/Project/Gallery/Img/img6.jpg similarity index 100% rename from Project/img6.jpg rename to Project/Gallery/Img/img6.jpg diff --git a/Project/img7.jpg b/Project/Gallery/Img/img7.jpg similarity index 100% rename from Project/img7.jpg rename to Project/Gallery/Img/img7.jpg diff --git a/Project/img8.jpg b/Project/Gallery/Img/img8.jpg similarity index 100% rename from Project/img8.jpg rename to Project/Gallery/Img/img8.jpg diff --git a/Project/Gallery/gallery.css b/Project/Gallery/gallery.css new file mode 100644 index 0000000..41789e7 --- /dev/null +++ b/Project/Gallery/gallery.css @@ -0,0 +1,127 @@ +*{ + margin: 0; + padding: 0; +} + +body { + background: black; +} + +header { + border: 1px solid #787474; + background-color: rgba(0,0,0,0.6); + background-blend-mode: darken; + display: flex; + justify-content: space-between; +} + +.left { + display: flex; + flex-direction: column; + margin-left: 30px; + /*border: 2px solid red;*/ +} + +.left:hover { + cursor: pointer; +} + +.left img { + width: 120px; + filter: invert(100%); +} + +.left div { + position: relative; + top: -10px; + font-size: 20px; + font-weight: bolder; + text-align: center; + color: white; +} + +.mid { + align-self: center; + /* border: 2px solid green; */ +} + +.right { + align-self: center; + /*border: 2px solid yellow;*/ +} + +.navbar { + display: flex; + justify-content: center; + /* border: 1px solid #e5e2e2; */ +} + +.navbar li { + /* border: 1px solid #e5e2e2; */ + /* display: inline-block; */ + align-self: center; + text-align: center; + list-style: none; + font-size: 23px; +} + +.navbar li a { + color: white; + text-decoration: none; + text-align: center; + padding: 10px 50px; +} + +.navbar li a:hover, +.navbar li a.active { + /* text-decoration: underline; */ + color: gray; +} + +.btn { + /*border: 2px solid gray;*/ + border: none; + background-color: rgb(30, 30, 30); + color: white; + cursor: pointer; + border-radius: 8px; + font-family: "Baloo Bhaina 2", cursive; + font-size: 20px; + /* margin: 20px auto; */ + /* margin: 0px 9px; */ + /* padding: 4px 14px; */ + width: 120px; +} + +button:hover { + background-color: rgb(213, 211, 211); + color: black; +} + +.container { + color: white; +} + +.box { + width: 100vw; + display: flex; + flex-wrap: wrap; + backdrop-filter: blur(5px); +} + +.gallary { + margin: auto; + border: 1px solid #ccc; + float: left; +} + +.gallary img { + width: 500px; + height: auto; +} + +.container h1 { + text-align: center; + margin: 50px; + font-family: 'Baloo Bhaina 2', cursive; +} diff --git a/Project/Gym.html b/Project/Gym.html deleted file mode 100644 index 0e91817..0000000 --- a/Project/Gym.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - Fee Structure - - - - -
- Fee Structure -
- - diff --git a/Project/GymAP.html b/Project/GymAP.html deleted file mode 100644 index 599bc63..0000000 --- a/Project/GymAP.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - New Fee Information - - - - -
- New Fee Structure -
- - diff --git a/Project/Image gallery.html b/Project/Image gallery.html deleted file mode 100644 index db69039..0000000 --- a/Project/Image gallery.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -Image Gallery - - - - - - - - - - - -
- -

Photo gallary

- -
- -
- -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- - - -
- - diff --git a/Project/ImageGalleryTejaswini.html b/Project/ImageGalleryTejaswini.html deleted file mode 100644 index dd7601f..0000000 --- a/Project/ImageGalleryTejaswini.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Modified Image Gallery - - - - - - - - -
-

Updated Photo Gallery

-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - - diff --git a/Project/LoginPage.html b/Project/LoginPage.html index 0d4d3b5..ec446c0 100644 --- a/Project/LoginPage.html +++ b/Project/LoginPage.html @@ -1,111 +1,76 @@ - + + + + + + Intensity Gym Member's Login + + + + + +
+
+
+
+
+

Gym Member's Login

+
+
+
+
+ +
+
+
+ +
+ + Show Password + +
+
+
+ +
+
+
+
+
+
+ + + + + + - - - -
-

Gym Member's Login

-
-
- -
-
-

-
-
- Show Password -
- - - - -
-
- + + \ No newline at end of file diff --git a/Project/Registration Form.html b/Project/Registration Form.html index 60f6580..b6f2b2e 100644 --- a/Project/Registration Form.html +++ b/Project/Registration Form.html @@ -1,226 +1,113 @@ + -Registration Form - - + function Display() { + var str = document.getElementById("MBphone").value; + var sex = document.querySelector('input[name="gender"]:checked'); + var first = document.getElementById("fname").value; + var last = document.getElementById("lname").value; + var emailid = document.getElementById("ename").value; + var pass1 = document.getElementById("tf1").value; + var pass2 = document.getElementById("tf2").value; + if (!first || !last || !emailid || !pass1 || !pass2 || !str || !sex) { + alert("Please Fill the Form!!"); + } else if (str.length != 10) { + alert("Invalid Mobile Number, required 10 digits"); + } else if (pass1 != pass2) { + alert("Password does not match"); + } else { + alert("Your data has been submitted Successfully!!"); + location.replace("LoginPage.html"); + } + } + function myFunction1() { + var x = document.getElementById("tf1"); + if (x.type === "password") { + x.type = "text"; + } else { + x.type = "password"; + } + } + function myFunction() { + var x = document.getElementById("tf2"); + if (x.type === "password") { + x.type = "text"; + } else { + x.type = "password"; + } + } + document.addEventListener('contextmenu', event => event.preventDefault()); + - - -

Registration Form

-
-

Register Here

-
- -
-

-
-

- -
-

- -
- - -

- -

- - -
- Show Password

- -
-
- Show Password

- -
- -    - -    - -

- - -
-
- - + +
+ +
+ +
+ Intesity Gym +
+
+
+ +
+
+ + + + + +
+ +
+

Registration Form

+
+

Register Here

+
+
+

+
+

+
+ +

+

+ + + Show Password

+
+ + Show Password

+
+ +    + +    + +

+ +
+
+ + + \ No newline at end of file diff --git a/Project/Registration.html b/Project/Registration.html deleted file mode 100644 index 08ce673..0000000 --- a/Project/Registration.html +++ /dev/null @@ -1,221 +0,0 @@ - -Registration Form - - - - - -

Registration Form

-
-

Register Here

-
- -
-

- -
-

- -
- - -

- -

- - -
- Show Password

- -
-
- Show Password

- -
- -    - -    - -

- - -
-
- - diff --git a/Project/RegistrationFormTejaswini.html b/Project/RegistrationFormTejaswini.html deleted file mode 100644 index 1dda45b..0000000 --- a/Project/RegistrationFormTejaswini.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Updated Registration Form - - - - - - - -

Updated Registration Form -Registration Form - - - - - -

Registration Form

-
-

Register Here

-
- -
-

- -
-

- -
- - -

- -

- - -
- Show Password

- -
-
- Show Password

- -
- -    - -    - -

- - -
-
- - diff --git a/Project/Registrer-style.css b/Project/Registrer-style.css new file mode 100644 index 0000000..1c40f51 --- /dev/null +++ b/Project/Registrer-style.css @@ -0,0 +1,182 @@ +/* Navbar CSS */ + +header { + border: 1px solid #787474; + background-color: rgba(0, 0, 0, 0.6); + background-blend-mode: darken; + display: flex; + justify-content: space-between; +} + +.left { + display: flex; + flex-direction: column; + margin-left: 30px; + /*border: 2px solid red;*/ +} + +.left:hover { + cursor: pointer; +} + +.left img { + width: 120px; + filter: invert(100%); +} + +.left div { + position: relative; + top: -10px; + font-size: 20px; + color: white; + font-weight: bolder; + text-align: center; +} + +.mid { + align-self: center; + /* border: 2px solid green; */ +} + +.right { + align-self: center; + /*border: 2px solid yellow;*/ +} + +.navbar { + display: flex; + justify-content: center; + /* border: 1px solid #e5e2e2; */ +} + +.navbar li { + /* border: 1px solid #e5e2e2; */ + /* display: inline-block; */ + align-self: center; + text-align: center; + list-style: none; + font-size: 23px; +} + +.navbar li a { + color: white; + text-decoration: none; + text-align: center; + padding: 10px 50px; +} + +.navbar li a:hover, +.navbar li a.active { + /* text-decoration: underline; */ + color: gray; +} + +.btn { + /*border: 2px solid gray;*/ + border: none; + background-color: rgb(30, 30, 30); + color: white; + cursor: pointer; + border-radius: 8px; + font-family: "Baloo Bhaina 2", cursive; + font-size: 20px; + /* margin: 20px auto; */ + /* margin: 0px 9px; */ + /* padding: 4px 14px; */ + width: 120px; +} + +button:hover { + background-color: rgb(213, 211, 211); + color: black; +} + +/* Registration Page CSS */ + +body { + margin: 0; + padding: 0; + background-image: url(img/sport.jpg); + background-size: cover; + font-family: Arial, sans-serif; +} + +h1 { + text-align: center; + padding: 30px 0; + color: white; +} + +.register { + background: rgba(0, 0, 0, 0.7); + width: 700px; + height: 800px; + margin: 50px auto; + color: white; + font-size: 23px; + padding: 100px; + padding-top: 50px; + border-radius: 10px; + /* transform: scale(1.4); */ +} + +h2 { + text-align: center; + padding-bottom: 50px; + color: white; +} + +label { + color: white; + font-family: sans-serif; + font-size: 25px; + font-style: italic; +} + +input[type="text"], +input[type="number"], +input[type="email"], +input[type="password"] { + width: 300px; + border: none; + border-radius: 3px; + outline: 0; + height: 25px; + font-size: 20px; + padding: 5px 10px; + margin: 5px 0; +} + +input[type="checkbox"], +input[type="radio"] { + cursor: pointer; +} + +#ph { + width: 70px; + padding: 5px 10px; + border: none; + height: 30px; + border-radius: 3px; + outline: 0; +} + +#sub { + font-family: 'Baloo Bhaina 2', cursive; + background-color: rgb(47, 46, 46); + width: 200px; + padding: 10px 14px; + margin: 10px 0; + font-size: 18px; + font-weight: 600; + border: none; + border-radius: 8px; + outline: 0; + cursor: pointer; + color: white; +} + +#sub:hover { + background-color: rgb(197, 193, 193); + color: black; +} \ No newline at end of file diff --git a/Project/Health club.png b/Project/Services/Img/Health club.png similarity index 100% rename from Project/Health club.png rename to Project/Services/Img/Health club.png diff --git a/Project/STEAM BATH.png b/Project/Services/Img/STEAM BATH.png similarity index 100% rename from Project/STEAM BATH.png rename to Project/Services/Img/STEAM BATH.png diff --git a/Project/Special training.png b/Project/Services/Img/Special training.png similarity index 100% rename from Project/Special training.png rename to Project/Services/Img/Special training.png diff --git a/Project/ZUMBA DANCE.png b/Project/Services/Img/ZUMBA DANCE.png similarity index 100% rename from Project/ZUMBA DANCE.png rename to Project/Services/Img/ZUMBA DANCE.png diff --git a/Project/Services/our services.html b/Project/Services/our services.html new file mode 100644 index 0000000..8cf697c --- /dev/null +++ b/Project/Services/our services.html @@ -0,0 +1,94 @@ + + + + + + Our Services + + + + + +
+ +
+ +
+ Intesity Gym +
+
+
+ +
+
+ + + + + +
+ +
+
+
+
+
+
+
+
+
+

HEALTH CARE

+

fitness information or exercise is + a key of consideration for maintaining + health. Along with healthy eating, its one + of the most important things a person can + do keep a healthy weight.

+ Read more +
+
+
+
+
+
+
+

SPECIAL TRAINER

+

Special Trainer avilable in this gym. + For making fastest fitness or body + Special trainer is important. Trainer + can train you about all workouts which is + given in chart.

+ Read more +
+
+
+
+
+
+
+

STEAM BATH

+

A steambath is a steam-filled room for the + purpose of relaxation and cleansing. its + along history, going back to greek and + roman times. It is so easy.

+ Read more +
+
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/Project/page1.html b/Project/Services/page1.html similarity index 74% rename from Project/page1.html rename to Project/Services/page1.html index 3b74fbc..0bc33b3 100644 --- a/Project/page1.html +++ b/Project/Services/page1.html @@ -1,18 +1,18 @@ - - - HEALTH CLUB - - - -
- - - - -
+ + + HEALTH CLUB + + + +
+ + + + +
\ No newline at end of file diff --git a/Project/page2.html b/Project/Services/page2.html similarity index 69% rename from Project/page2.html rename to Project/Services/page2.html index 450113f..75f1ffc 100644 --- a/Project/page2.html +++ b/Project/Services/page2.html @@ -1,15 +1,15 @@ - - - Special Trainer - - - -
- -
+ + + Special Trainer + + + +
+ +
\ No newline at end of file diff --git a/Project/page3.html b/Project/Services/page3.html similarity index 79% rename from Project/page3.html rename to Project/Services/page3.html index 51827b3..af95e4f 100644 --- a/Project/page3.html +++ b/Project/Services/page3.html @@ -1,17 +1,17 @@ - - - STEAM BATH - - - -
-

The below image is depicting a steam bath !!!

- -

Please observe the above image carefully

-
- + + + STEAM BATH + + + +
+

The below image is depicting a steam bath !!!

+ +

Please observe the above image carefully

+
+ diff --git a/Project/Services/services.css b/Project/Services/services.css new file mode 100644 index 0000000..8808614 --- /dev/null +++ b/Project/Services/services.css @@ -0,0 +1,217 @@ +*{ + margin: 0; + padding: 0; +} +header { + border: 1px solid #787474; + background-color: rgba(0, 0, 0, 0.6); + background-blend-mode: darken; + display: flex; + width: 100%; + position: absolute; + justify-content: space-between; +} + +.left { + display: flex; + flex-direction: column; + margin-left: 30px; + /*border: 2px solid red;*/ +} + +.left:hover { + cursor: pointer; +} + +.left img { + width: 120px; + filter: invert(100%); +} + +.left div { + position: relative; + color: white; + top: -10px; + font-size: 20px; + font-weight: bolder; + text-align: center; +} + +.mid { + align-self: center; + /* border: 2px solid green; */ +} + +.right { + align-self: center; + /*border: 2px solid yellow;*/ +} + +.navbar { + display: flex; + justify-content: center; + /* border: 1px solid #e5e2e2; */ +} + +.navbar li { + /* border: 1px solid #e5e2e2; */ + /* display: inline-block; */ + align-self: center; + text-align: center; + list-style: none; + font-size: 23px; +} + +.navbar li a { + color: white; + text-decoration: none; + text-align: center; + padding: 10px 50px; +} + +.navbar li a:hover, +.navbar li a.active { + /* text-decoration: underline; */ + color: gray; +} + +.btn { + /*border: 2px solid gray;*/ + border: none; + background-color: rgb(30, 30, 30); + color: white; + cursor: pointer; + border-radius: 8px; + font-family: "Baloo Bhaina 2", cursive; + font-size: 20px; + /* margin: 20px auto; */ + /* margin: 0px 9px; */ + /* padding: 4px 14px; */ + width: 120px; +} + +button:hover { + background-color: rgb(213, 211, 211); + color: black; +} + +body::before { + content: ""; + position: absolute; + left: 0; + width: 100%; + height: 100%; + background: url('../img/cocktail.jpg'); + /* background-repeat: no-repeat; */ + background-size: cover; + filter: blur(20px); + + opacity: 0.9; + +} + +.demo{ + margin-top: 150px; +} + +.servicebox { + padding: 130px 20px 10px; + /* display: inline-block; */ + text-align: center; + border-radius: 25x; + overflow: hidden; + position: relative; +} + +.servicebox .service-icon { + display: inline-block; + width: 200px; + height: 200px; + line-height: 300px; + border-radius: 50%; + box-shadow: 0 0 5px #000 inset; + background: linear-gradient(to top, #8633cb, #884fb7 50%, #6d6e72 50%); + font-size: 50px; + color: white; + position: absolute; + top: -90px; + left: 50%; + transform: scale(1) translateX(-50%); + transition: all 0.9s ease 0s; +} + +/* .servicebox:hover .service_icon { + font-size: 65px; +} */ + +.servicebox .title { + font-size: 18px; + font-weight: 700; + color: #000000; + letter-spacing: 1px; + text-transform: uppercase; + margin: 0 0 10px o; +} + +.servicebox:hover .title { + color: #8a14c1; +} + +.servicebox .description { + border: #aca6c0; + border-width: 3px; + border-style: outset; + padding: 0px 226px; + font-size: 20px; + color: #ffffff; + line-height: 36px; + letter-spacing: 4px; + margin-bottom: 4px; +} + +.servicebox .read-more { + display: inline-block; + padding: 5px 15px; + font-size: 14px; + font-size: italic; + color: white; + background: linear-gradient(to top, #8633cb, #884fb7); + border-radius: 10px 10px 0 0; + transform: translateY(50px); + opacity: 0; + transition: all 0.3s ease 0s; +} + +.servicebox .read-more:hover { + color: white; + box-shadow: 0 0 5px #000; +} + +.servicebox:hover .read-more { + transform: translateY(0); + opacity: 1; +} + +.servicebox.yellow .service-icon { + background: linear-gradient(totop, #f1b02b, #fddb18 50%, #6d6e7250); +} + +/* .servicebox.yellow:hover .title { + color: #8939cb; +} */ +/* +.servicebox.yellow.read-more { + background: linear-gradient(totop, #f1b02b, #fddb18); +} */ + +/* .servicebox.green.service-icon { + background: linear-gradient(totop, #50c338, #9dea28 50%, #6d6e7250); +} */ + +/* .servicebox.green:hover .title { + color: #8939cb; +} */ + +/* .servicebox.green.read-more { + background: linear-gradient(totop,#50c338, #9dea28); +} */ \ No newline at end of file diff --git a/Project/fee-style.css b/Project/fee-style.css new file mode 100644 index 0000000..7f4c820 --- /dev/null +++ b/Project/fee-style.css @@ -0,0 +1,118 @@ +/* Page CSS */ + +body { + margin: 0; + padding: 0; + background-color: #8e8b8b; + /* Background color */ + font-family: Arial, sans-serif; +} + +.box { + text-align: center; + padding: 50px; + /* Add more padding for spacing */ +} + +.box img { + /* max-width: 100%; */ + /* aspect-ratio: auto; */ + width: 1700px; + height: auto; + /* Make sure the image doesn't exceed its container */ + box-shadow: -10px 10px 100px rgba(227, 223, 223, 0.3); + /* Add a subtle shadow */ +} + +/* Navbar CSS */ + +header { + border: 1px solid #787474; + background-color: rgba(0,0,0,0.6); + background-blend-mode: darken; + display: flex; + justify-content: space-between; +} + +.left { + display: flex; + flex-direction: column; + margin-left: 30px; + /*border: 2px solid red;*/ +} + +.left:hover { + cursor: pointer; +} + +.left img { + width: 120px; + filter: invert(100%); +} + +.left div { + position: relative; + top: -10px; + color: white; + font-size: 20px; + font-weight: bolder; + text-align: center; +} + +.mid { + align-self: center; + /* border: 2px solid green; */ +} + +.right { + align-self: center; + /*border: 2px solid yellow;*/ +} + +.navbar { + display: flex; + justify-content: center; + /* border: 1px solid #e5e2e2; */ +} + +.navbar li { + /* border: 1px solid #e5e2e2; */ + /* display: inline-block; */ + align-self: center; + text-align: center; + list-style: none; + font-size: 23px; +} + +.navbar li a { + color: white; + text-decoration: none; + text-align: center; + padding: 10px 50px; +} + +.navbar li a:hover, +.navbar li a.active { + /* text-decoration: underline; */ + color: gray; +} + +.btn { + /*border: 2px solid gray;*/ + border: none; + background-color: rgb(30, 30, 30); + color: white; + cursor: pointer; + border-radius: 8px; + font-family: "Baloo Bhaina 2", cursive; + font-size: 20px; + /* margin: 20px auto; */ + /* margin: 0px 9px; */ + /* padding: 4px 14px; */ + width: 120px; +} + +button:hover { + background-color: rgb(213, 211, 211); + color: black; +} \ No newline at end of file diff --git a/Project/feesStructure_Nikam.html b/Project/feesStructure_Nikam.html deleted file mode 100644 index a7085f8..0000000 --- a/Project/feesStructure_Nikam.html +++ /dev/null @@ -1,26 +0,0 @@ - - - Fee Structure - - - - -
- -
- - -//The provided HTML document creates a webpage titled "Fee Structure." It incorporates a simple structure with a header section containing the title, an embedded stylesheet, and a script to disable the right-click context menu. The body of the webpage includes a styled box with an image. The title, set by the `` tag in the `<head>` section, is "Fee Structure." -//The embedded stylesheet, defined within the `<style>` tags, introduces a CSS rule for a class named "box." The rule specifies that elements with the "box" class should be displayed as blocks and have padding of 12 pixels at the top and bottom, as well as 120 pixels on the left and right. -//The script inside the `<script>` tags uses JavaScript to prevent the default context menu from appearing when the user right-clicks on the webpage. This is achieved by listening for the 'contextmenu' event and calling `event.preventDefault()` to suppress the default behavior. -//The body of the webpage contains a `<div>` element with the class "box." This div encloses an `<img>` tag that displays an image named "Fee Structure.png." The image has specified dimensions of 1100 pixels in width and 500 pixels in height. -//In summary, the HTML document defines a straightforward webpage with a title, a styled box containing an image, and a script to disable right-click functionality, possibly used to protect the image or prevent users from accessing the context menu. The styling ensures a visually appealing presentation of the image within the designated box on the webpage.*/ diff --git a/Project/gym shraddha b/Project/gym shraddha deleted file mode 100644 index f1c479f..0000000 --- a/Project/gym shraddha +++ /dev/null @@ -1,164 +0,0 @@ -<!DOCTYPE html> -<html><head> - <meta charset="UTF-8"> - <title>Our Services - - - - -
-
-
-
-
-
-
-
-

HEALTH CARE

-

fitness information or exercise is -a key of consideration for maintaining -health. Along with healthy eating, its one -of the most important things a person can -do keep a healthy weight.

-Read more -
-
-
-
-
-
-
-

SPECIAL TRAINER

-

Special Trainer avilable in this gym. -For making fastest fitness or body -Special trainer is important. Trainer -can train you about all workouts which is -given in chart.

-Read more -
-
-
-
-
-
-
-

STEAM BATH

-

A steambath is a steam-filled room for the -purpose of relaxation and cleansing. its -along history, going back to greek and -roman times. It is so easy.

-Read more -
-
-
-
-
-
-
-

ZUMBA DANCE

-

Zumba is a exercise fitness program -created by colombian dancer in 1990s. A -zumba class -combines fast and slow rythms of tune.

-Read more -
-
-
-
-
-
- diff --git a/Project/home.html b/Project/home.html index 7c6badb..9196edf 100644 --- a/Project/home.html +++ b/Project/home.html @@ -1,131 +1,24 @@ -//new file. - - + + -INTENSITY WORLD - + INTENSITY WORLD + + -
- +
@@ -134,27 +27,28 @@
- +

Sweat. Smile. and Repeat.

FITNESS WORLD

Sore Today, Strong Tomorrow

- +
- + + \ No newline at end of file diff --git a/Project/home2.html b/Project/home2.html deleted file mode 100644 index 6ec5b56..0000000 --- a/Project/home2.html +++ /dev/null @@ -1,156 +0,0 @@ - - - -INTENSITY WORLD - - - - - - -
- -
- -
- Intesity Gym -
-
-
- -
-
- -
- - - -
- -
-
-

Sweat. Smile. and Repeat.

-

FITNESS WORLD

-

Sore Today, Strong Tomorrow

- -
- - diff --git a/Project/homepage.css b/Project/homepage.css deleted file mode 100644 index bb79ec2..0000000 --- a/Project/homepage.css +++ /dev/null @@ -1 +0,0 @@ -v \ No newline at end of file diff --git a/Project/images.html b/Project/images.html deleted file mode 100644 index 5da7eb8..0000000 --- a/Project/images.html +++ /dev/null @@ -1,66 +0,0 @@ - - - -Gallary - - - - - -
-

Photo gallary

-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- diff --git a/Project/login_page.html b/Project/login_page.html deleted file mode 100644 index 5f677c9..0000000 --- a/Project/login_page.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - -
-

Gym Member's Login

-
-
- -
-
-

-
-
- Show Password -
- -
-
- - - diff --git a/Project/loginpage_sunny.html b/Project/loginpage_sunny.html deleted file mode 100644 index 0eff54d..0000000 --- a/Project/loginpage_sunny.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -
-

Gym Member's Login

-
-
- -
-
-

-
-
- Show Password -
- -
-
- - \ No newline at end of file diff --git a/Project/myhome.html b/Project/myhome.html deleted file mode 100644 index c6a3d5d..0000000 --- a/Project/myhome.html +++ /dev/null @@ -1,157 +0,0 @@ - - - -INTENSITY WORLD - - - - - - -
- -
- -
- Intesity Gym -
-
-
- -
-
- -
- - - -
- -
-
-

Sweat. Smile. and Repeat.

-

FITNESS WORLD

-

Sore Today, Strong Tomorrow

- -
- - diff --git a/Project/myloginpage.html b/Project/myloginpage.html deleted file mode 100644 index b32eaad..0000000 --- a/Project/myloginpage.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - -
-

Gym Member's Login

-
-
- -
-
-

-
-
- Show Password -
- -
-
- - diff --git a/Project/new_LoginPage.html b/Project/new_LoginPage.html deleted file mode 100644 index c31327a..0000000 --- a/Project/new_LoginPage.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - Intensity Gym Member's Login - - - - -
-
-
-
-
-

Gym Member's Login

-
-
-
-
- -
-
-
- -
- - Show Password - -
-
-
- -
-
-
-
-
-
- - - - - - - - - diff --git a/Project/newhome.html b/Project/newhome.html deleted file mode 100644 index 2c183a9..0000000 --- a/Project/newhome.html +++ /dev/null @@ -1,156 +0,0 @@ - - - -INTENSITY WORLD MAP - - - - - - -
- -
- -
- Intesity Gym -
-
-
- -
-
- -
- - - -
- -
-
-

Sweat. Smile. and Repeat.

-

FITNESS WORLD

-

Sore Today, Strong Tomorrow

- -
- - diff --git a/Project/our services.html b/Project/our services.html deleted file mode 100644 index 23cc885..0000000 --- a/Project/our services.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - Our Services - - - - -
-
-
-
-
-
-
-
-

HEALTH CARE

-

fitness information or exercise is -a key of consideration for maintaining -health. Along with healthy eating, its one -of the most important things a person can -do keep a healthy weight.

-Read more -
-
-
-
-
-
-
-

SPECIAL TRAINER

-

Special Trainer avilable in this gym. -For making fastest fitness or body -Special trainer is important. Trainer -can train you about all workouts which is -given in chart.

-Read more -
-
-
-
-
-
-
-

STEAM BATH

-

A steambath is a steam-filled room for the -purpose of relaxation and cleansing. its -along history, going back to greek and -roman times. It is so easy.

-Read more -
-
-
-
-
-
-
-

ZUMBA DANCE

-

Zumba is a exercise fitness program -created by colombian dancer in 1990s. A -zumba class -combines fast and slow rythms of tune.

-Read more -
-
-
-
-
-
- \ No newline at end of file diff --git a/Project/page4.html b/Project/page4.html deleted file mode 100644 index 831af93..0000000 --- a/Project/page4.html +++ /dev/null @@ -1,16 +0,0 @@ - - - ZUMBA DANCE - - - -
-

This image represents Zumba Dance!!!

- -
- diff --git a/Project/registeredbyOm.html b/Project/registeredbyOm.html deleted file mode 100644 index 987ee7c..0000000 --- a/Project/registeredbyOm.html +++ /dev/null @@ -1,221 +0,0 @@ - -Registration Form - - - - - -

Registration Form

-
-

Register Here

-
- -
-

- -
-

- -
- - -

- -

- - -
- Show Password

- -
-
- Show Passwordss

- -
- -    - -    - -

- - -
-
- - diff --git a/Project/registration.html b/Project/registration.html deleted file mode 100644 index f834d04..0000000 --- a/Project/registration.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - Registration Form - - - - -

Registration Form

-
-

Register Here

-
-
-

-
-

-
- -

-

- - - Show Password

-
- - Show Password

-
- -    - -    - -

- -
-
- - diff --git a/Project/style.css b/Project/style.css new file mode 100644 index 0000000..16b1da7 --- /dev/null +++ b/Project/style.css @@ -0,0 +1,144 @@ +body { + font-family: Georgia, "Times New Roman", Times, serif, cursive; + color: white; + margin: 0px; + padding: 0px; + height: 100vh; + background: url("img/weight-lifting-.jpg"); + background-repeat: no-repeat; + background-size: cover; + overflow: hidden; +} + +* { + /* border: 1px solid #e0e0e0; */ +} + +header { + border: 1px solid #787474; + background-color: rgba(0,0,0,0.6); + background-blend-mode: darken; + display: flex; + justify-content: space-between; +} + +.left { + display: flex; + flex-direction: column; + margin-left: 30px; + /*border: 2px solid red;*/ +} + +.left:hover { + cursor: pointer; +} + +.left img { + width: 120px; + filter: invert(100%); +} + +.left div { + position: relative; + top: -10px; + font-size: 20px; + color: white; + font-weight: bolder; + text-align: center; +} + +.mid { + align-self: center; + /* border: 2px solid green; */ +} + +.right { + align-self: center; + /*border: 2px solid yellow;*/ +} + +.navbar { + display: flex; + justify-content: center; + /* border: 1px solid #e5e2e2; */ +} + +.navbar li { + /* border: 1px solid #e5e2e2; */ + /* display: inline-block; */ + align-self: center; + text-align: center; + list-style: none; + font-size: 23px; +} + +.navbar li a { + color: white; + text-decoration: none; + text-align: center; + padding: 10px 50px; +} + +.navbar li a:hover, +.navbar li a.active { + /* text-decoration: underline; */ + color: gray; +} + +.btn { + /*border: 2px solid gray;*/ + border: none; + background-color: rgb(30, 30, 30); + color: white; + cursor: pointer; + border-radius: 8px; + font-family: "Baloo Bhaina 2", cursive; + font-size: 20px; + /* margin: 20px auto; */ + /* margin: 0px 9px; */ + /* padding: 4px 14px; */ + width: 120px; +} + +button:hover { + background-color: rgb(213, 211, 211); + color: black; +} + +.container { + /* border: 2px solid white; */ + /* background: rgba(0,0,0,0.5); */ + margin: 200px 0px 0px 200px; + width: 50rem; + height: 300px; + border-radius: 21px; + text-align: center; +} + +.container h1 { + text-align: center; + font-size: 83px; + /* border: 1px solid #bfb7b7; */ + margin: 0px; +} + +.container h2 { + text-align: center; + font-size: 19px; + /* border: 1px solid #ada8a8; */ + margin: 0; +} + +.container h4 { + text-align: center; + font-size: 28px; + margin: 0; +} + +.register { + margin-top: 50px; + padding: 10px 20px; + font-size: 30px; + width: 300px; + background: #3d3d3d; +} \ No newline at end of file diff --git a/services.html b/services.html deleted file mode 100644 index 0573a4c..0000000 --- a/services.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - Our Services - - - - -
-
-
-
-
-
-
-
-

HEALTH CARE

-

fitness information -a key of consideration for maintaining -health. Along with healthy eating, its one -of the most important things a person can -do keep a healthy weight.

-Read more -
-
-
-
-
-
-
-

SPECIAL TRAINER

-

Special Trainer avilable in this gym. -For making fastest fitness or body -Special trainer is important. Trainer -can train you about all workouts which is -given in chart.

-Read more -
-
-
-
-
-
-
-

STEAM BATH

-

A steambath is a steam-filled room for the -purpose of relaxation and cleansing. its -along history, going back to greek and -roman times. It is so easy.

-Read more -
-
-
-
-
-
-
-

ZUMBA DANCE

-

Zumba is a exercise fitness program -created by colombian dancer in 1990s. A -zumba class -combines fast and slow rythms of tune.

-Read more -
-
-
-
-
-
-