This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sponsors.php
64 lines (46 loc) · 2.17 KB
/
Sponsors.php
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
<?php
$headerstuff = '<style type="text/css">a{ color:#09F;}</style>';
$pageTitle = "MPA Robotics - Sponsors";
include('header.php');
?>
<div id="content">
<div class="metronav" style="height: 510px;">
<a href="http://www.aetrium.com/" class="metroitem" style="background: url('images/Sponsors/Metro/aetrium.png');">
<p class="metrodescription">Aetrium</p>
</a>
<a href="http://www.specialtymfg.com/" class="metroitem" style="background: url('images/Sponsors/Metro/smc.svg');">
<p class="metrodescription">SMC</p>
</a>
<a href="http://undergroundshirts.com/" class="metroitem" style="background: url('images/Sponsors/Metro/ugp.svg');">
<p class="metrodescription">Underground Printing</p>
</a>
<a href="http://www.moundsparkacademy.org/" class="metroitem" style="background: url('images/Sponsors/Metro/mpapa.svg');">
<p class="metrodescription">MPA Parents Association</p>
</a>
<a href="http://www.homedepot.com/" class="metroitem" style="background: url('images/Sponsors/Metro/homedepot.svg');">
<p class="metrodescription">Home Depot</p>
</a>
<a href="#" class="metroitem" style="background: url('images/Sponsors/Metro/MerrillLynch.svg');">
<p class="metrodescription">Merrill Lynch</p>
</a>
<a href="mailto:[email protected]" class="metroitem" style="background: url('images/Sponsors/Metro/you.svg');">
<p class="metrodescription">You?</p>
</a>
</div>
<div id="otherSponsors">
<hr>
<h1>Special Thanks To:</h1>
<p> Intertech Foundation</p>
<p> Jacobs/Sandercott Family</p>
<p> Eaton Crop</p>
<p> Wright/Danaher family</p>
<p> Anonymos donors have given a total of $1000.00</p>
<p> Lady Slipper Foundation</p>
<P> Kluge Rothmanner group</P>
<p> Galbavy Family</p>
</div>
</div>
<?php
$footerstuff = NULL;
include('footer.php');
?>