-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.php
35 lines (33 loc) · 1.14 KB
/
about_us.php
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
<html lang="en">
<head>
<!-- Bootstrap core CSS -->
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<ul class="nav nav-tabs" id="header">
<li><a href="index.php">Home</a></li>
<li><a href="admin.php">Admin Login</a></li>
<li><a href="student.php">Student Login</a></li>
<li><a href="registration.php">Registration</a></li>
<li class="active"><a href="about_us.php">About Us</a></li>
</ul>
<div class="container pad">
<div class="row">
<div class="col-lg-4">
<strong>Gopesh Tulsyan</strong>
<address>
11/IT/28<br>
<a href="mailto:#">[email protected]</a>
</address>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- // <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> -->
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="jquery-1.11.0.js"></script>
</body>
</html>