-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
154 lines (140 loc) · 6.8 KB
/
about.html
File metadata and controls
154 lines (140 loc) · 6.8 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Faculty of Arts | University of Abuja </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/bootstrap-grid.min.css">
<link rel="stylesheet" href="./css/bootstrap-reboot.min.css">
</head>
<body style="overflow-x: hidden; overflow-y:visible;">
<!-- Header Starts Here -->
<div class="header_container">
<a href="#">
<img src="./images/logos.png" alt="header_image" class="header_logo">
</a>
</div>
<!-- Header Stops Here -->
<!-- Navigation Starts Here -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<h3 style="color: white;">Faculty of Arts</h3>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./departments.html">Departments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./staffs-directory.html">Staffs Directory</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Gallery</a>
</li>
</ul>
</div>
</nav>
<!-- Navigation Stops Here -->
<!-- The Background Header Starts Here -->
<div class="container_background">
<img src="./images/history.png" alt="Snow" class="header_image">
<h3 class="bottom-left">About the Faculty</h3>
</div>
<!-- The Background header Stops Here -->
<!-- About Section Starts Here -->
<div class="div-about">
<br>
<h4 style="padding-left: 10px;">GENERAL PHILOSOPHY</h4>
<p style="padding-left: 10px; padding-right: 10px;">
The fundamental concern of the humanities is with man and his complex nature especially his multifaceted relationships with the world around and beyond.
Language being the primary tool in all human activities and also one of the most complex aspects of human nature, man must therefore try to investigate
and explain better understanding of it (language). The philosophy is framed such that it provides the student with a good language
background both in English and Nigerian/African languages and a working knowledge of French, thus equips the student with theoretical and description
background in Linguistics whose application of the study of Nigerian and African languages is essential.
</p>
<h4 style="padding-left: 10px;">AIMS AND OBJECTIVES</h4>
<div style="padding-left: 10px;">
<p style="padding-left: 10px; padding-right: 10px;">
The need for a B.A. degree Programme in Linguistics is
based on the following Aims and Objectives.
<li>To equip the students with a good knowledge of
the main principles of current theories and
practices of Linguistics</li>
<li>To train them to be able to apply the knowledge
and skills acquired by languages related task and
problems, particularly in their own environment,
and.</li>
<li>To prepare them for further studies in the
discipline and/or relevant careers in teaching,
administration, the media, social engineering, etc.</li>
<li>To enable students to acquire spoken and written
competence in Arabic language.</li>
<li>To acquaint students with the socio-cultural,
economic, political and diplomatic aspects of the
life of the native speakers of the language, with a
view of promoting international understanding.</li>
<li>To equip students with adequate training for jobs
in the fields of teaching, translation and
interpretation, administration and diplomatic
service.</li>
</p>
<h4 style="padding-left: 10px;">Programs includes</h4>
<p style="padding-left: 10px; padding-right: 10px;">
<p>Linguistics and African languages Includes (Arabic Studies)</p>
<p>History and Literary Studies</p>
<p>Islamic Studies</p>
<p>Philosophy</p>
<p>Theatre Arts</p>
<p>Christian Religious Studies</p>
<p>English Language</p>
</p>
</div>
</div>
<!-- About Section Starts Here -->
<!-- Footer Starts Here -->
<div class="jumbotron-footer" style="margin-bottom:0">
<div class="row bg-success ">
<div class="col-md-4" style="padding: 30px; color: white;">
<h3>Contact information</h3>
<p>email: arts@uniabuja.edu.ng</p>
<p>Phone: +234 9065750161</p>
<h3>Address</h3>
<p>Main Campus Airport Road, Abuja, FCT, Nigeria</p>
</div>
<div class="col-md-4" style="padding: 30px; color: white;">
<h3>Contact information</h3>
<p>email: arts@uniabuja.edu.ng</p>
<p>Phone: +234 9065750161</p>
<h3>Address</h3>
<p>Main Campus Airport Road, Abuja, FCT, Nigeria</p>
</div>
<div class="col-md-4" style="padding: 30px; color: white;">
<h3>Contact information</h3>
<p>email: arts@uniabuja.edu.ng</p>
<p>Phone: +234 9065750161</p>
<h3>Address</h3>
<p>Main Campus Airport Road, Abuja, FCT, Nigeria</p>
</div>
</div>
</div>
<!-- Footer Starts Here -->
<!-- Bootstrap Scripts Starts Here -->
<script src="./js/jquery-slim.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- Bootstrap Scripts Stops Here -->
</body>
</html>