-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (105 loc) · 5.71 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
content="This is the New Official Website of Department of Fine Arts | University of Peradeniya" />
<meta name="author" content="YOSHITHA RATHNAYAKE" />
<meta name="keywords" content="Department of Fine Arts | University of Peradeniya" />
<!-- Facebook OG Tags -->
<meta property="og:title" content="University of Peradeniya" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.dofa-peradeniya.tk" />
<meta property="og:image" content="assets/img/DOFA Logo.jpg"
alt="Department of Fine Arts | University of Peradeniya" />
<meta property="og:description"
content="This is the New Official Website of Department of Fine Arts | University of Peradeniya" />
<meta property="og:site_name" content="Department of Fine Arts" />
<meta property="og:locale" content="en_US" />
<!-- Font Awesome -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css"
integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css" />
<script src="https://kit.fontawesome.com/88fd71b348.js" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- LineIcons -->
<link href="your-project-dir/icon-font/lineicons.css" rel="stylesheet" />
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet" />
<!-- CSS-->
<link rel="stylesheet" type="text/CSS" href="assets/css/styles.css" />
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/DOFA Logo.jpg"
alt="Department of Fine Arts | University of Peradeniya" />
<!-- Title -->
<title>Department of Fine Arts | University of Peradeniya</title>
</head>
<body>
<!-- Navigation Bar -->
<div id="navbar"></div>
<!-- Home -->
<div class="main-title">
<h1>Department of Fine Arts</h1>
<h3>University of Peradeniya</h3>
</div>
<a href="#intro" class="intro-btn btn">introduction</a>
<!-- Back to Top Button -->
<div id="backToTop"></div>
<!-- Introduction -->
<section id="intro">
<center>
<h1 class="mt-3">INTRODUCTION</h1>
<h3>_ _ _</h3>
<p class="mt-5">
Department of Fine Arts (DOFA) is situated in one of the most attractive locations in the Peradeniya university
premises. It is
especially devoted to contribute to the university's mission of introducing both intellectually and practically
enriched graduates.
<br> Department of Fine Arts offers both undergraduate and postgraduate degree programs in multidisciplinary
nature, approaching all
the major genres in the field of Fine Arts from aesthetic, sociological, psychological, political, historical
points of views.
Digital technology and Cultural Heritage Management is also part of the curriculum. <br> The students who follow
the B.A. degree
are given the opportunity to specialize in one of the five special streams namely, cinema and television, drama
and theatre, music,
dancing or painting depending on both their individual choices and qualifications and performances. With the new
curriculum change in
2019 the special streams will be more strengthen with theoretical and practical components. <br> The main focuse
of DOFA is to simulate
students to become active scholars and artists the field of cimena & TV, dance, drama, music & painting.
Conducting researchers in
this fields is also a key focus in the curriculum. <br> The building spaces of DOFA are more than just class
rooms, they are the place
where artistic visions become reality through academic and research works.Currently it also include a film room
with audio visual
editing facilities, music room, painting room, lecture rooms with smart boards and audio visual facilities. The
extensive workshops
regarding main subject streams have been designed to focus the various approaches and processes for students.
<br> Lecturers attached
to DOFA (permanent, temporary and visiting) are devoted to utilize their intellectual capacity and professional
background in order to
provide the students with not only a thorough academic foundation, but also a competitive practical training
with involving and
empowering them to select their research and creative paths.
</p>
<img src="assets/img/Aesthetics.gif" alt="Aesthetics" class="mt-5 mb-5" width="100%">
</center>
</section>
<!-- Footer -->
<div id="footer"></div>
</body>
<!-- Bootstrap script tag -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<!-- JavaScript file -->
<script src="assets/js/app.js"></script>
</html>