-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·46 lines (41 loc) · 2.34 KB
/
about.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
<!doctype html>
<!--
@author Bridget Lane
@url mason.gmu.edu/~blane3/theforce/about.html
@lastupdated 2014-04-28
@version 1.0.0
@comments about the force
-->
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The iRobot Force | about</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="normalize" href="css/normalize.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1 id="logo_small"><a href="index.html" style="text-decoration: none; color: white;" Title="home">the force</a></h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel" style="background-color: transparent; border-style: none;">
<h3 style="color: rgb(229, 177, 58); text-align: center;">The Force was developed at George Mason University for Dr. Zoran Duric's CS 101 class. To adapt this code please clone or fork the github repo:</h3>
<h3 style="color: rgb(229, 177, 58); text-align: center;">When reworking this clone please reference the original GitHub (<a href="https://github.com/bridgetlane/the-force" Title="GitHub" target="_blank">here</a>) or test website (<a href="http://mason.gmu.edu/~blane3/theforce/" Title="Test Webpage" target="_blank">here</a>)*</h3>
<h2 style="color: rgb(229, 177, 58); text-align: center;"><br><a href="https://github.com/bridgetlane/the-force" Title="GitHub" target="_blank">GIT LINK</a><br></h2>
<h4 style="color: rgb(229, 177, 58); text-align: center;"><br>Yuncheng He | Songyue Huang | Bridget Lane | Nathan Murray | John Paschal</h4>
<h6 style="color: rgb(229, 177, 58); font-size: 10px; text-align: center;"><br><br>*This webpage may be edited and redeployed for personal, non-commercial use with appropriate reference to the original authors under the Open Source Software MIT License agreement. For more information, see LICENSE.txt in the GitHub repo linked above.</h6>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>