-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
120 lines (112 loc) · 4.7 KB
/
sponsors.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE HTML>
<!--
Catalyst by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Caltech Robotics Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html" class="icon fa-at">Caltech Robotics</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="vehicles.html">Vehicles</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="outreach.html">Outreach</a></li>
</ul>
</nav>
</header>
<!-- Main-->
<div class="wrapper style2">
<section id="main" class="container">
<header class="major">
<h2>Our Sponsors</h2>
<p>We couldn't do it without you!</p>
</header>
<!-- Content -->
<section id="content">
<a href="index.html#four" class="button special fit">Become a Sponsor</a>
<br>
<br>
<!-- Ocean Level -->
<header class="major sponsor-level">
<h2>Ocean Level Sponsors</h2>
</header>
<div class="box alt">
<div class="row 50% uniform">
<div class="4u"><span class="image fit"><img src="images/sponsors/caltech_better.png" alt="Caltech" /></span></div>
<div class="4u"><span class="image fit"><img src="images/sponsors/gcc_better.png" alt="Glendale Community College" /></span></div>
</div>
<div class="row 50% uniform">
<div class="4u"><span class="image fit"><img src="images/sponsors/videoray_better.png" alt="Video Ray" /></span></div>
<div class="4u"><span class="image fit"><img src="images/sponsors/northrop.png" alt="Northrop Grumman" /></span></div>
</div>
</div>
<h3>Rhonda MacDonald</h3>
<!-- Sea Level -->
<hr>
<header class="major lowerheader sponsor-level">
<h2>Sea Level Sponsors</h2>
</header>
<div class="box alt">
<div class="row 50% uniform">
<div class="4u"><span class="image fit"><img src="images/sponsors/dropbox_better_2.png" alt="Drop" /></span></div>
<div class="4u"><span class="image fit"><img src="images/sponsors/danco_better.png" alt="Danco" /></span></div>
</div>
<div class="row 50% uniform">
<div class="4u"><span class="image fit"><img src="images/sponsors/atrium.png" alt="Altium" /></span></div>
<div class="4u"><span class="image fit"><img src="images/sponsors/solidworks.png" alt="Solidworks" /></span></div>
</div>
</div>
<h3>Edward Fouad</h3>
<h3>Jeffrey Orenstein</h3>
<hr>
<!-- Lake Level -->
<header class="major lowerheader sponsor-level">
<h2>Lake Level Sponsors</h2>
</header>
<h3>Dwight Berg</h3`>
<h3>Prue Flicker</h3>
<br>
</section>
<a class="image fit"><img src="images/sponsors.png" alt="" /></a>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.youtube.com/user/CaltechRoboticsTeam" class="icon fa-youtube"><span class="label">Twitter</span></a></li>
<li><a href="https://twitter.com/citsubteam" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/CaltechRoboticsTeam/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/caltechrobotics/" class="icon fa-instagram"><span class="label">Github</span></a></li>
</ul>
<div class="copyright">
© Caltech Robotics Team. All rights reserved.
<br>
Website by <a href="https://www.linkedin.com/in/cgoecknerwald">Claire Goeckner-Wald</a>
<br>
Template by <a href="https://www.pixelarity.com/">Pixelarity</a>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>