-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepartment.php
64 lines (64 loc) · 2.17 KB
/
department.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
58
59
60
61
62
63
64
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css"/>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<style type="text/css">
.navbar-brand{
font-size: 25px;
}
.navbar-header{
height: 60px;
}
.btn-default {
background-color: #555555;
text-decoration: none;
color: white;
}
.jumbotron {
padding-top: 3%;
padding-bottom: 3%;
font-size: 20px;
}
img {
float:left;
width: 200px;
height: 225px;
padding-right: 15px;
/*padding-top: 10px;*/
padding-bottom: 10px;
padding-left: 10px;
}
</style>
<?php
require 'navigationBar.php';
?>
<div class="container">
<div class="jumbotron">
<h2>Computer Science Department</h2><br>
<div class="row">
<div class="column">
<img src="images/Computer_Science.jpg">
</div>
<div class="column">
<p>The inception of Department of Computer Science and Engineering (CS&E) is one among the first to be established in the State of Karnataka in the year 1982. Our mission is to create ideas that deepen and advance our understanding of the realm of Computer Science and Engineering and with those ideas to develop innovative, principled, and insightful leaders who change the world. Classes are conducted on a full-time and on part time basis in an intimate-scale environment, and take full advantage of the assets provided by Sri Jayachamarajendra College of Engineering and its surrounding communities.</p>
</div>
</div>
<div class="row">
</div><br><br>
<div class="row">
<div class="column">
<img src="images/IS.jpg">
</div>
<div class="column">
<p>huiiiiiiii ieaurhcier eiurceiu hciaur tiucawrhtnuaw rtw atcuawh u wc wcrumwa eoucmw cfhrwu cwrhwur fwcu wh</p>
</div>
</div><br><br>
</div>
</div>
</body>
</html>