Compare commits
1 Commits
master
...
ui-impleme
Author | SHA1 | Date | |
---|---|---|---|
5f96767f49 |
BIN
00-intro.mp4
BIN
00-intro.mp4
Binary file not shown.
BIN
00-intro.png
BIN
00-intro.png
Binary file not shown.
Before Width: | Height: | Size: 141 KiB |
BIN
01-analogies.mp4
BIN
01-analogies.mp4
Binary file not shown.
BIN
01-analogies.png
BIN
01-analogies.png
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
BIN
03-faq.mp4
BIN
03-faq.mp4
Binary file not shown.
BIN
03-faq.png
BIN
03-faq.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
57
index.html
57
index.html
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@ -8,84 +8,79 @@
|
||||||
<title>Educational Bitcoin videos</title>
|
<title>Educational Bitcoin videos</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h3 class="heading">Bitcoin educational videos </h3>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Main video container start -->
|
|
||||||
<div class="main-video">
|
<div class="main-video">
|
||||||
<h1 class="heading"> Bitcoin educational videos </h1>
|
|
||||||
|
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<video controls preload="none" poster="00-intro.png">
|
<video controls autoplay>
|
||||||
<source src="00-intro.mp4" type="video/mp4">
|
<source src="00-intro.mp4" type="video/mp4">
|
||||||
<track default src="00-intro.vtt" kind="captions" srclang="en" label="English">
|
<track default src="00-intro.vtt" kind="captions" srclang="en" label="English">
|
||||||
|
|
||||||
</video>
|
</video>
|
||||||
<h3 class="title">01. Intro</h3>
|
<h3 class="title">01. Intro</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Main video container end -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Sidebar scroller start -->
|
|
||||||
<div class="video-list">
|
<div class="video-list">
|
||||||
<div class="vid active">
|
<div class="vid active">
|
||||||
<!-- <video controls muted preload="none" poster="00-intro.png">
|
<video controls muted autoplay>
|
||||||
<source src="00-intro.mp4" type="video/mp4">
|
<source src="00-intro.mp4" type="video/mp4">
|
||||||
<track default src="00-intro.vtt" kind="captions" srclang="en" label="English">
|
<track default src="00-intro.vtt" kind="captions" srclang="en" label="English">
|
||||||
</video> -->
|
|
||||||
<img src="00-intro.png" alt="00-intro" data-video="00-intro.mp4" data-vtt="00-intro.vtt">
|
|
||||||
|
|
||||||
|
</video>
|
||||||
<h3 class="title">01. Intro</h3>
|
<h3 class="title">01. Intro</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="vid">
|
<div class="vid">
|
||||||
<img src="01-analogies.png" alt="01-analogies" data-video="01-analogies.mp4" data-vtt="01-analogies.vtt">
|
<video controls muted autoplay>
|
||||||
<!-- <video controls muted preload="none" poster="01-analogies.png">
|
|
||||||
<source src="01-analogies.mp4" type="video/mp4">
|
<source src="01-analogies.mp4" type="video/mp4">
|
||||||
<track default src="01-analogies.vtt" kind="captions" srclang="en" label="English">
|
<track default src="01-analogies.vtt" kind="captions" srclang="en" label="English">
|
||||||
</video> -->
|
|
||||||
|
</video>
|
||||||
<h3 class="title">02. Analogies</h3>
|
<h3 class="title">02. Analogies</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="vid">
|
<div class="vid">
|
||||||
<img src="02-principles.png" alt="02-principles" data-video="02-principles.mp4" data-vtt="02-principles.vtt">
|
<video controls muted autoplay>
|
||||||
<!-- <video controls muted preload="none" poster="02-principles.png">
|
|
||||||
<source src="02-principles.mp4" type="video/mp4">
|
<source src="02-principles.mp4" type="video/mp4">
|
||||||
<track default src="02-principles.vtt" kind="captions" srclang="en" label="English">
|
<track default src="02-principles.vtt" kind="captions" srclang="en" label="English">
|
||||||
</video> -->
|
|
||||||
|
</video>
|
||||||
<h3 class="title">03. Principles</h3>
|
<h3 class="title">03. Principles</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="vid">
|
<div class="vid">
|
||||||
<img src="03-faq.png" alt="03-faq" data-video="03-faq.mp4" data-vtt="03-faq.vtt">
|
<video controls muted autoplay>
|
||||||
<!-- <video controls muted preload="none" poster="03-faq.png">
|
|
||||||
<source src="03-faq.mp4" type="video/mp4">
|
<source src="03-faq.mp4" type="video/mp4">
|
||||||
<track default src="03-faq.vtt" kind="captions" srclang="en" label="English">
|
<track default src="03-faq.vtt" kind="captions" srclang="en" label="English">
|
||||||
</video> -->
|
|
||||||
|
</video>
|
||||||
<h3 class="title">04. FAQ</h3>
|
<h3 class="title">04. FAQ</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Sidebar scroller start -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"/> -->
|
||||||
<script>
|
<script>
|
||||||
let listVideo= document.querySelectorAll('.video-list .vid');
|
let listVideo= document.querySelectorAll('.video-list .vid');
|
||||||
let mainVideo= document.querySelector('.main-video video')
|
let mainVideo= document.querySelector('.main-video video')
|
||||||
let title = document.querySelector('.main-video .title')
|
let title = document.querySelector('.main-video .title')
|
||||||
listVideo.forEach(video =>{
|
listVideo.forEach(video =>{
|
||||||
if(video){
|
|
||||||
video.onclick = () =>{
|
video.onclick = () =>{
|
||||||
listVideo.forEach(vid => vid.classList.remove('active'));
|
listVideo.forEach(vid => vid.classList.remove('active'));
|
||||||
video.classList.add('active');
|
video.classList.add('active');
|
||||||
let src = document.getElementsByClassName('active').item('img').children[0].attributes['data-video'].nodeValue;
|
console.log("video",video)
|
||||||
// let vtt = document.getElementsByClassName('active').item('img').children[0].attributes['data-vtt'].nodeValue;
|
let src = document.getElementsByClassName('active').item('video').children[0].currentSrc;
|
||||||
let poster = document.getElementsByClassName('active').item('img').children[0].src;
|
// let src = $('.active').children[0].currentSrc;
|
||||||
if(video.classList.contains('active')){
|
if(video.classList.contains('active')){
|
||||||
|
// let src = video
|
||||||
|
console.log("here is the src",src)
|
||||||
mainVideo.src = src;
|
mainVideo.src = src;
|
||||||
mainVideo.children[0].attributes['src'].nodeValue = src;
|
|
||||||
// mainVideo.children[1].attributes['src'].nodeValue = vtt;
|
|
||||||
mainVideo.poster = poster;
|
|
||||||
let text = video.children[1].innerHTML;
|
let text = video.children[1].innerHTML;
|
||||||
title.innerHTML = text;
|
title.innerHTML = text;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
153
style.css
153
style.css
|
@ -1,155 +1,144 @@
|
||||||
* {
|
*{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
body {
|
background: transparent;
|
||||||
background: #fff;
|
}
|
||||||
overflow: hidden;
|
.heading{
|
||||||
}
|
color: #fff;
|
||||||
|
|
||||||
.heading {
|
|
||||||
color: dimgrey;
|
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container{
|
||||||
display: -ms-grid;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
-ms-grid-columns: 2fr 1fr;
|
|
||||||
grid-template-columns: 2fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
-webkit-box-align: start;
|
|
||||||
-ms-flex-align: start;
|
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 5px 5%;
|
padding: 5px 5%;
|
||||||
}
|
}
|
||||||
|
.container .main-video{
|
||||||
.container .main-video {
|
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
.container .main-video video{
|
||||||
.container .main-video video {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
|
||||||
|
|
||||||
.container .main-video video .title {
|
}
|
||||||
|
.container .main-video video .title{
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .video-list {
|
.container .video-list{
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: 100vh;
|
height: 520px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
|
||||||
|
|
||||||
.container .video-list .vid video {
|
|
||||||
|
}
|
||||||
|
.container .video-list .vid video{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
|
||||||
|
|
||||||
.container .main-video .title {
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.container .main-video .title{
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .video-list::-webkit-scrollbar {
|
.container .video-list{
|
||||||
|
background: white;
|
||||||
|
border-radius: 5px;
|
||||||
|
height: 520px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container .video-list::-webkit-scrollbar{
|
||||||
width: 7px;
|
width: 7px;
|
||||||
}
|
}
|
||||||
|
.container .video-list::-webkit-scrollbar-track{
|
||||||
.container .video-list::-webkit-scrollbar-track {
|
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
|
||||||
|
|
||||||
.container .video-list::-webkit-scrollbar-thumb {
|
}
|
||||||
background: #ccc;
|
|
||||||
|
.container .video-list::-webkit-scrollbar-thumb{
|
||||||
|
background: grey;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
|
||||||
|
|
||||||
.container .video-list .vid video {
|
}
|
||||||
|
.container .video-list .vid video{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
|
||||||
|
|
||||||
.container .video-list .vid {
|
}
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
|
.container .video-list .vid{
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, .1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-ms-flex-direction: column;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.container .video-list .vid:hover{
|
||||||
.container .video-list .vid:hover {
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .video-list .vid.active {
|
.container .video-list .vid.active{
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
.container .video-list .vid.active.title{
|
||||||
.container .video-list .vid.active.title {
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .video-list .vid .title {
|
.container .video-list .vid .title{
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .video-list .vid video {
|
.container .video-list .vid video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:994px){
|
||||||
|
.container{
|
||||||
|
|
||||||
@media (max-width: 994px) {
|
|
||||||
.container {
|
|
||||||
-ms-grid-columns: 1.5fr 1fr;
|
|
||||||
grid-template-columns: 1.5fr 1fr;
|
grid-template-columns: 1.5fr 1fr;
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
}
|
||||||
.container {
|
@media(max-width:778px){
|
||||||
-ms-grid-columns: 1fr;
|
.container{
|
||||||
|
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
.container .video-list {
|
|
||||||
background: white;
|
|
||||||
border-radius: 5px;
|
|
||||||
height: 100VH;
|
|
||||||
overflow-y: auto;
|
|
||||||
padding-bottom: 75vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=style.css.map */
|
|
||||||
.vid img{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user