forked from tamojit-123/studyportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
299 lines (284 loc) · 15 KB
/
video.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" href="img/book.png" type="image/x-icon">
<title>StudyMatrix™ — User</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<link rel="stylesheet" href="css/style1.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
</head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<!-- Navbar -->
<nav class="main-header navbar navbar-expand navbar-white navbar-light">
<!-- Left navbar links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#"><i class="fas fa-bars"></i></a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="courses.html" class="nav-link">Courses</a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="team.html" class="nav-link">Our Team</a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a href="blog.html" class="nav-link">Blog</a>
</li>
</ul>
<!-- SEARCH FORM -->
<form class="form-inline ml-3">
<div class="input-group input-group-sm">
<input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-navbar" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</form>
<!-- Right navbar links -->
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
</ul>
</nav>
<!-- /.navbar -->
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<!-- Brand Logo -->
<a href="index.html" class="brand-link">
<img src="img/book.png" alt="Logo" class="brand-image img-circle elevation-3"
style="opacity: .8">
<span class="brand-text font-weight-light">StudyMatrix™</span>
</a>
<!-- Sidebar -->
<div class="sidebar">
<!-- Sidebar user panel (optional) -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="image">
<img src="img/user.png" class="img-circle elevation-2" alt="User Image">
</div>
<div class="info">
<a href="#" class="d-block">User Name</a>
</div>
</div>
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
data-accordion="false">
<!-- Add icons to the links using the .nav-icon class
with font-awesome or any other icon font library -->
<li class="nav-item has-treeview menu-open">
<a href="#" class="nav-link active">
<i class="nav-icon fas fa-user-check"></i>
<p>
User Panel
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="fas fa-chart-line nav-icon"></i>
<p>Activity</p>
</a>
</li>
<li class="nav-item">
<a href="index.html" class="nav-link">
<i class="fas fa-home nav-icon"></i>
<p>Home</p>
</a>
</li>
<li class="nav-item">
<a href="courses.html" class="nav-link">
<i class="fas fa-book nav-icon"></i>
<p>Courses</p>
</a>
</li>
<li class="nav-item">
<a href="starter.html" class="nav-link">
<i class="fas fa-book-open nav-icon"></i>
<p>Study Materials & Books</p>
</a>
</li>
<li class="nav-item">
<a href="courses.html" class="nav-link">
<i class="fas fa-video nav-icon"></i>
<p>Videos</p>
</a>
</li>
<li class="nav-item">
<a href="courses.html" class="nav-link">
<i class="fas fa-sticky-note nav-icon"></i>
<p>Question Paper</p>
</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">
<i class="fas fa-users nav-icon"></i>
<p>Our Team</p>
</a>
</li>
<li class="nav-item">
<a href="blog.html" class="nav-link">
<i class="fab fa-blogger nav-icon"></i>
<p>Blog</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-bell"></i>
<p>Notification<span class="right badge badge-danger">New</span></p>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="index.html" class="nav-link">
<i class="fas fa-power-off nav-icon"></i>
<p>Logout</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark">User Page</h1>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="starter.html">User Page</a></li>
<li class="breadcrumb-item active">Video</li>
</ol>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<section id="filter_grid-4"
class="page__component page__component--movies page__component--filter_grid section__color__ "
data-top-component="filter_grid" data-page-position="5">
<div class="full-content">
<div class="sort-results">
<span aria-live="assertive" class="sort-results__number">Videos</span>
</div>
<div class="content-grid">
<div class="grid-base grid__3">
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/6UAIbw5hv8U"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xitvZvAAS4w"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vLnPwxZdW4Y"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe src="https://www.youtube.com/embed/Ew_xRvXorKU" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z4WN2Z9okfs"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xVFMmyROOo4"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe src="https://www.youtube.com/embed/PwmSa09Cl6E" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe src="https://www.youtube.com/embed/si-KFFOW2gw" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe width="560" height="315" src="https://www.youtube.com/embed/qCVvNNKdF6s"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe src="https://www.youtube.com/embed/v2wwXdcicQQ" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob ">
<iframe src="https://www.youtube.com/embed/6bqe_QJ0yls" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="embed-responsive embed-responsive-16by9 mvl-card mvl-card--lob">
<iframe src="https://www.youtube.com/embed/AFMcGSqEMZQ" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div class="content-grid__load-more"></div>
</div>
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-none d-sm-inline">
Supporting learners at every stage. StudyMatrix delivers courses for curious minds
on topics ranging from data and computer science.
</div>
<!-- Default to the left -->
<strong>Copyright ©2019 <a href="https://adminlte.io">StudyMatrix™</a>.</strong> All rights reserved.
</footer>
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
</body>
</html>