-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtimelapse.shtml
executable file
·93 lines (72 loc) · 3.01 KB
/
timelapse.shtml
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Timelapse - Carnegie Mellon Spring Carnival</title>
<!--#include virtual="html/head.html" -->
</head>
<body>
<!--#include virtual="html/google-tag-manager.html" -->
<div id="all">
<header class="row header webcam">
<!--#include virtual="html/header.html" -->
</header>
<!--#include virtual="html/navigation.html" -->
<br />
<article class="main">
<div class="row">
<div class="large-10 large-centered columns">
<p>Watch the 2024 midway cam and see booths being built in real-time. Timelapse will be posted after the completion of Carnival. </p>
</div>
</div>
<br />
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe width="871" height="490" src="https://www.youtube.com/embed/live_stream?channel=UCU9POVg8y6XmdT_seh6nHDA"
title="Spring Carnival 2024 Midway Camera" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<br />
<span class="title">Live 2024 Midway Camera Here!</span>
</div>
</div>
<article class="main">
<div class="row">
<div class="large-10 large-centered columns">
<p>Check out the timelapses of Carnival 2019 and Carnival 2018 build week! These booths are built from the ground up, and now you
can watch it happen. Photos are taken every thirty seconds from above Midway, creating an amazing video that
shows the process from start to finish! </p>
</div>
</div>
<br />
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe src="https://www.youtube.com/live/dpvpuHOSzPw?si=iM0EbUKTex7CbSeA" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br />
<span class="title">A timelapse of Midway from Carnival 2019</span>
</div>
</div>
<br class="spacer" />
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe src="https://www.youtube.com/watch?v=dpvpuHOSzPw" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br />
<span class="title">A timelapse of Midway from Carnival 2018</span>
</div>
</div>
<br class="spacer" />
<br class="largespacer" />
</article>
<!--#include virtual="html/footer.html" -->
</div><!-- end all-->
<!--#include virtual="html/script.html" -->
<script>$("#nav-timelapse").addClass("active");</script>
</body>
</html>