-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.1 KB
/
index.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
<!DOCTYPE HTML>
<head>
<title>YT Transcript Test</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>YouTube Transcription Test</h1>
<div class="video">
<div id="player"></div>
</div>
<div class="text">
<p class="intro">CLICK A SENTENCE</p>
<p>
<a href="#"><span data-time="12">This is the so called keyboard.</span></a>
<a href="#"><span data-time="15"> This is all Buchla equipment.</span></a>
<a href="#"><span data-time="17">It's designed entirely as a non-keyboard interface.</span></a>
<a href="#"><span data-time="21">It's like a joystick and you just move your finger over it.</span></a>
<a href="#"><span data-time="42">What's happening is I have the voltage</span></a>
<a href="#"><span data-time="46">from the x-y axis...</span></a>
</p>
</div>
<div class="squirt">
<p>OR JUST WATCH</p><span>watch this space...</span>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>