Commit d1d9a400 authored by Romain Loth's avatar Romain Loth

video explanation in right panel

parent b38f97ad
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
<link rel="stylesheet" href="libs/bootswatch/css/bootswatch.css"> <link rel="stylesheet" href="libs/bootswatch/css/bootswatch.css">
<link rel="stylesheet" href="libs/css2/font.css" type="text/css"> <link rel="stylesheet" href="libs/css2/font.css" type="text/css">
</head> </head>
<body class="gradient"> <body class="gradient">
...@@ -318,8 +317,13 @@ ...@@ -318,8 +317,13 @@
onClick='cancelSelection(false);' onClick='cancelSelection(false);'
>X</button> >X</button>
<!-- TODO: put the video on cloud for better streaming & player -->
<video width="100%"
id="video_explanation"
src="video/AXA2015.mp4" controls="" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></video>
<div id="tips"></div> <div id="tips"></div>
<div id="names"></div> <div id="names"></div>
<br> <br>
<div id="tab-container" class='tab-container' style="display: none;"> <div id="tab-container" class='tab-container' style="display: none;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment