-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvideo11.html
More file actions
309 lines (267 loc) · 25.5 KB
/
video11.html
File metadata and controls
309 lines (267 loc) · 25.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gotu&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/071fdb1ca4.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css\about.css">
<title>about page</title>
</head>
<body>
<!--..........................................header start...............................................-->
<section class="combi-navlogo">
<div class="container-fluid col-lg-12 col-md-12 col-sm-12 col-12">
<nav class="navbar navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand text-dark whole" href="#">
<label class="logo" style="color:white;">E</label>
<label class="logo" style="color:white;">A</label>
<label class="logo" style="color:white;">S</label>
<label class="logo" style="color:white;">Y</label>
<label class="logo" style="color:white;">w</label>
<label class="logo" style="color:white;">a</label>
<label class="logo" style="color:white;">y</label>
</a>
</nav>
</div>
</section>
<!--..........................................header end...............................................-->
<!--..........................................navbar start...............................................-->
<section class="heading">
<div class="container-fluid header">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-10">
<nav class="navbar navbar-expand-md navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="index.html">home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
services
</a>
<div class="dropdown-menu dropright video" aria-labelledby="navbarDropdown">
<a class="dropdown-item text-white" href="#">previous question</a>
<a class="dropdown-item text-white" href="#">free test</a>
<a class="dropdown-item text-white" href="#">AITS</a>
<a class="dropdown-item text-white dropdown dropdown-toggle video1" href="#" id="videoDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
video lecture
<div class="dropdown-menu videodiv" aria-labelledby="videoDropdown">
<a class="dropdown-item text-white" href="#">class 11</a>
<a class="dropdown-item text-white" href="#">class 12</a>
</div>
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#myservices">rank predictor</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html">contactus</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" data-toggle="modal" data-target="#myModal">login</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section> <br>
<!--..........................................navbar end...............................................-->
<!--..........................................class11 physcics start...............................................-->
<section>
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-4 col-4 offset-1 offset-sm-1 ">
<h2 class="m-auto text-white">CLASS 11</h2><br>
<h6 class="m-auto text-danger">PHYSCICS</h6><br>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLCtUyOrCJbxwWHRwd3aKdwUFqufWlnoBF" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLCtUyOrCJbxx1halJxN7sg0kW8uK_cMiN" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLCtUyOrCJbxzKx-Chuw4-J9jMJEOcJ7oW" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLCtUyOrCJbxwEPItyNjKLGZ4aRmqykkz7" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLCtUyOrCJbxwGaLNebjqbVu4yf-rC1TPX" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPss1H5RvOkpZdHZO1nCYzZDu" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsu9la5Cun-LZuLQ_MS90fyj" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssGtvVQvEn4n8iuevQlHl4n" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvtPPERcgGcWmfI4vZg_jLM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvEu3Zsoyt3EHmoybHek75h" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuwU3RyxDJFfVfA6_-DZpSN" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssWzRr66pJty0jHcOpncl4u" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssY6ihbJY0jreGetuzgDdSI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstMPpzPr2u3wtBA1Ix06eYM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/8fYhjU-yPhc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstGvQUiBRO0CP5nKvoHi7Xq" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsscpgtZ7HQ9cMxwoLUBRd88" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!--..........................................class11 phscics end...............................................-->
<!--..........................................class11 chemistry start...............................................-->
<section>
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-10 col-10 offset-1 offset-sm-1 ">
<h2 class="m-auto text-white">CLASS 11</h2><br>
<h6 class="m-auto text-danger">CHEMISTRY</h6><br>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstqkePISFXHe3x4oohFAXB3" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvkMc2kA4ZIs7SjHz70PvnI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssENkTRz35N1Fahz-a3KMM9" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuJZfrTpebcqpJWSQ9DkaV0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvK8_fiSxbEvT8fP-PCxH3F" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstHV4DZX9i-EEAD4WChWLW_" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstJLv45X1G56xpD5mLFllZc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvCCfC-XcZYIcNexaBGFSdi" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstzV9zXArcZO9VLDQWfqQia" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPst5bHfwlMcTTSpYfmESHFsF" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsujy3IR2GtPZqW24cpEJbzn" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuFLc-viowJ8yH1AFCo8s9D" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsteCt8ZrqOjLqS04_AE66c9" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstqiHX4F17cV3ogqljnoRtX" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstunADGs8II-n8a9-jqMUiY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstNvUIELl95ivFqo5hWG6sP" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuxACwaBL5bbIcf0xtMm3pP" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!--..........................................class11 chemistry end...............................................-->
<!--..........................................class11 math start...............................................-->
<section>
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-10 col-10 offset-1 offset-sm-1 ">
<h2 class="m-auto text-white">CLASS 11</h2><br>
<h6 class="m-auto text-danger">MATHEMATICS</h6><br>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstyGQz1RDNNmiSbBqEjp1xZ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstSG3XEo18qXHFGKk7uhW4D" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuxfkU9qUWUThnk0FoQ2bRr" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsu0uEMuheOCplM7nGxW4Bjd" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsv4fozbh_8qUhQb9EGYZdcD" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssMPJuhGZfYKn6MVqcDUjwJ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssGiTeIs9JUBBEFR6X4QEjq" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsvmqMPYZoOZvuBqQP9F9Kw5" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsulyPPXJfOeU-jQmmjx96zz" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsuuqbXdoFLqulQ1bgs8k7h4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPstn2nD-PGytsuSBmr8RPWtK" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsu0MP6Hg9bp8jL-raTpRa-Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPsttI22VqcdvOBSFUTVNpaW_" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPss9wVFIKVD54xTt_OvOeq81" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="videop" width="200" height="200" src="https://www.youtube.com/embed/videoseries?list=PLbu_fGT0MPssUJUfnGRIgQNeDr_yRgAqy" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!--..........................................class11 math end...............................................-->
<!--..........................................footer start...............................................-->
<section>
<div class="container-fluid">
<div class="row footer">
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>about easyway</h4>
<br><br>
<p>the world has become so fast that people don't want to stand by reading a page of information
to be they would would much rather look at easiest way to find all thing at aone platform.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>navigation links</h4>
<br><br>
<li><a href="index.html">home</a></li>
<li><a href="">services</a></li>
<li><a href="">rank predicator</a></li>
<li><a href="index.html">contactus</a></li>
<li><a data-toggle="modal" data-target="#myModal">login</a></li>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>contact us</h4>
<br><br>
<li>EMAIL id : <a href="mailto://04uvinayakkumar@gmail.com"> click here</a></li>
<li>contact no : <a href="#">8210771618</a></li>
</div>
<div class="scrolltop float-right">
<i class='fas fa-angle-up' style='font-size:40px;' onclick="topfunction()" id="mybt"></i>
</div>
</div>
</section>
<!--..........................................footer end...............................................-->
<!-- ......................................model login start................................... -->
<div class="modal fade" id="myModal">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<img src="img/head.png"class=" rounded-circle" style=" width:100px;">
<h4 class="m-auto">EASYWAY</h4>
<h4 class="modal-title m-auto">LOGIN</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="container col-lg-12 col-md-12 col-sm-12 col-12">
<form action="/action_page.php">
<div class="form-group">
<input type="name" class="form-control m-auto" autocomplete="off" required placeholder="enter your name" id="name" name="name">
</div>
<div class="form-group">
<input type="email" class="form-control m-auto"autocomplete="off" required placeholder="Enter email" id="email"name="email">
</div>
<div class="form-group">
<input type="password" class="form-control m-auto"autocomplete="off" required placeholder="Enter your password" id="mobile" name="password">
</div>
<div class="form-group button">
<button type="submit" class="btn m-auto">login</button>
<a href="signup.html" class="btn m-auto">signup</a>
</div>
</form>
</div>
</div>
<!-- Modal footer-->
<div class="modal-footer">
<button type="button" class="btn btn-danger m-auto" data-dismiss="modal" >Close</button>
</div>
</div>
</div>
</div>
<!-- ......................................model login end...................................-->
<!--..........................................javascript start...............................................-->
<script>
mybutton=document.getElementById("mybt");
window.onscroll =function(){scrollfunction()};
function scrollfunction()
{
if(document.body.scrollTop >20 || document.documentElement.scrollTop>20)
{
mybutton.style.display ="block";
}
else{
mybutton.style.display="none";
}
}
function topfunction()
{
document.body.scrollTop=0;
document.documentElement.scrollTop=0;
}
</script>
<!--..........................................javascript end...............................................-->
</body>
</html>