-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvideos.html
executable file
·97 lines (86 loc) · 5.05 KB
/
videos.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- -->
<!-- Document Title-->
<!-- =============================================-->
<title>Flow Videos</title>
<!-- -->
<!-- Favicons-->
<!-- =============================================-->
<script src="assets/js/favicon.js"></script>
<meta name="theme-color" content="#ffffff">
<!-- -->
<!-- Stylesheets-->
<!-- =============================================-->
<!-- Default stylesheets-->
<link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Template specific stylesheets-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i" rel="stylesheet">
<link href="assets/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lib/iconsmind/iconsmind.css" rel="stylesheet">
<link href="assets/lib/css-hamburgers/dist/hamburgers.css" rel="stylesheet">
<!-- Main stylesheet and color file-->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet"> </head>
<body data-spy="scroll" data-target=".inner-link" data-offset="60">
<main>
<script src="assets/js/header.js"></script>
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 text-center">
<h1 class="fs-3 mb-3 fw-400"><span class="icon-Video-4 color-primary"></span> Introduction Videos</h1>
<p class="color-7 lead font-1 mb-6">Quick and comprehensive videos</p>
</div>
</div>
<!--/.row-->
<br />
<div class="row justify-content-center">
<div class="col-xl-8 text-center">
<p class="color-7 font-1">2 minutes. Cal Homecoming Week, 2018</p>
<iframe width="100%" height="415" src="https://www.youtube-nocookie.com/embed/P7xx9uH2i7w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br /><br />
<p class="color-7 font-1">30 minutes. AWS re:Invent, Las Vegas, 2018</p>
<iframe width="100%" height="415" src="https://www.youtube-nocookie.com/embed/gOwm5JMvPQM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br /><br /> <br /><br />
<h3 class="fs-3 mb-3 fw-400">Flow Project Channel</h3>
<iframe src="https://www.youtube-nocookie.com/embed/videoseries?list=PLKLJyLmhW3Zj6Z962VocTBqOPsE9RZufa&index=3" width="100%" height="400"></iframe>
</div>
</div>
</div>
<!--/.container-->
</section>
<section>
<div class="background-holder overlay overlay-1" style="background-image:url(assets/images/background/95cdfeef.jpg);"> </div>
<!--/.background-holder-->
<div class="container">
<div class="row font-1 color-white">
<div class="col">
<h6 class="mb-2 text-uppercase ls">Still Have questions?</h6>
<h5>Get in touch with us!</h5>
</div>
<div class="col-md-5 col-lg-4 mt-4 mt-md-0">
<a class="btn btn-primary" target="_blank" href="contact.html">Contact Us</a>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</section>
<script src="assets/js/footer.js"></script>
</main>
<!-- -->
<!-- JavaScripts-->
<!-- =============================================-->
<script src="assets/lib/jquery/dist/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/js/core.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>