Browse Source

Merge branch 'master' of ssh://vvvvvvaria.org:12345/alicestrt/vvvw

master
nglk 4 years ago
parent
commit
795aab1435
  1. BIN
      static/audio/turkish_march.ogg
  2. 10
      static/css/style.css
  3. 12
      templates/perspectiveA.html

BIN
static/audio/turkish_march.ogg

Binary file not shown.

10
static/css/style.css

@ -1,6 +1,3 @@
/* * {
background-color: red;
} */
#video1 {
padding-top: 100px;
@ -8,4 +5,11 @@
.draggable img {
opacity: 0.7;
#video2 {
padding-top: 100px;
position: relative;
}
#audio1 {
margin-left: 400px;
}

12
templates/perspectiveA.html

@ -1,14 +1,20 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../static/css/style.css">
<title>Perspective A</title>
</head>
<body>
<h1>Perspective A</h1>
<div id="audio1">
<audio controls src="../static/audio/turkish_march.ogg" type="audio/ogg"></audio>
</div>
<div id="video1">
<iframe width="420" height="315"
src="https://www.youtube.com/watch?v=fKOKxuFyEdg">
</iframe>
<iframe width="420" height="281" src="https://www.youtube.com/embed/fKOKxuFyEdg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="video2">
<iframe width="340" height="250" src="https://www.youtube.com/embed/5_9PAugYb4s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>

Loading…
Cancel
Save