-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFaculty.html
80 lines (63 loc) · 2.62 KB
/
Faculty.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Store & Purchase</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header id="header-banner">
<nav class="navbar navbar-default navbar-fixed-top fadeIn" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#dropdown-box-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="Faculty.html">Store and Purchase</a>
</div>
</div>
<!-- Collect the nav links and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="dropdown-box-1">
<ul class="nav navbar-nav">
<li class="active"><a href="profile.php">Profile</a></li>
<li><a href="myord.php">Myorder</a></li>
<li class="dropdown" role="presentation">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Items <span class="caret"></span>
</a>
<ul class="dropdown-menu bullet fadeIn" role="menu">
<li><a href="purchase_LItems.php">Listed</a></li>
<li><a href="purchase_NLItems.php">Non-Listed</a></li>
</ul>
</li>
<li><a href="Fnotification.php">Notification</a></li>
<li><a href="suggestions.php">Suggestions</a></li>
<!-- <li><a href="#testimonials">ChangePassword</a></li> -->
<li><a href="logout.php">Logout</a></li>
</ul>
</div>
</div> <!-- /.container -->
</nav> <!-- /.nav -->
</header>
<!-- /.footer -->
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script> <!-- Reveal animation when you scroll by wow.js. It need animate.css library -->
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
</body>
</html>