-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
105 lines (95 loc) · 5.89 KB
/
aboutus.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
<!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">
<script src="https://kit.fontawesome.com/4ce3c72d8d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="footer.css">
<title>Footer Area</title>
</head>
<body id="footer">
<footer>
<!-- About Us Page start -->
<div id="about_us">
<h1 id="heading">About Us</h1>
<p id="para1">At Zee5, the online video streaming Over The Top (OTT) platform, we truly believe that for entertainment to come alive, you need to feel it. That’s where Zee5 brings in the advantage of the language of your comfort! With 12 navigational and featured languages across original features, live TV, catch up TV, lifestyle shows, children's programmes, exclusive short series and acclaimed plays - it’s unlimited entertainment in the language that sounds like home. Zee5 offers an exhaustive array of content; with 90+ live TV channels and 1.25 lac+ hours of viewing across the languages of English, Hindi, Bengali, Malayalam, Tamil, Telugu, Kannada, Marathi, Oriya, Bhojpuri, Gujarati & Punjabi making it a complete video destination for OTT viewers. Our exhaustive selection of Bollywood and language movies make us the preferred destination for an avid cinema connoisseur.</p>
<p id="para2">We offer a comfortable and friendly user experience with highly evolved video streaming technology at amazing speed and crystal clear sounds. Language Navigation, Seamless Video playback, Smart Content Search & recommendation, option to choose video quality and much more create a video experience like no other. All you need is a compatible connected device. Tune into Zee5 now, in your language!</p>
<p id="para3">Zee5 can be accessed at<a id="Zee_five" href="https://www.zee5.com/" target="blank"> www.zee5.com </a>and application for downloading on mobile, tablet, laptop, desktop, etc. is available on the Google Play Store and Apple App Store. </p>
</div>
<hr>
<!-- About Us page End -->
<!-- Footer Page Start -->
<div class="cont1">
<div class="content1">
<p>Download Apps</p>
<div class="img1"> <img class="innimg" src="https://www.zee5.com/images/play_store.png?ver=2.51.26" alt=""></div>
<div class="img2"><img class="innimg" src="https://www.zee5.com/images/app_store.png?ver=2.51.26" alt=""></div>
</div>
<div class="content2">
<p>Contact With Us</p>
<a class="fa" href="https://www.facebook.com/ZEE5/" target="blank"> <button class="btn1 face"><i class="fa-brands fa-facebook-square"></i></button> </a>
<a class="fa" href="https://www.instagram.com/zee5/" target="blank"> <button class="btn1 insta"><i class="fa-brands fa-instagram"></i></button></a>
<a class="fa" href="https://twitter.com/zee5india" target="blank"> <button class="btn1 twitter"><i class="fa-brands fa-twitter"></i></button></a>
<a class="fa" href="https://www.youtube.com/channel/UCXOgAl4w-FQero1ERbGHpXQ" target="blank"> <button class="btn1 youtube"><i class="fa-brands fa-youtube"></i></button> </a>
</div>
</div>
<div class="cont2">
<p class="ahpt1"> <a id="about_us" href="aboutus.html">About Us</a> </p>
<p class="seprator">|</p>
<p class="ahpt2"><a id="help" href="helpcenter.html">Help Center</a> </p>
<p class="seprator">|</p>
<p class="ahpt2">Privacy Policy</p>
<p class="seprator">|</p>
<p class="ahpt2">Terms Of Use</p>
</div>
<div class="cont3">
<div class="box_info1">
<p class="p_head">Popular TV Shows</p>
<p class="p">Kumkum Bhagya</p>
<p class="p">Kundali Bhagya</p>
<p class="p">Bhagya Lakshmi</p>
<p class="p">Tujhse Hai Raabta</p>
<p class="p">Kyun Rishton Mein Katti Batti</p>
</div>
<div class="box_info2" >
<p class="p_head">Premium Movies</p>
<p class="p">Kya Meri Sonam Gupta Bewafa Hai?</p>
<p class="p">Helmet</p>
<p class="p">200 Halla Ho</p>
<p class="p">14 Phere</p>
<p class="p">Dail 100</p>
</div>
<div class="box_info3">
<p class="p_head">Popular LIVE TV Channels</p>
<p class="p">Aaj Tak</p>
<p class="p">Zee News</p>
<p class="p">Zee TV HD</p>
<p class="p">&TV HD</p>
<p class="p">Zee Marathi HD</p>
</div>
<div class="box_info4">
<p class="p_head">Popular Web Series</p>
<p class="p">Sunflower</p>
<p class="p">Jeet Ki Zid</p>
<p class="p">Bicchoo Ka Khel</p>
<p class="p">state Of Siege: 26/11</p>
<p class="p">Naxalbari</p>
</div>
<div class="box_info5">
<p class="p_head">Bollywood Top Celebrities</p>
<p class="p">Sunny Leone</p>
<p class="p">Disha Patani</p>
<p class="p">Deepika Padukone</p>
<p class="p">Salman Khan</p>
<p class="p">Nora Fatehi</p>
</div>
</div>
<div>
</div>
<p class="copy_right">Best viewed on Google Chrome 80+, Microsoft Edge 81+, Mozilla Firefox 75+, Safari 5.1.5+
Copyright © 2022 Zee Entertainment Enterprises Ltd. All rights reserved.</p>
</footer>
<!-- Footer Page End -->
</body>
</html>