-
Notifications
You must be signed in to change notification settings - Fork 0
/
VideoLinks.html
75 lines (64 loc) · 1.74 KB
/
VideoLinks.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!--
Video Links!
Copy-and-paste all of this into a Raw HTML element elsewhere on your page.
-->
<!--
Make sure that the script and link tags below are included.
You will not need to change these.
-->
<script>
linkOptions = {
'effect': 'slide',
'hide': {'direction':'down'},
'show': {'direction':'down'},
'speed': 500,
'location': 'bl'
};
</script>
<script src="/static/VideoLinks.js"></script>
<link rel="stylesheet" type="text/css" href="/static/VideoLinks.css" />
<!--
These are the links for this video.
You can specify the times in seconds, or in hh:mm:ss format.
Set the number in the ID equal to 1 for the 1st video, 2 for the 2nd, etc.
for instance: vidlinks-static-1, vidlinks-static-2, etc.
-->
<h2>Links from Video:</h2>
<div id="vidlinks-static-1">
<div data-time="9">
<a href="http://astronomy.fas.harvard.edu/people/dimitar-sasselov">
<img src="/static/hx_tiny_white.png">
Dimitar Sasselov - Harvard University
</a>
</div>
<div data-time="17">
<a href="https://en.wikipedia.org/wiki/Solar_System">
<img src="/static/hx_tiny_white.png">
Our Solar System - Wikipedia
</a>
</div>
<div data-time="27">
<a href="http://planetquest.jpl.nasa.gov/">
<img src="/static/hx_tiny_white.png">
Exoplanets - NASA.gov
</a>
</div>
<div data-time="43">
<a href="http://origins.harvard.edu/">
<img src="/static/hx_tiny_white.png">
Origins of Life Institute - Harvard University
</a>
</div>
<div data-time="50">
<a href="https://en.wikipedia.org/wiki/Super-Earth">
<img src="/static/hx_tiny_white.png">
Super-Earths - Wikipedia
</a>
</div>
<div data-time="1:13">
<a href="https://www.edx.org/course/super-earths-life-harvardx-spu30x">
<img src="/static/hx_tiny_white.png">
Super-Earths And Life - EdX
</a>
</div>
</div>