-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstream.html
More file actions
115 lines (111 loc) · 6.09 KB
/
stream.html
File metadata and controls
115 lines (111 loc) · 6.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2DHD41C03B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2DHD41C03B');
</script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description"
content="Watch Cloudwalkers now on Amazon Video. Stream the untold story of the pioneers who built our digital world."/>
<link rel="canonical" href="https://cloudwalkers.isi.edu/stream"/>
<meta property="og:title" content="Stream | Cloudwalkers"/>
<meta property="og:description"
content="Watch Cloudwalkers now on Amazon Video. Stream the untold story of the pioneers who built our digital world."/>
<meta property="og:url" content="https://cloudwalkers.isi.edu/stream"/>
<meta property="og:site_name" content="Cloudwalkers"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Stream | Cloudwalkers"/>
<meta name="twitter:description"
content="Watch Cloudwalkers now on Amazon Video. Stream the untold story of the pioneers who built our digital world."/>
<title>Stream | Cloudwalkers</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic" rel="stylesheet"
type="text/css"/>
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/styles.css" rel="stylesheet"/>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-black" id="mainNav">
<div class="container">
<a class="navbar-brand" href="/"><img
src="assets/img/isi-logo.png"
style="max-height: 50px;"
alt="Information Sciences Institute"></a>
<button class="navbar-toggler bg-transparent" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" fill="#ffffff">
<rect y="10" width="35" height="2"/>
<rect y="20" width="35" height="2"/>
<rect y="30" width="35" height="2"/>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3"
href="/">Home</a>
</li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3" href="/stream">Stream</a>
</li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3"
href="/#trailer">Trailer</a>
</li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3"
href="/visionaries-collection">Visionaries
Collection</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3" href="/about-isi">About
ISI</a></li>
</ul>
</div>
</div>
</nav>
<!-- Stream Section-->
<section class="py-10 bg-black text-white" id="stream">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-lg-6 col-12 text-center fw-light">
<div class="mb-5">
<a href="https://www.primevideo.com/detail/0T6NAGB33AMQDD4CB56WWYARN7/ref=atv_dp_share_r_wa_8ed7e2a9c0104"
class="btn btn-warning text-black rounded-0 fw-bold px-4" role="button"
aria-disabled="true">Now Streaming on Amazon Prime</a>
</div>
<div class="h4 text-uppercase fw-light">Cloudwalkers: ISI and the Inventors of the Future</div>
<p>Written, directed and produced by<br>
Daniel Druhora</p>
<p>With Vint Cerf, Robert Kahn, Paul Mockapetris, Eve Schooler, Deborah Estrin, Terry Benzel, Kevin
Knight, and other architects of our digital age.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8 col-12">
<a style="width: 100%; height: 100%;"
href="https://www.primevideo.com/detail/0T6NAGB33AMQDD4CB56WWYARN7/ref=atv_dp_share_r_wa_8ed7e2a9c0104"
rel="noreferrer noopener" class="j7pOnl"><img fetchpriority="high" sizes="1000px"
srcset="assets/img/cloudwalkers-prime-poster-lg.webp 1x, assets/img/cloudwalkers-prime-poster-lg.webp 2x"
class="img-fluid"
src="assets/img/cloudwalkers-prime-poster-lg.webp"
alt="Cloudwalkers Prime Poster"
style="object-fit:cover" width="1000"
height="562"></a>
</div>
</div>
</div>
</section>
<!-- Footer-->
<div class="copyright py-4 text-center">
<div class="container"><small>© 2025 Information Sciences Institute</small></div>
</div>
<!-- Bootstrap core JS-->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>