-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (169 loc) · 7.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="d8U11jmAPED9rvKOFjc2Z3ssakkni6Ks9-I5fDacQus" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css
" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js
"></script>
<link rel="icon" href="img/VFLix-logos.jpeg" type="image/x-icon" />
<title>VFLix - Watch Series and Movies Online Free</title>
</head>
<body class="background-color text-light">
<!-- navbar -start -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark background">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/VFLix-logos.jpeg" alt="Bootstrap" width="30" height="30">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"><i class="ri-home-5-line"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="movies.html"><i class="ri-film-line"></i> Movies</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="WeSerise.html"><i class="ri-tv-2-line"></i> OTT</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" target="_blank" href="https://www.imdb.com/"><i
class="ri-movie-line"></i> IMDB</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="About.html"><i class="ri-file-list-3-line"></i>
About</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2 subscribe-input-color border-0 py-0" style="border-radius: 50px;"
type="search" aria-label="Search" placeholder="Search">
<button class="btn btn-outline-danger rounded-circle" type="submit" style="border:2px solid red;"><i
class="ri-search-line"></i></button>
</form>
</div>
</div>
</nav>
<!-- navbar -end -->
<!-- hero -start -->
<div class="px-4 pt-5 text-center border-bottom background">
<h1 class="display-4 fw-bold red-text">VFLix</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4 text-light" style="font-size: 15px;"> A Netflix-Clone, Unlimited movies, TV shows and more.
Watch
anywhere. Cancel anytime. Ready to watch? Enter your email to create
or restart your membership.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<button type="button" class="btn red-btn btn-md px-4 me-sm-3" style="border-radius: 50px;"><a href="SignIN.html"
style="text-decoration: none;" class="text-light">SUBSCRIBE</a></button>
<button type="button" class="btn red-btn btn-md px-4" style="border-radius: 50px;"><a href="LogIN.html"
style="text-decoration: none;" class="text-light">Log In</a></button>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh;">
<div class="container px-5">
<img src="img/Tv-GiFF.gif" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="700"
height="700" loading="lazy">
</div>
</div>
</div>
<!-- hero -end -->
<!-- mid-section1 -start -->
<div class="container my-5 px-5 text-center">
<div class="row">
<div class="col-md-6">
<p class="lead my-3 col-lg-10 fs-6"><strong>Watch on smart TVs,</strong> PlayStation, Xbox, Chromecast, Apple
TV, Blu-ray players and more.</p>
</div>
<div class="col-md-6">
<img src="img/netflix7.gif" class="img-fluid" alt="...">
</div>
</div>
</div>
<!-- mid-section1 -end -->
<!-- mid-section2 -start -->
<div class="container my-5 px-5 text-center">
<div class="row">
<div class="col-md-6">
<img src="img/NetDownloading.gif" class="img-fluid" alt="...">
</div>
<div class="col-md-6">
<p class="lead my-3 col-lg-10 fs-6"><strong>Download your shows to watch offline.</strong> Save your favourite
easily and always have something to watch.</p>
</div>
</div>
</div>
<!-- mid-section2 -end -->
<!-- mid-section3 -start -->
<div class="container my-5 px-5 text-center">
<div class="row">
<div class="col-md-6">
<p class="lead my-3 col-lg-10 fs-6"><strong>Watch everywhere.</strong> Stream unlimited movies and TV shows on
your phone, tablet, laptop,
and TV. </p>
</div>
<div class="col-md-6">
<img src="img/Mobile-GIFF.gif" class="img-fluid" alt="..." width="300" height="170">
</div>
</div>
</div>
<!-- mid-section3 -end -->
<!-- mid-section4 -start -->
<div class="container my-5 px-5 text-center">
<div class="row">
<div class="col-md-6">
<img src="img/Kid.png" class="img-fluid" alt="...">
</div>
<div class="col-md-6">
<p class="lead my-3 col-lg-10 fs-6"><strong>Create profile for kids.</strong> Send Children on adventures with
their favourite characters in a space
made just for them -- free with your membership.</p>
</div>
</div>
</div>
<!-- mid-section4 -end -->
<hr />
<!-- last-section -start -->
<div class="container col-xl-10 col-xxl-8 px-4">
<div class="row align-items-center g-lg-5 py-5">
<div class="col-lg-7 text-center text-lg-start">
<p class="col-lg-10" style="font-size: 15px;">Connect with VFLix and Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV,
Blu-ray players and more. Download your shows to watch offline. Save your favourite easily and always have
something to watch. Watch everywhere. </p>
</div>
<div class="col-md-10 mx-auto col-lg-5">
<!-- form -start -->
<form class="p-5 p-md-5 rounded-3 bg-dark">
<!-- <div class="mb-3">
<input type="email" class="form-control subscribe-input-color border-0 p-2" style="border-radius: 50px;" id="exampleFormControlInput1" placeholder="Enter your valid email">
</div>-->
<div class="mb-3">
<input type="number" class="form-control subscribe-input-color border-0 p-2" style="border-radius: 50px;"
id="exampleFormControlInput1" placeholder="Enter your number">
</div>
<button class="w-100 btn btn-md red-btn text-light" style="border-radius: 50px;"
type="submit">SUBSCRIBE</button>
</form>
<!-- form -end -->
</div>
</div>
</div>
<!-- last-section -end -->
<!-- footer -start -->
<footer class="background px-5 py-3">
<p class="text-footer text-center">
Copyright © 2030 VFLix.com [Netflix-Clone] - All packegs reserved
</p>
</footer>
<!-- footer -end -->
</body>
</html>