-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvid.html
146 lines (124 loc) · 6.5 KB
/
vid.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<title>Nomtes - Best Notes, PYQs, for students</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Tech" name="keywords" />
<meta content="Nomtes - Get High quality Notes, Akash, Question Paper and videos for BCA , BBA courses"
name="description" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://xbotics7.github.io/Nomtes/vid.html" />
<link href="images/favicon.ico" rel="icon">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<!--google font-->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/vid.css">
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/anim.css">
<!-- icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175250230-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-175250230-2');
</script>
</head>
<body class="light">
<nav class="navbar navbar-expand-lg navbar-dark my-md-4 my-sm-2 mr-md-5">
<a class="navbar-brand" href="./">Nomtes</a>
<button class="navbar-toggler ml-auto mb-2" style="border:none;" 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 mt-2 mt-md-0 text-center">
<li class="nav-item text-center">
<a class="nav-link" href="./">Home</a>
</li>
<li class="nav-item dropdown active ">
<a class="nav-link dropdown-toggle" href="./course.html" role="button">
Courses<span class="sr-only">(current)</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="./semester.html?id=BCA">BCA</a>
<a class="dropdown-item" href="./semester.html?id=MCA">MCA</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<li class="nav-item d-lg-none">
<a class="nav-link" onclick="changePageTheme()">Change Theme</a>
</li>
<a class="btn-theme d-none d-lg-inline-flex" onclick="changePageTheme()" data-toggle="tooltip"
data-placement="bottom" title="Change theme"><i class="bi bi-moon theme-icon"></i></a>
</ul>
</div>
</nav>
<div class="container-fluid main-cont">
<div class="container-fluid ml-md-2">
<div class="row row-cont">
<div class="col-md-4 come-in">
<h2 class="header-title font-weight-bold">VIDEOS</h2>
<div id="vid-list-cont">
</div>
</div>
<div class="col-md-6 come-in mt-5 mt-md-0">
<h1 id="vid-title"></h1>
<div id="vid-frame">
</div>
</div>
</div>
</div>
<div class="social-parent come-in">
<a class="social-icon" href="https://xbotics7.github.io/" target="_blank">
<img src="./images/x_30.png" alt="Xbotics7" height="26px" class="mr-3 mb-md-3"></a>
<a class="social-icon" href="https://www.instagram.com/xbotics7/" target="_blank"><i
class="fa fa-instagram fa-lg mr-3 icons"></i></a>
<a class="social-icon" href="https://github.com/Xbotics7" target="_blank"><i
class="fa fa-github fa-lg my-4 mr-3 icons"></i></a>
<a class="social-icon" href="https://twitter.com/xbotics7" target="_blank"><i
class="fa fa-twitter fa-lg icons"></i></a>
</div>
</div>
<div class="modal fade" id="notesModalCenter" tabindex="-1" role="dialog" aria-labelledby="notesModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title font-weight-bold" id="notesModalLongTitle">NOTES</h2>
<button type="button" class="close text-white" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="notes-pop-body">
</div>
</div>
</div>
</div>
<h2 class="not-available d-none">Not available right now!</h2>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
<script src="./js/vid.js"></script>
</html>