-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
51 lines (51 loc) · 1.71 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="" content="">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<script src="https://kit.fontawesome.com/a6b909bec9.js" crossorigin="anonymous"></script>
<title>contact</title>
</head>
<body>
<header>
<nav>
<ul>
<h1>Sada fitness</h1>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active"href="contact.html">Contact</a></li>
<li><a href="join.html">Join</a></li>
</ul>
</nav>
</header>
<section>
<div class="container">
<h1>Contact Info</h1>
<div class="box1">
<a href=""><i id="address"
class="fas fa-map-marker-alt fa-2x"></i></a>
<p>UP, Barielly, Thiriya Nizawat Khan</p>
</div>
<div class="box2">
<i class="fas fa-envelope fa-2x" id="email"></i>
<p>[email protected]</p>
</div>
<div class="box3">
<i class="fas fa-phone-alt fa-2x" id="phone"></i>
<p>+1 (934) 234-5667</p>
</div>
</div>
</section>
<footer>
<div class="icons">
<a href="https://www.facebook.com/jeeshan.raza.9484"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/mr.devil___1920/"><i class="fab fa-instagram"></i></a>
<a href="https://mobile.twitter.com/Zeeshan15076274"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/jeeshan786"><i class="fab fa-github"></i></a>
<a href="https://youtube.com/channel/UCYXT_jG4QdCeFk32GQMa0yA"><i class="fab fa-youtube"></i></a>
</div>
</footer>
</body>
</html>