-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&display=swap" rel="stylesheet">
<title>SHIV FITNESS</title>
</head>
<body>
<header class="header" >
<div class="logo">
<img src="../img/https___i.pinimg.com_originals_1b_f4_91_1bf4911955f9de8aed0f9ab2e6e196ab.jpg" alt="">
<div>SHIV FITNESS</div>
</div>
<div class="mid">
<ul class="navbar">
<li ><a href="#" class="active" >home</a></li>
<li ><a href="https://github.com/SHIVANIUM-GIT" target="_blank">fitness calculator</a></li>
<li ><a href="https://twitter.com/shivanium_" target="_blank">about us</a></li>
<li ><a href="https://www.instagram.com/shivanium_/" target="_blank">contact us</a></li>
</ul>
</div>
<div class="right">
<button ><a href="https://www.linkedin.com/in/shivanium/" target="_blank"> Call us now </a> </button>
<button > <a href="https://github.com/SHIVANIUM-GIT" target="_blank"> email us </a> </button>
</div>
</header>
<div class="form">
<h1>
join the best gym
</h1>
<form action="#">
<div class="for">
<input type="text" placeholder="enter the name">
</div>
<div class="for">
<input type="text" placeholder="enter the phone number">
</div>
<div class="for">
<input type="text" placeholder="enter the location">
</div>
<button class="btn">
SUBMIT
</button>
</form>
</div>
</body>
</html>