-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (50 loc) · 1.48 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Benison</title>
<link rel="stylesheet" href="/css/about.css">
</head>
<body>
<!-- body starts here -->
<div id="container">
<div id="main">
<!-- Header Starts here -->
<div class="menubar">
<nav>
<a href="http://benisonbesra.com/" target="_blank">BESRA</a>
<div class="navbar">
<a href="index.html">Home</a>
<a href="service.html">Service</a>
<a href="contact.html">Contact</a>
<a href="career.html">Career</a>
<a href="about.html">About</a>
<a href="nitk.html">NITK</a>
</div>
</nav>
</div>
<!-- Header Ends here -->
<!-- content start -->
<div class="name">
<h1 id="id-h1">About</h1>
</div>
<!-- content end-->
</div>
</div>
<!-- body ends here -->
<!-- Footer Starts here -->
<footer id="footer">
<div class="box-1">
<a href="https://www.facebook.com/benisonbesra" target="_blank">Facebook</a>
<a href="https://twitter.com/BenisonBesra" target="_blank">Twitter</a>
</div>
<div class="box-2">
<a href="#host">© 2018-2019 Besra</a>
</div>
<div class="box-3">
<a href="http://benisonbesra.com/" target="_blank">Besra</a>
</div>
</footer>
<!-- Footer Ends here -->
</body>
</html>