-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
209 lines (205 loc) · 11 KB
/
registration.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login & Register || Streamo - Media Streaming App Site</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"/>
</head>
<body>
<!----------------------------------------------Header start--------------------------------- -->
<section>
<div class="container-fluid regbg">
<div class="container py-3 ">
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/logo.webp" alt="">
</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-toggler1-icon text-light"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="28" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-white ms-4" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white ms-4" aria-current="page" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white ms-4 ms-2" aria-current="page" href="#">How it work</a>
</li>
<li class="nav-item">
<a class="nav-link text-white ms-4" aria-current="page" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link text-white ms-4" aria-current="page" href="#">Contact</a>
</li>
</ul>
<a href="index.html" class="text-decoration-none">
<button class="login rounded ms-4">Login</button></a>
</div>
</div>
</nav>
</div>
<div class="py-4 d-flex justify-content-center align-items-center ">
<div class="mt-5">
<h2 class="regtitle">Login & Register</h2>
<nav style="--bs-breadcrumb-divider: '';" class="d-flex justify-content-center" aria-label="breadcrumb">
<ol class="breadcrumb ">
<li class="breadcrumb-item"><a href="#" class=" text-white text-decoration-none">Home</a></li>
<li class="breadcrumb-item text-white"><b>></b></li>
<li class="breadcrumb-item active text-white" aria-current="page">Login & Register</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<!----------------------------------------------header end--------------------------------- -->
<!----------------------------------------------form start--------------------------------- -->
<section>
<div class="container heroreg d-flex justify-content-center">
<div class="row ">
<!-- <div class="col-3"></div> -->
<div class="col-lg-12 py-5">
<h2 class="py-5 text-center"><span class="loghed me-1 ">Login</span>|<span class=" ms-1 reghed">Register</span></h2>
<form>
<div class="mb-4">
<input type="email" class="form-control rounded-0" placeholder="User Name" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div class="mb-4">
<input type="password" placeholder="Password" class="form-control rounded-0" id="exampleInputPassword1">
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<div class="row">
<div class="col-lg-12">
<label class="form-check-label" for="exampleCheck1"><small>Remember me</small></label>
</div>
<!-- <div class="col-lg-6">
<label class="form-check-label" for="exampleCheck1"><small><a href="" class="text-danger text-decoration-none">Forgot password?</a></small></label>
</div> -->
</div>
</div>
<button type="submit" class="btn btn-primary rounded-0">Login</button>
</form>
</div>
<!-- <div class="col-3"></div> -->
</div>
</div>
</section>
<!----------------------------------------------form end--------------------------------- -->
<!---------------------------------------------footer start----------------------------------- -->
<footer class="bg-image bg-primary bg-transparent footbanner text-white pt-5 pb-4">
<div class="container text-left text-md-left mt-5">
<div class="row text-left text-md-left">
<div class="col-md-4 col-lg-4 col-xl-4 mx-auto mt-5">
<h4 class="mb-4 text-light fw-bold mt-3">About Streamo</h4>
<div class="footer-text">Eiusmod tempor incididunt ut la abore et minim <br>ven exerc itation ulla mco lboris naliquip ex ea <br> comm. </p>
</div>
<div>
<a href=""><i class="fab fa-facebook text-white "></i></a>
<a href=""><i class="fab fa-twitter text-white ms-3"></i></a>
<a href=""><i class="fab fa-instagram text-white ms-3"></i></a>
<a href=""><i class="fab fa-linkedin text-white ms-3"></i></a>
</div>
</div>
<div class="col-lg-2 col-lg-2 col-xl-2 mx-auto mt-5">
<h4 class="mb-4 text-light fw-bold mt-3">Company</h4>
<p>
<a href="streamo.html" class="explore" style="text-decoration: none;">Home</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">About</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">Service</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">Contact</a>
</p>
</div>
<div class="col-lg-2 col-lg-2 col-xl-2 mx-auto mt-5">
<h4 class="mb-4 text-light fw-bold mt-3">Services</h4>
<p>
<a href="" class="explore" style="text-decoration: none;">Video</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">Movie</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">Tv Series</a>
</p>
<p>
<a href="" class="explore" style="text-decoration: none;">Live</a>
</p>
</div>
<div class="col-lg-3 col-lg-3 col-xl-3 mx-auto mt-5">
<h4 class="mb-4 text-light fw-bold mt-3">Contact</h4>
<div class="icon">
<p>
<i class="fa fa-phone " style="font-size:15px;margin-right: 5px; "></i>
<a href="" class="text-white" style="text-decoration: none;"> +022222222</a>
</p>
</div>
<div class="icon">
<p>
<div class="row">
<div class="col-1 mt-2">
<i class="fa fa-home " style="font-size:15px;margin-right: 5px;"></i>
</div>
<div class="col">
<a href="" class="text-white" style="text-decoration: none;"> <small>Queen meri street abc/23<br> Bangladesh</small></a>
</div>
</div>
</p>
</div>
<div class="icon">
<p>
<i class="fa fa-envelope " style="margin-right: 5px;"></i>
<a href="" class="text-white" style="text-decoration: none;"> demo@gmail.com</a>
</p>
</div>
</div>
</div>
<div class="row text-center text-md-left ">
<div class="col-12">
<div class="row">
<hr>
<div class="col-lg-3">
<a><img src="" href="" class="text-decoration-none"> Copyright © 2023 All right reserve</a>
</div>
<div class="col-3">
</div>
<div class="col-lg-6">
<div class="row">
<div class="col">
<a href="" class="text-decoration-none help">Help</a>
</div>
<div class="col">
<a href="" class="text-decoration-none help">About</a>
</div>
<div class="col">
<a href="" class="text-decoration-none help">support</a>
</div>
<div class="col">
<a href="" class="text-decoration-none help">contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!---------------------------------------------footer end----------------------------------- -->
</body>
</html>