-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (179 loc) · 7.91 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
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
<!--INDEX PAGE-->
<!DOCTYPE html>
<html lang = "en" dir = "ltr">
<head>
<meta charset = "utf-8" >
<title>LOLLYWOOD LTD.</title>
<meta name ="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "Styles/indexStyles.css" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<!-- NAVIGATION BAR -->
<nav>
<input type="checkbox" id = "check">
<label for="check" class = "checkbtn">
<i class="fas fa-bars" style = "color: #907137;"></i>
</label>
<label ><img class ="logo" src="Images/logo.png"></label>
<ul>
<li><a class = "active" href = "index.html">Home</a></li>
<li><a href = "about.html">About</a></li>
<li><a href = "team.html">Team</a></li>
<li><a href = "contact.html">Contact</a></li>
</ul>
</nav>
<!-- LANDING PAGE OF THE HOME PAGE -->
<section class="bg-1">
<div class="videoholder">
<video class="primevid" width="auto" height="400" controls poster="Images/INTRUDER.png">
<source src="Video/prime.mp4" type="video/mp4">
</video>
</div>
<div class="headingholder">
<div class="main-title">
<div>
<b>RELEASING ON
<br>
29TH SEPTEMBER</b>
</div>
<div class="main-title-bottom">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half"></i>
<br>
<b>A romance thriller evolves as a
<br>
tense hostage crisis unfolds when a
<br>
ruthless ciminal kidnaps the princess
<br>
of Atlantis.</b>
</div>
</div>
</div>
</section>
<!-- SECTION TWO OF THE HOME PAGE WHICH SHOWS TRENDING MOVIES AND TRAILERS -->
<section class="bg-2">
<div class="sec-title">
<b>TOP TRENDING MOVIES</b>
</div>
<!-- ADDING THE POSTER FOR EACH MOVIE-->
<div class="trending-movies">
<div class="eachmov" >
<img src="Images/Poster-1.jpg" style = "width:100%">
</div>
<div class="eachmov" >
<img src="Images/Poster-2.jpg" style = "width:100%">
</div>
<div class="eachmov" >
<img src="Images/Poster-3.jpg" style = "width:100%">
</div>
<div class="eachmov">
<img src="Images/Poster-4.jpg" style = "width:100%">
</div>
<div class="eachmov" >
<img src="Images/Poster-5.jpg" style = "width:100%">
</div>
</div>
<div class="clear"></div>
<div class="sec-title" style="padding: 10px 0 20px 100px">
<b>MOST WATCHED TRAILERS</b>
</div>
<div class="trending-movies">
<!-- ADDING EACH TRAILER VIDEO-->
<div class="eachvid" >
<iframe width="100%" height = "200" src="https://www.youtube.com/embed/c25GKl5VNeY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="eachvid" >
<iframe width="100%" height = "200" src="https://www.youtube.com/embed/7uY1JbWZKPA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="eachvid" >
<iframe width="100%" height = "200" src="https://www.youtube.com/embed/K0eDlFX9GMc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="eachvid" >
<iframe width="100%" height = "200" src="https://www.youtube.com/embed/lzOH61u36W0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- REVIEWS SECTION OF THE HOME PAGE -->
<!-- INSPIRATION FROM W3SCHOOLS -->
<section class="bg-3">
<div class="slideshow-container">
<!--REVIEW 1-->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img class="quoteimg" src="Images/quotes.png">
<div class="eachtestimonial">
<div>"Lollywood Ltd. has done it again. What a phenomenl platform for movie production. I am truly in love with the latest release!"</div>
<br>
<div class="person"><b>Jngelina Aolie</b></div>
</div>
</div>
<!--REVIEW 2-->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img class="quoteimg" src="Images/quotes.png">
<div class="eachtestimonial">
<div>"I cannot name a better production house which encapsulates the emotions of the viewer so magnificently. From story-telling to acting, everything's simply perfect!"</div>
<br>
<div class="person"><b>Prad Bitt</b></div>
</div>
</div>
<!--REVIEW 3-->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img class="quoteimg" src="Images/quotes.png">
<div class="eachtestimonial">
<div>"Wow! I am mind-blown. I don't think any film studio could ever compare to Lollywood Ltd. in terms of its breath-taking cinematography."</div>
<br>
<div class="person"><b>Com Truise</b></div>
</div>
</div>
<!--CREATING PREVIOUS AND NEXT LINKS-->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!--ADDING THE DOTS FOR THE CAROUSEL-->
<div style="text-align:center" id="mydots">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
<!--FOOTER-->
<section class="footer">
<!-- ADDING FOOTER LOGOS FOR SOCIAL MEDIA -->
<div class="contactlogos">
<a href="https://www.facebook.com/login/" target="_blank"><img width="10%" src="Images/facebook.png"></a>
<a href="https://www.linkedin.com/" target="_blank"><img width="10%" src="Images/linkedin.png"></a>
<a href="https://www.instagram.com/?hl=en" target="_blank"><img width="10%" src="Images/instagram.png"></a>
</div>
<div class="footer-elements">
<!-- ADDING WEBSITE PAGES -->
<a href="index.html"><span style="word-spacing: 15px">HOME </span></a>
<span style="letter-spacing: 15px">|</span>
<a href="about.html"><span style="word-spacing: 15px">ABOUT </span></a>
<span style="letter-spacing: 15px">|</span>
<a href="team.html"><span style="word-spacing: 15px">TEAM </span></a>
<span style="letter-spacing: 15px">|</span>
<a href="contact.html"><span style="word-spacing: 15px">CONTACT </span></a>
<div style="padding-top: 10px">
<!-- ADDING CONTACT INFORMATION -->
<i class="far fa-envelope"> <span class="icontxt"> [email protected]</span></i>
<i style="padding-left: 30px;" class="fas fa-phone-alt"> <span class="icontxt"> (+971) 563 936948</span></i>
<i style="padding-left: 30px;" class="fas fa-home"> <span class="icontxt"> Al Ain Palace, 39th Street, 02970 </span></i>
</div>
<div style="padding-top: 10px; font-size: 11px">COPYRIGHT © 2020 LOLLYWOOD LTD. All Rights Reserved.</div>
</div>
<div>
</div>
</section>
<!-- ADDDING THE JAVASCRIPT FILE -->
<script src="Scripts/script.js"></script>
</body>
</html>