Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
footer section changes on join page
  • Loading branch information
Jaykant-yadav authored Oct 2, 2024
1 parent 4d731aa commit 8759997
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,17 @@ <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;">
<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>
<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="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#" id="facebook"><i class="ri-facebook-fill"></i></a>
<a href="#" id="twitter"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
Expand Down

0 comments on commit 8759997

Please sign in to comment.