-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
32 lines (27 loc) · 1.66 KB
/
aboutus.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 session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UITS Event</title>
<?php require 'utils/styles.php'; ?>
</head>
<body>
<?php require 'utils/header.php'; ?>
<div class="col-md-12 text-center">
<h1>About Us</h1>
</div>
<div class="container about-us">
<p>
University of Information Technology and Sciences (UITS), the first IT-based private university in Bangladesh was founded on 7 August 2003 as a non-profit organization. INFORMATION SCIENCE AND TECHNOLOGY SOLUTION LTD. (ISTS), a concern of PHP group headed by Alhaj Sufi Mohamed Mizanur Rahman Chowdhury is the sponsor of UITS. The guiding spirit behind the endeavor is “divine blessings, mixed with hard work, backed by good intentions, make miracles.
</p><br>
<p>
The government was pleased with the UITS’s infrastructure and teaching program and allowed the university to run its activities. The order of the government was turned into action from 07 August 2003. And till then UITS conducts all its activities as per its Vision, Mission, Goals, and Commitment to Quality Education with a view to shaping a complete, effective and efficient manpower.
</p><br>
<p>
UITS added the latest education system to its curriculum to developing the knowledge and skills of the students as well as integrated human values in the education system. UITS is a science and technological knowledge-based center that provides marketable skills for younger generations who may be gainfully employed both national and international organizations.
</p>
</div>
<?php require 'utils/footer.php'; ?>
</body>
</html>