-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetcenter.php
57 lines (37 loc) · 1.54 KB
/
netcenter.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
include 'header.php';
?>
<!--=========== BEGINlibrary page ================-->
<div class="container">
<div class="row" style="position: relative; padding-top: 100px; padding-bottom: 50px;">
<div class="col-lg-12 col-md-12">
<div class="col-lg-12 col-md-12" style="text-align: center;">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/nc1.jpg" alt="Chania" width="100%" height="345">
</div>
<div class="item">
<img src="img/nc2.jpg" alt="Chania" width="100%" height="345">
</div>
</div>
</div>
<div class="col-lg-12 col-md-12" style="text-align: left;">
<h1>Net Center</h1>
The central computing facility consists of 70 Computer systems with high speed Internet connectivity through Broadband under BSNL. And The Internet surfing is provided for the students, staff and Library members.free of charge.
</div>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>