-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
69 lines (60 loc) · 2.4 KB
/
Copy pathsponsors.html
File metadata and controls
69 lines (60 loc) · 2.4 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Maxtech - 4343</title>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<a href="index.html" title="Maxtech - 4343"></a>
<h1>MAXTECH 4343</h1>
<p>Welcome to the Official FRC Team 4343 Sponsor Site</p>
</header>
<div id="banner">
<div class="navigation">
<span>Site:</span>
<ul>
<li>
<a class ="button" href="index.html"><strong>Home</strong></a>
<a class ="button" href="gallery.html"><strong>Gallery</strong></a>
<a class ="button" href="sponsors.html"><strong>Sponsors</strong></a>
<a class ="button" href="links.html"><strong>Links</strong></a>
</li>
</ul>
</div>
<div class="external">
<span>External:</span>
<ul>
<li>
<a class ="button" href="https://github.com/FRC-4343"><strong>GitHub</strong></a>
<a class ="button" href="http://smkh.ycdsb.ca/Departments/FIRST%20Robotics/Home%20Page"><strong>SMKH</strong></a>
<a class ="button" href="https://my.usfirst.org/stims/site.lasso"><strong>STIMS</strong></a>
<a class ="button" href="http://www.usfirst.org/roboticsprograms/frc"><strong>USFIRST</strong></a>
</li>
</ul>
</div>
</div><!-- end header -->
<div class="wrapper">
<nav><ul></ul></nav>
<section>
<h2>Sponsor Info</h2>
<p>Sponsors will be added here with extra info soon.</p>
<h2>Sponsor List</h2>
<li>Xerox</li>
<li>VIQ</li>
</section>
<footer>
<p><span class="small">Hosted on GitHub Pages — Base Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a><span class="small"> — Modified and Maintained by members of Team 4343</span> <a href="https://github.com/FRC-4343">@FRC-4343</a></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>