-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Pallavi1926#153 from Wasif0787/features/navigate-e…
…mail-phone feat: navigate according to the link
- Loading branch information
Showing
1 changed file
with
113 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>FitPhysique</title> | ||
<title>FitPhysique</title> | ||
|
||
</head> | ||
|
||
|
@@ -41,12 +41,13 @@ | |
<h1>HARD WORK</h1> | ||
<h2>IS THE KEY TO EVERY SUCCESS</h2> | ||
<p>Start by taking inspiration, and continue by becoming an inspiration.</p> | ||
<p>At <strong>FitPhysique</strong>, we believe in the power of persistence and dedication. Embrace the journey, push your limits, and watch yourself transform.</p> | ||
<p>At <strong>FitPhysique</strong>, we believe in the power of persistence and dedication. Embrace the journey, | ||
push your limits, and watch yourself transform.</p> | ||
<div class="header__btn"> | ||
<a href="login.html"> | ||
<button class="btn btn__primary" id="get-started-btn">GET STARTED</button> | ||
</a> | ||
|
||
</div> | ||
|
||
|
||
|
@@ -321,97 +322,97 @@ <h4>Michael Wong</h4> | |
<h4>Emily Davis</h4> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer" id="contact"> | ||
<div class="section__container footer__container"> | ||
<div class="footer__col"> | ||
<div class="footer__logo"> | ||
<a href="#"><img src="assets/logo.png" alt="logo" /></a> | ||
</div> | ||
<p> | ||
Welcome to FitPhysique, where we believe that every journey to | ||
fitness is unique and empowering. | ||
</p> | ||
<ul class="footer__links"> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-map-pin-2-fill"></i></span> | ||
123 Main Street<br />Sunrise Valley, Evergreen Heights | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-phone-fill"></i></span> | ||
+91 9876543210 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-mail-fill"></i></span> | ||
[email protected] | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>GALLERY</h4> | ||
<div class="gallery__grid"> | ||
<img src="assets/gallery-1.jpg" alt="gallery" /> | ||
<img src="assets/gallery-2.jpg" alt="gallery" /> | ||
<img src="assets/gallery-3.jpg" alt="gallery" /> | ||
<img src="assets/gallery-4.jpg" alt="gallery" /> | ||
<img src="assets/gallery-5.jpg" alt="gallery" /> | ||
<img src="assets/gallery-6.jpg" alt="gallery" /> | ||
<img src="assets/gallery-7.jpg" alt="gallery" /> | ||
<img src="assets/gallery-8.jpg" alt="gallery" /> | ||
<img src="assets/gallery-9.jpg" alt="gallery" /> | ||
</div> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>NEWSLETTER</h4> | ||
<p> | ||
Don't miss out on the latest news and offers - sign up today and | ||
join our thriving fitness community! | ||
</p> | ||
<form onsubmit="sendEmail(); reset(); return false;" id="form-bg"> | ||
<input type="text" id="name" placeholder="Enter Name" /> | ||
<input type="text" id="email" placeholder="Enter Email" /> | ||
<input type="text" id="phone" placeholder="Enter Phone no." /> | ||
<button type="submit" class="btn btn__primary">SEND</button> | ||
</form> | ||
<div class="footer__socials"> | ||
<a href="#"><i class="ri-facebook-fill"></i></a> | ||
<a href="#"><i class="ri-twitter-fill"></i></a> | ||
<a href="#"><i class="ri-youtube-fill"></i></a> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer" id="contact"> | ||
<div class="section__container footer__container"> | ||
<div class="footer__col"> | ||
<div class="footer__logo"> | ||
<a href="#"><img src="assets/logo.png" alt="logo" /></a> | ||
</div> | ||
<p> | ||
Welcome to FitPhysique, where we believe that every journey to | ||
fitness is unique and empowering. | ||
</p> | ||
<ul class="footer__links"> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-map-pin-2-fill"></i></span> | ||
123 Main Street<br />Sunrise Valley, Evergreen Heights | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-phone-fill"></i></span> | ||
+91 9876543210 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<span><i class="ri-mail-fill"></i></span> | ||
[email protected] | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="swiper-pagination"> | ||
<span class="swiper-pagination-bullet"></span> | ||
<span class="swiper-pagination-bullet"></span> | ||
<span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span> | ||
<div class="footer__col"> | ||
<h4>GALLERY</h4> | ||
<div class="gallery__grid"> | ||
<img src="assets/gallery-1.jpg" alt="gallery" /> | ||
<img src="assets/gallery-2.jpg" alt="gallery" /> | ||
<img src="assets/gallery-3.jpg" alt="gallery" /> | ||
<img src="assets/gallery-4.jpg" alt="gallery" /> | ||
<img src="assets/gallery-5.jpg" alt="gallery" /> | ||
<img src="assets/gallery-6.jpg" alt="gallery" /> | ||
<img src="assets/gallery-7.jpg" alt="gallery" /> | ||
<img src="assets/gallery-8.jpg" alt="gallery" /> | ||
<img src="assets/gallery-9.jpg" alt="gallery" /> | ||
</div> | ||
</div> | ||
<div class="footer__col"> | ||
<h4>NEWSLETTER</h4> | ||
<p> | ||
Don't miss out on the latest news and offers - sign up today and | ||
join our thriving fitness community! | ||
</p> | ||
<form onsubmit="sendEmail(); reset(); return false;" id="form-bg"> | ||
<input type="text" id="name" placeholder="Enter Name" /> | ||
<input type="text" id="email" placeholder="Enter Email" /> | ||
<input type="text" id="phone" placeholder="Enter Phone no." /> | ||
<button type="submit" class="btn btn__primary">SEND</button> | ||
</form> | ||
<div class="footer__socials"> | ||
<a href="#"><i class="ri-facebook-fill"></i></a> | ||
<a href="#"><i class="ri-twitter-fill"></i></a> | ||
<a href="#"><i class="ri-youtube-fill"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script> | ||
|
||
|
||
<script> | ||
const swiper = new Swiper('.swiper', { | ||
loop: true, | ||
autoplay: { | ||
delay: 3000, | ||
disableOnInteraction: false, | ||
}, | ||
pagination: { | ||
el: '.swiper-pagination', | ||
clickable: true, | ||
}, | ||
}); | ||
</script> | ||
<div class="swiper-pagination"> | ||
<span class="swiper-pagination-bullet"></span> | ||
<span class="swiper-pagination-bullet"></span> | ||
<span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script> | ||
|
||
|
||
<script> | ||
const swiper = new Swiper('.swiper', { | ||
loop: true, | ||
autoplay: { | ||
delay: 3000, | ||
disableOnInteraction: false, | ||
}, | ||
pagination: { | ||
el: '.swiper-pagination', | ||
clickable: true, | ||
}, | ||
}); | ||
</script> | ||
|
||
<section class="blog" id="blog"> | ||
<div class="section__container blog__container"> | ||
|
@@ -462,17 +463,17 @@ <h2 class="bmi__header">BMI CALCULATOR</h2> | |
<div class="wrapper"> | ||
<h2 class="protein__header">Protein Intake Calculator</h2> | ||
<p>Enter your details to estimate your daily protein needs:</p> | ||
|
||
<label for="protein-weight">Weight (kg):</label> | ||
<input type="number" id="protein-weight" placeholder="Your weight in kg"> | ||
|
||
<label for="protein-goal">Fitness Goal:</label> | ||
<select id="protein-goal"> | ||
<option value="maintenance">Maintenance</option> | ||
<option value="muscle-gain">Muscle Gain</option> | ||
<option value="fat-loss">Fat Loss</option> | ||
</select> | ||
|
||
<button class="btn" id="protein-btn">Calculate Protein Intake</button> | ||
<p id="protein-output"></p> | ||
</div> | ||
|
@@ -483,7 +484,7 @@ <h2 class="protein__header">Protein Intake Calculator</h2> | |
<div class="wrapper"> | ||
<h2 class="macro__header">Macronutrient Calculator</h2> | ||
<p>Enter your details to calculate your daily macronutrient needs:</p> | ||
|
||
<label for="macro-weight">Weight (kg):</label> | ||
<input type="number" id="macro-weight" placeholder="Your weight in kg"> | ||
|
||
|
@@ -515,19 +516,19 @@ <h2 class="macro__header">Macronutrient Calculator</h2> | |
</p> | ||
<ul class="footer__links"> | ||
<li> | ||
<a href="#"> | ||
<a href="https://www.google.com/maps/search/gyms+near+me" target="_blank"> | ||
<span><i class="ri-map-pin-2-fill"></i></span> | ||
123 Main Street<br />Sunrise Valley, Evergreen Heights | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<a href="tel:+919876543210"> | ||
<span><i class="ri-phone-fill"></i></span> | ||
+91 9876543210 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<a href="mailto:[email protected]"> | ||
<span><i class="ri-mail-fill"></i></span> | ||
[email protected] | ||
</a> | ||
|
@@ -554,14 +555,14 @@ <h4>NEWSLETTER</h4> | |
Don't miss out on the latest news and offers - sign up today and | ||
join our thriving fitness community! | ||
</p> | ||
<form onsubmit="sendEmail(); reset(); return false;"> | ||
<span id="join">Join</span> | ||
<input type="text" id="name" placeholder="Enter Name" /> | ||
<input type="text" id="email" placeholder="Enter Email" /> | ||
<input type="text" id="phone" placeholder="Enter Phone no." /> | ||
<textarea id="message" name="message" rows="8" cols="33">Write your message...</textarea> | ||
<button type="submit" class="btn btn__primary">SEND</button> | ||
</form> | ||
<form onsubmit="sendEmail(); reset(); return false;"> | ||
<span id="join">Join</span> | ||
<input type="text" id="name" placeholder="Enter Name" /> | ||
<input type="text" id="email" placeholder="Enter Email" /> | ||
<input type="text" id="phone" placeholder="Enter Phone no." /> | ||
<textarea id="message" name="message" rows="8" cols="33">Write your message...</textarea> | ||
<button type="submit" class="btn btn__primary">SEND</button> | ||
</form> | ||
<div class="footer__socials"> | ||
<a href="#" id="facebook"><i class="ri-facebook-fill"></i></a> | ||
<a href="#" id="twitter"><i class="ri-twitter-fill"></i></a> | ||
|
@@ -573,8 +574,8 @@ <h4>NEWSLETTER</h4> | |
Copyright © 2024 Web Design Mastery. All rights reserved. | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<script src="https://unpkg.com/scrollreveal"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> | ||
|
@@ -583,12 +584,12 @@ <h4>NEWSLETTER</h4> | |
<script src="main.js"></script> | ||
|
||
<script> | ||
document.getElementById('get-started-btn').addEventListener('click', function() { | ||
window.location.href = 'login.html'; // Redirect to the login page | ||
}); | ||
document.getElementById('get-started-btn').addEventListener('click', function () { | ||
window.location.href = 'login.html'; // Redirect to the login page | ||
}); | ||
</script> | ||
|
||
|
||
</body> | ||
|
||
</html> | ||
</html> |