-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
24 lines (24 loc) · 1.06 KB
/
about_us.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
<?php
include "header.php";
?>
<!---about us start-->
<div class="about_us container" id="ab">
<div class="row">
<div class="col-md-12 text-center title_down_space">
<h1 style="color: black">About Us</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 about_us_first">
<h2 style="color: black">Welcome To Our Department</h2>
<p style="color: black">Welcome to the department of Computer Science and Engineering. The department was established with the objective of imparting quality education in the field of Computer Science. The department has modern facilities for teaching, learning and research. The department offers a wide array of research opportunities and programs of study at undergraduate and postgraduate level. With rapidly evolving technology and the continuous need for innovation, the department has produced quality professionals holding important positions in the IT industry in home and abroad.</p>
</div>
<div class="col-md-6">
<img src="image/4.webp">
</div>
</div>
</div>
<!---about us end-->
<?php
include "footer.php";
?>