forked from syedaaqib25/Codekers_IP_KOC25_CipherSchools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.html
47 lines (42 loc) · 2 KB
/
AboutUs.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
<!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="./style.css">
<title>AboutUs</title>
</head>
<body class="bckbody">
<div>
<div class="navbar">
<header>
<h1 style="margin-top:0px; padding-left: 10px;">Fitness Club <br> <span
style="color:rgb(55, 34, 192); position: relative; left:6rem;">GoToJim</span></h1>
<nav>
<ul class="ulclass">
<li><a href=".index.html">Home</a></li>
<li><a href="./Nutrition.html">Nutrition</a></li>
<li><a href="./Timetable.html">Timetable</a></li>
<li><a href="./Traning.html">Traning</a></li>
<li><a href="./Gallery.html">Gallery</a></li>
<li><a href="./AboutUs.html">AboutUs</a></li>
<li><a href="./Register.html">Register</a></li>
</ul>
</nav>
</header>
<hr>
</div>
<article>
<img src="./img/ima.jpeg" alt="abtimg" width="22%">
<img src="./img/imb.jpeg" alt="abtimg" width="22%">
<ul>
<li >
<a href="https://www.linkedin.com/in/syed-aaqib-35bb5824b/" target="_blank" style="color:blue ;">LinkedIn</a>
<a href="https://www.linkedin.com/in/azhar-masood-388074208/" target="_blank" style="color:blue ;">LinkedIn</a>
</li>
</ul>
</article>
</div>
</body>
</html>