Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d7d3311
Added video and track files for the accessible player
monthebrice2000 May 13, 2022
8a9f9d5
Added video and track files for the accessible player Complete refact…
monthebrice2000 May 13, 2022
bd2eb13
Added video and track files for the accessible player
monthebrice2000 May 15, 2022
41053f4
complete refactoring of Initialize class
monthebrice2000 May 15, 2022
03f368e
complete refactoring of Preference class
monthebrice2000 May 15, 2022
99b82f5
complete refactoring of WebVTT class
monthebrice2000 May 15, 2022
1f3bdbe
Complete refactoring of Track Class
monthebrice2000 May 15, 2022
9744351
complete refactoring of AccessibleSlider class
monthebrice2000 May 15, 2022
266513d
complete refactoring of Volume class
monthebrice2000 May 15, 2022
cadb201
complete refactoring of AccessibleDialog
monthebrice2000 May 15, 2022
d76926e
complete refactoring of Misc class
monthebrice2000 May 15, 2022
8a9bdbd
complete refactoring of Description Class
monthebrice2000 May 15, 2022
64fe405
complete refactoring of Browser Class
monthebrice2000 May 15, 2022
b65fe15
complete refactoring of Control Class
monthebrice2000 May 16, 2022
0743460
complete refactoring of caption class
monthebrice2000 May 16, 2022
3a11cb6
complete refactoring of chapter class
monthebrice2000 May 16, 2022
b551698
complete refactoring of Metadata Class
monthebrice2000 May 16, 2022
e44eff7
Complete refactoring of Transcript Class
monthebrice2000 May 16, 2022
7c021b0
Complete refactoring of Search Class
monthebrice2000 May 16, 2022
ee506c5
Complete refactoring of CustomEvent Class
monthebrice2000 May 16, 2022
5dcc90d
complete refactoring of Langs Class
monthebrice2000 May 16, 2022
85d500d
Complete refactoring of Translation Class
monthebrice2000 May 16, 2022
579372d
complete refactoring of Sign Class
monthebrice2000 May 16, 2022
74d23d3
complete refactoring of DragDrop Class
monthebrice2000 May 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37,238 changes: 21,158 additions & 16,080 deletions build/ableplayer.dist.js

Large diffs are not rendered by default.

36,591 changes: 20,519 additions & 16,072 deletions build/ableplayer.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/ableplayer.min.css

Large diffs are not rendered by default.

21 changes: 18 additions & 3 deletions build/ableplayer.min.js

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions build/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;600;700&display=swap");
*, *::before, *::after {
margin: 0;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
text-decoration: none;
font-weight: bold;
}

.main {
width: 100vw;
height: 100vh;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 10vh 90vh;
place-content: center;
background-color: #ffffff;
}
.main .header {
width: 100%;
height: 100%;
background-color: #000;
display: grid;
grid-template-columns: 90%;
grid-template-rows: 75%;
place-content: center;
}
.main .header .container {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 70px minmax(max-content, 40%);
grid-template-rows: 100%;
place-content: center flex-start;
place-items: center;
}
.main .header .container .logo {
font-size: 100%;
width: 100%;
height: 100%;
}
.main .header .container .title {
font-size: calc(100% + .6em);
color: #ffffff;
font-weight: bold;
width: 90%;
height: 100%;
display: grid;
place-content: center flex-start;
}
.main .body {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 95%;
grid-template-columns: 95%;
place-content: center;
}
.main .body video {
font-size: calc(100% + .6em);
color: #ffffff;
font-weight: bold;
width: 90%;
height: 100%;
display: grid;
place-content: center flex-start;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.able-offscreen {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
color: white;
font-size: calc( 300% + .5em );
display: grid;
place-content: center;
}

.able-big-play-button {
width: 100%;
height: 100%;
}
.able-big-play-button.icon-play::before {
width: 100%;
height: 100%;
display: grid;
place-content: center;
}
.able-big-play-button.icon-stop::before {
width: 100%;
height: 100%;
display: grid;
place-content: center;
}

img, svg {
width: 100%;
height: 100%;
}

svg {
height: 100%;
fill: gray;
}
993 changes: 993 additions & 0 deletions button-icons/Demo lecteur accessible.html

Large diffs are not rendered by default.

Binary file added button-icons/TOASTBEL.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion button-icons/able-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/descriptionsno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/signno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/subt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/subt2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/transcriptno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/black/volume-unmute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/fonts/AccessibleDfA.otf
Binary file not shown.
Binary file added button-icons/fonts/AccessibleDfA.ttf
Binary file not shown.
Binary file added button-icons/fonts/HelvNeue55_W1G.woff
Binary file not shown.
879 changes: 879 additions & 0 deletions button-icons/fonts/HelvNeue55_W1G.woff2

Large diffs are not rendered by default.

Binary file added button-icons/fonts/HelvNeue75_W1G.woff
Binary file not shown.
Binary file added button-icons/fonts/HelveticaNeue.ttf
Binary file not shown.
3 changes: 2 additions & 1 deletion button-icons/fonts/able.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added button-icons/fonts/comic.ttf
Binary file not shown.
Binary file added button-icons/fonts/consola.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions button-icons/orange_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading