-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojVids.html
100 lines (80 loc) · 3.57 KB
/
projVids.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
<! DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- OPTIONAL: description -->
<meta name="description" content="Mark Agate Resume">
<!-- OPTIONAL: author -->
<meta name="author" content="Mark Agate">
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<!-- <link rel="apple-touch-icon" href="icon.png" /> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/> -->
<title>Mark Agate</title>
<!-- Bootstrap core CSS -->
<!-- <link href="css/bootstrap.css" rel="stylesheet"> -->
<!-- <link rel="stylesheet" href="css/font-awesome.min.css"> -->
<!-- Link the main.css stylesheet -->
<link href="main.css" rel="stylesheet" type="text/css">
<!-- OPTIONAL: Google Fonts (don't forget to edit main.css also) -->
<!-- <link href='//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'> -->
<!-- <link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'> -->
<!-- HTML 5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- Tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89563431-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projVids.html">Project Videos</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Social</a>
<div class="dropdown-content">
<a target="_bank" href="https://www.linkedin.com/in/mark-agate-371ba444">LinkedIn</a>
<a target="_blank" href="https://github.com/magate">GitHub</a>
</div>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class = "header" id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>Mark Agate</h1>
</div><!--/.col-lg-12-->
</div><!--/.row-->
</div><!--/.container-->
</div><!--/.#headerwrap-->
<div class="videos">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h3 class="vids">NASA Greased Lightning<h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kXql26sF5uc" frameborder="0" allowfullscreen></iframe>
<br>
<br>
<h3 class="vids">University of Miami Micro'Canes Reduced Gravity Flight</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/71Eqjd5GEj0" frameborder="0" allowfullscreen></iframe>
<br>
<br>
<h3 class="vids">Quadrotor Collision Avoidance</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BWTZznqV514" frameborder="0" allowfullscreen></iframe>
</div><!-- col -->
</div><!-- row -->
</div><!--container-->
</div><!--videos-->
</body>
</html>