-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
32 lines (29 loc) · 2.31 KB
/
index.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
<?php include("header.php");?>
<div class="container-fluid">
<div class="row" id="wrapper">
<?php require_once'menubar.php';?>
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel-body">
<center>
<h1 style="color:#0B3861; font-family:Impact;">University of Rajshahi</h1>
<h3 style="color:#0B615E; font-family:Elephant;">Department of Computer Science & Engineering</h3>
<img class="img-circle" alt="Image Preview" src="pics/logo.png" />
</center>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<a href="#" class="pull-left"><img alt="Bootstrap Media Preview" src="pics/chairman.jpg" class="media-object" /></a>
<div class="media-body">
<h4 class="media-heading" style="font-family:Bodoni MT Condensed; color:#0489B1;">
Message from Chairman
</h4> The department of Computer Science & Engineering (CSE), University of Rajshahi (RU), is one of the leading Graduate and Post-graduate department in Bangladesh.The curriculum offered by our department has been designed in accordance with different renowned universities around the world. Recently with financial aid from World Bank and UGC worth 33 Million BDT, our department has been renovated to meet the highest standard of education and consequently, we now offer a world class learning experience. All of our class rooms and laboratories are equipped with modern audio-visual teaching-learning facilities and necessary experimental kits for undergraduate and graduate students. At the same time, we have extended the facilities to enhance our research activities in different branches of computer science and its engineering applications. Moreover, we frequently arrange workshop, seminar, academic contest of students and extra-curriculum activities to explore the merits of our students in different dimension. At the same time, we get our students involved in organizing these events to improve their leadership quality. We want our students to be capable of not in one dimension, but capable of multi-dimensions when they graduate. As a result, now our department is the right place for the students with dreams of becoming outstanding IT professionals and researchers. We are looking forward to welcome brilliant students.
</div>
</div>
</div>
</div>
</div>
</div>
</div>