-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.php
355 lines (332 loc) · 20 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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>About Us || DanTV – Ask Media Pvt Ltd</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/odometer.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!--Slider CSS here -->
</head>
<body>
<!-- preloader -->
<div id="preloader">
<div id="loading-center">
<div id="loading-center-absolute">
<img src="img/icon/preloader.svg" alt="">
</div>
</div>
</div>
<!-- preloader-end -->
<!-- header-area -->
<header class="header-style-four">
<div class="header-top-area s-header-top-area d-none d-lg-block">
<div class="container custom-container-two">
<div class="row align-items-center">
<div class="col-lg-6 d-none d-lg-block">
<div class="header-top-mail">
<!-- <p><span></span><i class="far fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></p> -->
</div>
</div>
<div class="col-lg-6">
<div class="header-social">
<span>Follow us on </span>
<ul>
<li><a href="https://www.facebook.com/askmedianetwork" target="blank"><i class="fab fa-facebook-f"></i></a></li>
<!-- <li><a href="https://www.youtube.com/channel/UCTpIm5MDqPvEcHIcPrLrA6Q" target="blank"><i class="fab fa-youtube"></i></a></li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="sticky-header" class="header-four-wrap">
<div class="container custom-container-two">
<div class="row">
<div class="col-12">
<div class="main-menu menu-style-two">
<nav>
<div class="logo">
<a href="index.php"><img src="img/logo/logo.png" width="100%" style="margin: 0 0 0 -23px;" alt="Logo"></a>
</div>
<div id="mobile-menu" class="navbar-wrap d-none d-lg-flex">
<ul>
<li class="show"><a href="index.php">Home</a></li>
<li><a href="javascript:void(0)">NEWS</a>
<ul class="submenu">
<li><a href="https://www.eelanadu.lk" target="_blank">Eelanadu</a></li>
</ul>
</li>
<li><a href="javascript:void(0)">ACTIVITIES</a>
<ul class="submenu">
<li><a href="dantvnet.php">DAN TV Network</a></li>
</ul>
</li>
<li><a href="javascript:void(0)">CHANNELS</a>
<ul class="submenu">
<li><a href="channels.php">Channels presentation</a></li>
<!-- <li><a href="programs.php">Programs catalogue</a></li> -->
</ul>
</li>
<li><a href="careers.php">CAREERS</a></li>
<li><a href="contact.php">CONTACT</a></li>
<a href="https://www.dantv.tv/index.php/73-dantv/live-tv/504-tamiloli"class="livechannel"style="line-height:27px">LIVE</a>
</ul>
</div>
<div class="header-action">
<ul>
<li class="header-search"><a href="#" data-toggle="modal" data-target="#search-modal"><i class="fas fa-search"></i></a></li>
</ul>
</div>
</nav>
</div>
<div class="mobile-menu"></div>
</div>
<!-- Modal Search -->
<div class="modal fade" id="search-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<form>
<input type="text" placeholder="Search here...">
<button><i class="fa fa-search"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-area-end -->
<!-- main-area -->
<main>
<!-- inner-about-area -->
<section class="inner-about-area fix">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-7 col-lg-6 order-0 order-lg-2">
<div class="inner-about-img">
<img src="img/images/Ask Media.jpg" class="wow fadeInRight" data-wow-delay=".3s" alt="" width="80%">
</div>
</div>
<div class="col-xl-5 col-lg-6">
<div class="section-title title-style-three mb-25">
<h2>ASK <span>MEDIA</span></h2>
</div>
<div class="inner-about-content">
<h5>LEADING CABLE TV PROVIDER AND MAJOR TELEVISION NETWORK</h5>
<p>ASK Media group began its journey with just a single Channel DAN Tamil Oli in 1997 in France.</p>
<p>With a clear and focused vision, the company expanded its boundaries into Sri Lanka under the company name of ASK Media in 2007 on terrestrial mode building a formidable and exemplary position in the media field.</p>
<p>ASK Media in 2013 grew into a strong integrated media network by launching its other seven channels. The company targeted and captured every audience in Sri Lanka consolidating its presence across the entire value chain, developing and adopting new technologies to remain ahead of the growth curve.</p>
<p>Over two decades, ASK Group has been a leading conglomerate having a diverse business presence across media, entertainment, education, and telecom sectors.</p>
<p>With a workforce of over 600 permanent, contract & casual employees, ASK Group is growing in strength day by day.</p>
</div>
</div>
</div>
</div>
</section>
<!-- inner-about-area-end -->
<!-- third-about-area -->
<section class="third-about-area third-about-bg pt-120 pb-90">
<div class="container">
<div class="see-my-info-wrap ">
<div class="row">
<div class="col-12">
<div class="third-section-title text-center mb-75">
<h2>see <span>our</span> information</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-12 col-lg-12 col-sm-12 ">
<div class="my-info-box mb-30">
<div class="my-info-box-top">
<h6>ASK CABLE VISION</h6>
</div>
<div class="my-info-box-content">
<div class="mt-award">
<h6>ASK Cable is the leading cable operator in Sri Lanka with over 200 Local and international channel slots.
We have a variety of channels for the different target audiences, those are divided into MUSIC, NEWS, ENTERTAINMENT, SPORTS, EDUCATION & SPIRITUAL channels.
ASK Cable in 2017 expanded its reach island-wide by giving an exclusive package to its valued customers.
ASK Cable is linked to more than 600,000 households in Northern, Eastern, Central, and Western Provinces,
Licensed by Telecommunications Regulatory Commission of Sri Lanka and Ministry of Mass Media.
</h6>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-sm-12">
<div class="my-info-box mb-30">
<div class="my-info-box-top">
<h6>OUR MISSION</h6>
</div>
<div class="my-info-box-content">
<div class="mt-award">
<h6>Ask Group wants to help people to discover the positive power of digital technology. Telecommunications has a big impact on the way we all live and work, we want to give the people the best of it.
</h6>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-sm-12">
<div class="my-info-box mb-30">
<div class="my-info-box-top section-title">
<h6>OUR <span>VISION</span></h6>
</div>
<div class="my-info-box-content">
<div class="mt-award">
<h6>As a company which prioritizes their customers’ needs,
ASK Cable aims to integrate entertainment, technology, and customers’ preference to create a pre-eminent viewing experience.
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- third-about-area-end -->
</main>
<!-- main-area-end -->
<!-- footer-area -->
<footer>
<div class="footer-top footer-bg s-footer-bg">
<!-- newsletter-area -->
<div class="newsletter-area s-newsletter-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="newsletter-wrap">
<div class="section-title newsletter-title">
<h2>Our <span>Newsletter</span></h2>
</div>
<div class="newsletter-form">
<form action="#">
<div class="newsletter-form-grp">
<i class="far fa-envelope"></i>
<input type="email" placeholder="Enter your email...">
</div>
<button>SUBSCRIBE <i class="fas fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- newsletter-area-end -->
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget mb-50">
<div class="footer-logo mb-35">
<a href="index.php"><img src="img/logo/logo.png" alt=""></a>
</div>
<div class="footer-text">
<div class="footer-contact">
<ul>
<li><i class="fas fa-map-marker-alt"></i> <span>Address : </span>707,Hospital Road,Jaffna</li>
<li><i class="fas fa-headphones"></i> <span>Phone : </span>+24 1245 654 235</li>
<li><i class="fas fa-envelope-open"></i><span>Email : </span><a href="mailto:[email protected]" style="color: #6c6c6c;">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-sm-6">
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h3>Quick <span>Link</span></h3>
</div>
<div class="fw-link">
<ul>
<li><a href="about-us.php">About Us</a></li>
<li><a href="terms-conditions.php">Terms & Conditions</a></li>
<li><a href="privacy-Policy.php">Privacy Policy</a></li>
<li><a href="cookie-Policy.php">Cookie Policy</a></li>
<li><a href="sitemap.php">Sitemap</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h3>Follow <span>us</span></h3>
</div>
<div class="footer-social">
<ul>
<li><a href="https://www.facebook.com/askmedianetwork" target="blank"><i class="fab fa-facebook-f"></i></a></li>
<!-- <li><a href="https://www.youtube.com/channel/UCTpIm5MDqPvEcHIcPrLrA6Q" target="blank"><i class="fab fa-youtube"></i></a></li> -->
</ul>
</div>
</div>
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h5>Newsletter Sign Up</h5>
</div>
<div class="footer-newsletter">
<form action="#">
<input type="text" placeholder="Enter your email">
<button><i class="fas fa-rocket"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-fire"><img src="img/images/footer_fire.png" alt=""></div>
<div class="footer-fire footer-fire-right"><img src="img/images/footer_fire.png" alt=""></div>
</div>
<div class="copyright-wrap s-copyright-wrap">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="copyright-text">
<span><p class="fw-title mb-35">Copyright © 2022 . All Rights Reserved | Solution By <a href="https://vpsprojects.lk">VPS Projects</a></p></span>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-area-end -->
<!-- JS here -->
<script src="js/vendor/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.lettering.js"></script>
<script src="js/jquery.textillate.js"></script>
<script src="js/jquery.odometer.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!--Slider js here -->
</body>
</html>