-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotice.html
More file actions
executable file
·136 lines (121 loc) · 5.07 KB
/
notice.html
File metadata and controls
executable file
·136 lines (121 loc) · 5.07 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!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">
<meta name="description" content="NSIT’s hostel provide a wide range of facilities to ensure that students enjoy a vibrant campus life, while simultaneously accommodating a large number of students. A total of four hostel buildings (BH1, BH2, BH3, BH4) are present for male students, one for each year. There are two girls’ hostels (GH). Each hostel is well maintained with staff working overtime to ensure that students live comfortably inside the building premises. The hostel buildings are located close to the canteens as well as the administrative block (where classes ensue). Mess food is nutritious with a different menu for each day of the week.">
<meta name="author" content="bh2nsit NSIT">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>bh2nsit - NOTICE</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="logo"src="assets/img/logo.jpg"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="notice.html">NOTICE</a></li>
<li><a href="administration.html">ADMINISTRATION</a></li>
<li><a href="committee.html">COMMITTEE</a></li>
<li><a href="rules.html">RULES</a></li>
<li><a data-toggle="modal" data-target="#myModal" href="#myModal"><i class="fa fa-envelope-o"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<br>
<div class="m">
<div class="container">
<img style="width:100%;"src="images/not5.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not6.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not7.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not8.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not9.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not10.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not11.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not12.jpg">
<br><br>
<br>
<img style="width:100%;"src="images/not13.jpg">
<br><br>
<br>
</div>
</div>
<!-- FOOTER -->
<div id="f">
<div class="container">
<div class="row centered">
<a href="https://www.facebook.com/boyshostelnsit/?fref=ts&ref=br_tf"><i class="fa fa-facebook"></i></a>
</div><!-- row -->
</div><!-- container -->
</div><!-- Footer -->
<!-- MODAL FOR CONTACT -->
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">contact us</h4>
</div>
<div class="modal-body">
<div class="row centered">
<p>We are available 24/7, so don't hesitate to contact us.</p>
<p>
Boys Hostel<br/>
NSIT College<br/>
Dwarka<br/>
Delhi-110078
</p>
<div id="mapwrap">
<iframe height="300" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.es/maps?t=m&ie=UTF8&ll=28.6123527,77.0345874&spn=67.34552,156.972656&z=16&output=embed"></iframe>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Exit</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- 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="assets/js/bootstrap.min.js"></script>
</body>
</html>