-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemos.html
72 lines (68 loc) · 2.3 KB
/
demos.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
<!DOCTYPE html>
<!--
Interphase by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demos</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html"><img src="images/whiteLogo.png"</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="how_it_works.html">How it Works</a></li>
<li><a href="theteam.html">Our Team</a></li>
<li><a href="demos.html">Demos</a></li>
</ul>
</nav>
</header>
<!-- Two -->
<section id="main" class="wrapper">
<div class="container">
<header class="major">
<h2>Demos</h2>
</header>
<!-- <section id="two" class="wrapper style2 align-center">
<div class="container">
<header> -->
<section class="align-center">
<h3 class="title">Start To End Route in Madrid</h3>
<iframe width="800" height="450" src="https://www.youtube.com/embed/ehh8OE_BhBI" frameborder="0" allowfullscreen></iframe>
</section>
<section class="align-center">
<h3 class="title">Explore a Route in Minneapolis</h3>
<iframe width="800" height="450" src="https://www.youtube.com/embed/TcpNUFnCWP8" frameborder="0" allowfullscreen></iframe>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</footer>
</body>
</html>