-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathufo_footage.html
283 lines (266 loc) · 13.4 KB
/
ufo_footage.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- JS Video Player CDN -->
<link href="https://vjs.zencdn.net/7.17.0/video-js.css" rel="stylesheet" />
<!-- Video.js base CSS -->
<link href="https://unpkg.com/video.js@7/dist/video-js.min.css" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/89d5bab957.js" crossorigin="anonymous"></script>
<!-- Animate CSS CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- External Css -->
<link rel="stylesheet" href="/assets/css/style.css">
<title>UFO Footage</title>
<!-- JQuery CDN -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar -->
<!-- <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top"> -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand navbar-brand-footage" href="index.html">Alien911</a>
<!-- Navbar Bars Button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class=""><i id="hamburger_icon" class="fas fa-bars"></i></span>
</button>
<!-- Navbar Links -->
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="index.html">UFO Search</a>
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="ufo_reports.html">UFO Reports</a>
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="ufo_images.html">UFO Images</a>
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="ufo_footage.html">UFO Footage</a>
<!-- <a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="ufo_news.html">UFO News</a> -->
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="ufo_history.html">UFO History</a>
<!-- Dropdown Menu -->
<li class="nav-item dropdown ms-auto">
<a class="nav-link dropdown-toggle nav-link-footage" href="#" id="navbarDropdownMenuLink" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="faq.html">F.A.Q</a></li>
<li><a class="dropdown-item" href="terms_of_use.html">Terms Of Use</a></li>
<li><a class="dropdown-item" href="contact_us.html">Contact Us</a></li>
<li><a class="dropdown-item" href="user_support_page.html">Support</a></li>
</ul>
</li>
<a class="nav-link nav-link-footage ms-auto hover-underline-animation" href="about_us.html">About Us</a>
<!-- Subscribe Button -->
<button type="button" class="btn btn-link link ms-auto"><a href="subscribe_y.html"
class="link">Subscribe</a></button>
</div>
</div>
</div>
</nav>
<!-- Video Footage Section -->
<section id="video_footage_section">
<div class="container animate__animated animate__fadeIn">
<!-- Video Footage Header -->
<h5 class="text-center text-white">- UFO Footage -</h5>
<!-- Horizontal Line -->
<hr class="text-white animate__animated animate__fadeIn">
<div class="row video">
<!-- Video Section -->
<div class="col-sm-12 col-md-6">
<video id="my-video" class="video-js vjs-default-skin" controls preload="auto" data-setup="{}"
poster="assets/images/i_want_to_Believe_1.jpg">
<source src="/assets/video/gimbal_the_first_official_UFO_footage_from_the_USG_for_public_release.mp4"
type="video/mp4" />
<!-- <source src="/assets/video/test_video.mp4" type="video/webm" /> -->
<!-- No JS Browser Message -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<!-- Video Description Section -->
<div class="col-sm-12 col-md-6">
<!-- Event Type -->
<h5 class="mb-1 mt-2 mt-md-0 text-white">- Event Type -</h5>
<p class="mb-2 text-white">US Navy Encounter</p>
<!-- Event Location -->
<h5 class="mb-1 text-white">- Event Location -</h5>
<p class="mb-2 text-white">Florida, USA</p>
<!-- Event Description -->
<h5 class="mb-1 text-white">- Event Description -</h5>
<p class=" mb-2 text-white">Official U.S. Navy video of a 2015 UFO encounter, taken aboard a Navy fighter jet
from the nuclear aircraft carrier USS Theodore Roosevelt, off the eastern seaboard near the Florida coast.
</p>
</div>
</div>
<!-- Horizontal Line -->
<hr class="text-white">
<div class="row video">
<!-- Video Section -->
<div class="col-sm-12 col-md-6">
<video id="my-video" class="video-js vjs-default-skin" controls preload="auto" data-setup="{}"
poster="assets/images/i_want_to_Believe_1.jpg">
<source src="/assets/video/declassified_complete_UFO_footage_USS_omaha_san_diego_july_15_2019.mp4"
type="video/mp4" />
<!-- <source src="/assets/video/test_video.mp4" type="video/webm" /> -->
<!-- No JS Browser Message -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<!-- Video Description Section -->
<div class="col-sm-12 col-md-6">
<!-- Event Type -->
<h5 class="mb-1 mt-2 mt-md-0 text-white">- Event Type -</h5>
<p class="mb-2 text-white">US Navy Encounter</p>
<!-- Event Location -->
<h5 class="mb-1 text-white">- Event Location -</h5>
<p class="mb-2 text-white">San Diego, USA</p>
<!-- Event Description -->
<h5 class="mb-1 text-white">- Event Description -</h5>
<p class=" mb-2 text-white">Official U.S. Navy video of a 2015 UFO encounter, taken aboard the USS Omaha while
it was off the coast of San Diego, California. As many as 9 objects were detected swarming the ship at
speeds close to 160mph (257kph).
</p>
</div>
</div>
<!-- Horizontal Line -->
<hr class="text-white">
<div class="row">
<!-- Video Section -->
<div class="col-sm-12 col-md-6">
<video id="my-video" class="video-js vjs-default-skin" controls preload="auto" data-setup="{}"
poster="assets/images/i_want_to_Believe_1.jpg">
<source src="./assets/video/flir_official_UFO_footage_from_the_nimitz_for_public_release.mp4"
type="video/mp4" />
<!-- <source src="/assets/video/test_video.mp4" type="video/webm" /> -->
<!-- No JS Browser Message -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<!-- Video Description Section -->
<div class="col-sm-12 col-md-6">
<!-- Event Type -->
<h5 class="mb-1 mt-2 mt-md-0 text-white">- Event Type -</h5>
<p class="mb-2 text-white">US Navy Encounter</p>
<!-- Event Location -->
<h5 class="mb-1 text-white">- Event Location -</h5>
<p class="mb-2 text-white">California, USA</p>
<!-- Event Description -->
<h5 class="mb-1 text-white">- Event Description -</h5>
<p class=" mb-2 text-white">On November 14, 2004, fighter pilot Commander David Fravor of the USS Nimitz
Carrier Strike
Group investigated radar indications of a possible target off the coast of southern California. Unusual
aircraft had been tracked two weeks prior to the incident. The aircraft would appear at 80,000 feet before
descending rapidly toward the sea, and stopping at 20,000 feet and hovering. Estimated that the object was
about forty feet long. Military personnel witnessed the object for about 5 minutes. A second wave of
fighters, including pilot Lieutenant Commander Chad Underwood, took off from Nimitz to investigate. A
fighter equipped with an advanced infrared camera (FLIR) recorded the FLIR video, and coined the description
"Tic Tac" to describe the infrared image
</p>
</div>
</div>
<!-- Horizontal Line -->
<hr class="text-white">
<div class="row">
<!-- Video Section -->
<div class="col-sm-12 col-md-6">
<video id="my-video" class="video-js vjs-default-skin" controls preload="auto" data-setup="{}"
poster="assets/images/i_want_to_Believe_1.jpg">
<source src="/assets/video/go_fast_official_USG_footage_of_UFO_for_public_release.mp4" type="video/mp4" />
<!-- <source src="/assets/video/test_video.mp4" type="video/webm" /> -->
<!-- No JS Browser Message -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<!-- Video Description Section -->
<div class="col-sm-12 col-md-6">
<!-- Event Type -->
<h5 class="mb-1 mt-2 mt-md-0 text-white">- Event Type -</h5>
<p class="mb-2 text-white">US Navy Encounter</p>
<!-- Event Location -->
<h5 class="mb-1 text-white">- Event Location -</h5>
<p class="mb-2 text-white">Florida, USA</p>
<!-- Event Description -->
<h5 class="mb-1 text-white">- Event Description -</h5>
<p class=" mb-2 text-white">USS Roosevelt 'GoFast' UFO: Declassified Video Official U.S. Navy video of a 2015
UFO encounter, taken aboard a Navy fighter jet from the nuclear aircraft carrier USS Theodore Roosevelt, off
the eastern seaboard, near the Florida coast.
</p>
</div>
</div>
<br>
</section>
<!-- Horizontal Line -->
<div class="container">
<hr>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p class="footer-text mb-0">- Copyright© 2022 ARCHI Information Systems | All rights reserved -</p>
<p class="mb-3 footer-text">- Website designed by <a href="https://stephens-portfolio.com/"
class="text-decoration-none github_link" target="_blank">Stephen Mc Govern</a> -
</p>
</div>
</div>
</div>
</section>
<!-- JS for navbar background color change -->
<script>
$(function () {
$(document).scroll(function () {
var $nav = $(".fixed-top");
$nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
});
});
// // // JS for hamburger icon toggling
$(".navbar-toggler").click(function (event, c) {
$(event.target).addClass("disabled");
$(".navbar").toggleClass("navbar-blur"),
$(".nav-link").toggleClass("navbar-text");
$(".navbar-brand").toggleClass("navbar-text");
setTimeout(() => {
$(event.target).removeClass("disabled");
}, 500);
})
</script>
<!-- Video JS CDN -->
<script src="https://vjs.zencdn.net/7.17.0/video.min.js"></script>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<!-- External JS file-->
<script src="/assets/JavaScript/app.js"></script>
</body>
</html>