-
Notifications
You must be signed in to change notification settings - Fork 305
/
example.html
98 lines (86 loc) · 4.72 KB
/
example.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
<html>
<head>
<title>Video Tool</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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/card-styles.css">
</head>
<body>
<section id="main" class="container-fluid row mt-1">
<div class="col-sm-4">
<!-- <video id="video" width="720" controls disablePictureInPicture controlsList="nofullscreen nodownload"
src="https://www.dropbox.com/s/fi7dldzbrdqrmvk/WATER%20CYCLE.mp4?dl=1"></video> -->
<video width="70%" id="video" controls disablePictureInPicture controlsList="nodownload"
src="assets/fc5f635075022c2391c6530b93d9404026888743-720p.mp4"></video>
</div>
<div class="col-sm-4" >
<!-- <video id="video" width="720" controls disablePictureInPicture controlsList="nofullscreen nodownload"
src="https://www.dropbox.com/s/fi7dldzbrdqrmvk/WATER%20CYCLE.mp4?dl=1"></video> -->
<video width="70%" id="video6" controls disablePictureInPicture controlsList="nodownload"
src="./_Assessment/assets/SZ_GeneralSection_CheckList_AR_3991.mp4"></video>
</div>
<div id="side_panel" class="col-sm-4"></div>
</section>
<!-- <section>-->
<!-- <a data-fancybox="gallery" href="big_1.jpg"><video src="assets/fc5f635075022c2391c6530b93d9404026888743-720p.mp4" /></a>-->
<!-- <a data-fancybox="gallery" href="big_2.jpg"><video src="assets/fc5f635075022c2391c6530b93d9404026888743-720p.mp4" /></a>-->
<!-- </section>-->
<div class="col-sm-4" >
<a data-fancybox href="#myVideo">
HTML5 video element
<video width="70%" id="video2" controls disablePictureInPicture controlsList="nodownload"
src="./_Assessment/assets/SZ_GeneralSection_CheckList_AR_3991.mp4"></video>
</a>
</div>
<!-- <div class="col-sm-4" >-->
<!-- <a data-fancybox href="#myVideo" >-->
<!-- HTML5 video element-->
<!-- <video width="70%" id="video3" controls disablePictureInPicture controlsList="nodownload"-->
<!-- src="./_Assessment/assets/XX_CV_CheckList_AR_3991.mp4"></video>-->
<!-- </a>-->
<!-- </div>-->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"-->
<script src="./js/Scripts/jquery-3.3.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="js/video-cards.js"></script>
<!-- <script>-->
<!-- const cards = [-->
<!-- {-->
<!-- timestamp: "0:02",-->
<!-- type: "definition",-->
<!-- data: {-->
<!-- term: "Water Cycle",-->
<!-- definition: "The continuous movement of water on, above, and below the surface of the Earth."-->
<!-- }-->
<!-- },-->
<!-- {-->
<!-- timestamp: "0:05",-->
<!-- type: "multiple_choice",-->
<!-- data: {-->
<!-- question: "Which of the following is NOT a part of the water cycle?",-->
<!-- options: [-->
<!-- "Condensation",-->
<!-- "Carboxylation",-->
<!-- "Evaporation",-->
<!-- "Precipitation"-->
<!-- ],-->
<!-- answer: "Carboxylation"-->
<!-- }-->
<!-- }-->
<!-- ];-->
<!-- createCards(cards);-->
<!-- </script>-->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>-->
<link href="/js/fancybox/jquery.fancybox.min.css" rel="stylesheet">
<script src="/js/fancybox/jquery.fancybox.min.js"></script>
</body>
</html>