-
Notifications
You must be signed in to change notification settings - Fork 0
/
planetyvideo.html
212 lines (200 loc) · 6.88 KB
/
planetyvideo.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
body{background-image:url(ss3.jpg);
}
.panel-heading{
font-family:Times New Roman;
font-size:18px;
}
.panel-footer{
font-family:Times New Roman;
font-size:15px;}
#btn{
font-family: "Times New Roman";
font-size:30px;
position: relative;
width: 120px;
left:20px;
top:20px;
margin-bottom:60px;
background: #00cccc;
color: #fff;
font-size: 30px;
font-weight: bold;
line-height: 1.3em;
border: 2px;
border-radius: 10px;
box-shadow: 0 0 0 4px #00cccc, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #aa3030;
font-weight: normal;
}
#btn:hover {
background-color: red;
}
.col-sm-12{
text-align:center;
}
</style>
</head>
<body>
<button id="btn" onClick="location.href='index.html'">Home</button>
<div class="container">
<br>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Pluto</div>
<div class="panel-body">
<video width="320" height="240"controls >
<source src="pluto.mp4" type="video/mp4">
<source src="pluto.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=DL8Y_Mmhowo"target="blank">Watch it on YouTube</a>
<p>Learn about the new dwarf planet Pluto</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Moon</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="moon1.mp4" type="video/mp4">
<source src="moon1.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=0VeH6qIKgzY"target="blank">Watch it on YouTube</a>
<p>Learn some cool facts about a Moon</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">Moon</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="moon2.mp4" type="video/mp4">
<source src="moon2.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=UjlsCZ5Xmb4"target="blank">Watch it on YouTube</a>
<p> Watch to learn more facts about the Moon </p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Jupiter</div>
<div class="panel-body">
<video width="320" height="240"controls >
<source src="jupiter.mp4" type="video/mp4">
<source src="jupiter.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=8XPmcfRXDrc"target="blank">Watch it on YouTube</a>
<p>Learn some cool facts about Jupiter</P>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Mars</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="mars.mp4" type="video/mp4">
<source src="mars.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=whZENxqht8E"target="blank">Watch it on YouTube</a>
<p> Mars, not just a chocolate bar </P>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">Mercury</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="mercury.mp4" type="video/mp4">
<source src="mercury.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=0qu3j6hvLog"target="blank">Watch it on YouTube</a>
<p>Learn about the smallest planet Mercury</P>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Saturn</div>
<div class="panel-body">
<video width="320" height="240"controls >
<source src="saturn.mp4" type="video/mp4">
<source src="saturn.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=NqVyGM_vWAE"target="blank">Watch it on YouTube</a>
<p>Learn about the "Ringed Planet" Saturn</P>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary" style="bakground-color:#f2f2f2">
<div class="panel-heading">Uranus</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="uranus.mp4" type="video/mp4">
<source src="uranus.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=DTXsmh43fzw"target="blank">Watch it on YouTube</a>
<p>Watch this video to learn about Uranus</P>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">Venus</div>
<div class="panel-body">
<video width="320" height="240" controls>
<source src="venus.mp4" type="video/mp4">
<source src="venus.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> </div>
<div class="panel-footer">
<a href="https://www.youtube.com/watch?v=76m7YMarYp0"target="blank">Watch it on YouTube</a>
<p>Learn about Earth's "sister planet" Venus</P>
</div>
</div>
</div><br><br>
<div class="col-sm-12">
<object width="700" height="500">
<param name="movie" value="tour 1.9.swf">
<embed src="/support/tour 1.9.swf" width="700" height="500">
</embed>
</object>
</div>
</div>
</div>
</body>
</html>