-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
44 lines (31 loc) · 1.58 KB
/
about.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
33
34
35
36
37
38
39
40
41
42
43
44
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<?php include("head.php"); ?>
<title>About Us</title>
<style type="text/css">
body{
background-image: url("images/back.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
};
</style>
</head>
<body>
<?php include("navbar.php"); ?> <br><br>
<div style="margin-left: 2%; margin-right: 2%; color:white; font-weight:italic; " class="center-side">
<h2 style="font-size: 40px;">Mission</h2>
<br><br>
<p>The <strong>Cairo Opera House</strong> is a cultural landmark renowned for leadership, excellence and imagination. It has carved itself a significant place in the cultural landscape of Egypt and the Middle East. <strong>Its mission is to:</strong></p>
<p> - Provide first-class productions of ballet, operatic and symphonic works.</p>
<p> - Encourage cooperation with other opera companies and orchestras.</p>
<p> - Discover and develop the most talented young artists in Egypt.</p>
<p> - Support learning, innovation and creativity.</p>
<p> - Provide excellent venues, facilities and services to both artists and the audience.</p>
<p>With its appealing mix of high-quality cultural events and its unique venues and state-of-the-art facilities the <strong>Cairo Opera House</strong> is exceptionally well-suited to fulfill its mission and become a <strong>symbol of art</strong> and culture in <strong>Egypt and the world</strong>.</p>
</div>
<br><br><br><br><br>
<?php include("footer.php"); ?>
</body>
</html>