-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout_us.php
72 lines (48 loc) · 2.29 KB
/
about_us.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>CBC Lifestyle </title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/fonts/material-icons.min.css">
<link rel="stylesheet" href="assets/css/article.css">
<link rel="stylesheet" href="assets/css/carousel.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="assets/css/navigation_buttons.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/subscriber.css">
</head>
<body>
<div></div>
<?php include 'assets/includes/header.php'; ?>
<div class="container">
<div>
<br><br>
<h2>About us</h2>
<br>
</div>
<div class="row" style ="align-content: center ;text-align:left;width:100%;">
<p style="align-content:center;" >
Colombo Broadcasting Corporation is a well-known news company in srilanka for latest news updates all
around the world. We basically gives you the latest news about four catogeries.Those categories are
business, political, education and lifestyle. Always we are giving you the latest and accurate news in
time.
We are a truly global network. Voice of the people is our sole. There for distributing true and accurate
news is our responsibility. On the other hand we provide a voice for the voiceless unreported areas
around us. We are something beyond news.
</p>
</div>
</div>
<div class="container">
<img src="assets/img/00025.jpg" style="width:100%">
</div>
<?php include 'assets/includes/footer.php'; ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>