|
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="stylesheet" href="css/style.css"> |
|
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"> |
|
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"> |
|
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"> |
|
<link rel="manifest" href="/site.webmanifest"> |
|
<!-- Place this tag in your head or just before your close body tag. --> |
|
<script async defer src="https://buttons.github.io/buttons.js"></script> |
|
<title>Let's Fit Gym</title> |
|
<style> |
|
body { |
|
margin: 0px; |
|
padding: 0px; |
|
background: url(img/bg.jpg); |
|
background-repeat: no-repeat; |
|
font-family: 'Baloo Bhai 2', cursive; |
|
|
|
} |
|
</style> |
|
</head> |
|
|
|
<body> |
|
<header class="header"> |
|
<div class="left"> |
|
<img src="img/gym.png" alt="Let's Fit Gym Logo" id="logo"> |
|
<div>Let's Fit Gym</div> |
|
</div> |
|
<div class="mid"> |
|
<ul class="navbar"> |
|
<li class="items"><a href="#" class="active">Home</a></li> |
|
<li class="items"><a href="#">About US</a></li> |
|
<li class="items"><a href="#">Fitness Calculator</a></li> |
|
<li class="items"><a href="#">Contact Us</a></li> |
|
</ul> |
|
</div> |
|
<div class="right"> |
|
<button class="btn">Call Us Now</button><button class="btn">Write to Us</button> |
|
</div> |
|
</header> |
|
<main class="main"> |
|
<div class="container"> |
|
<div class="form1"> |
|
<h1>Become Fit !</h1> |
|
<h2>||| Join the Gym Now |||</h2> |
|
<form action="/php/enquireform.php"> |
|
<div class="form-group"> |
|
<input type="text" name="" id="" placeholder="What's Your Name?"> |
|
</div> |
|
<div class="form-group"> |
|
<input type="text" name="" id="" placeholder="What's Your Gender?"> |
|
</div> |
|
<div class="form-group"> |
|
<input type="email" name="" id="" placeholder="Enter your email" required> |
|
</div> |
|
<div class="form-group"> |
|
<input type="tel" name="" id="" placeholder="Enter your Phone Number"> |
|
</div> |
|
<div class="form-group"> |
|
<input type="date" name="" id="" max="2018-12-31" placeholder="What's Your date Of Birth" |
|
required> |
|
</div> |
|
<div class="form-group"> |
|
<input type="text" name="" id="" placeholder="What's your Locality?"> |
|
</div> |
|
<button class="btn">Submit</button> |
|
</form> |
|
</div> |
|
</div> |
|
<div class="container2"> |
|
<!-- Place this tag where you want the button to render. --> |
|
<a class="github-button" href="https://github.com/SubhanRaj/Gym_Website_Project" |
|
data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large" |
|
aria-label="Star SubhanRaj/Gym_Website_Project on GitHub">Star</a> |
|
<!-- Place this tag where you want the button to render. --> |
|
<a class="github-button" href="https://github.com/SubhanRaj/Gym_Website_Project/fork" |
|
data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large" |
|
aria-label="Fork SubhanRaj/Gym_Website_Project on GitHub">Fork</a> |
|
<!-- Place this tag where you want the button to render. --> |
|
<a class="github-button" href="https://github.com/SubhanRaj/Gym_Website_Project/generate" |
|
data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large" |
|
aria-label="Use this template SubhanRaj/Gym_Website_Project on GitHub">Use this template</a> |
|
|
|
</div> |
|
</main> |
|
</body> |
|
|
|
</html> |
Love it