-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.html
More file actions
113 lines (86 loc) · 5.92 KB
/
header.html
File metadata and controls
113 lines (86 loc) · 5.92 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default" style="margin-bottom:0px;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img style="float:left;" class="img-responsive img-circle" src="/assets/images/jmilogo.jpg" id="jmilogo" >
<a class="navbar-brand" href="/index.html" style="float: left;vertical-align: middle;"><strong> DEPT OF COMPUTER ENGG, JMI</strong></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<form class="navbar-form navbar-left" action="/action_page.php">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="search">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Alumni</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Us <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/about_dept.html"> About Department</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/msgfromhod.html"> Message From HOD</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/mav.html"> Vision & Mission</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/facilities.html"> Facilities</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/howtoreachus.html"> How to Reach Us</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/aboutus/about.html"> About Jamia</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Academics <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/academics_courses.html">Programs</a></li>
<!--<li><a href="">Under Graduate</a></li>-->
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/btech_program.html"> B.Tech</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/be_program.html"> B.E.</a></li>
<!-- <li><a href="">Post Graduate</a></li>-->
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/mtech_program.html"> M.Tech</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/phd_program.html"> PhD</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/academics/course_structure.html">Courses</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">People <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://jmiwebdevelopmentteam.github.io/people/teachers/teachers.html"> Faculty </a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/people/ResearchScholars.html"> Research Scholars </a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/people/student.html"> Students</a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/people/staff.html"> Staff</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Research<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#"> Areas </a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/research/finalyearprojects.html"> Projects </a></li>
<li><a href="https://jmiwebdevelopmentteam.github.io/research/publications.html"> Publications</a></li>
</ul>
</li>
<li><a href="https://jmiwebdevelopmentteam.github.io/events/events.html">Events</a></li>
<li><a href="#contact">Placement</a></li>
</ul>
</div>
</div>
</nav>
</body>
</html>