-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (38 loc) · 2.65 KB
/
index.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>ELEC 327 Final Project - KemereShoe by va17</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<style> * { margin: 0; padding: 0;}
container { width: 100%; margin: 0 auto;}
. box { width: 50%; height: 500px; } . left { float: left; background-color: red; } . right { float: right; background-color: green;} </style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">ELEC 327 Final Project - KemereShoe</h1>
<h2 class="project-tagline">Rice University</h2>
</section>
<section class="main-content">
<h3>
<center><a id="welcome-to-kemereshoe-github-page-here-you-can-find-information-about-our-final-project-for-elec-327" class="anchor" href="#welcome-to-kemereshoe-github-page-here-you-can-find-information-about-our-final-project-for-elec-327" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to KemereShoe github page! <br> Here you can find information about our final project for ELEC 327.</h3>
</center>
<center><p>Authors: Vitor Andriotti & Daniel Zdeblick</p></center>
<br><br><br>
<center><p><a href="https://github.com/va17/ELEC327-Final-Project/raw/gh-pages/ELEC327FinalProjectReport.pdf">KemereShoe Report</a></p></center>
<center><p><a href="https://github.com/va17/ELEC327-Final-Project/blob/gh-pages/final_project.c">KemereShoe Code</a></p></center>
<p>KemereShoe Trailer: </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2pp7curiU5g" frameborder="0" allowfullscreen></iframe>
<p>KemereShoe:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Spljg3dNzF4" frameborder="0" allowfullscreen></iframe>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/va17/ELEC327-Final-Project">ELEC 327 Final Project - KemereShoe</a> is maintained by <a href="https://github.com/va17">va17</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>