-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
28 lines (28 loc) · 995 Bytes
/
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
<div class="sponsors">
<h3>Sponsors</h3>
<div id="images">
<a alt="Hill Air Force Base">
<img src="images/logos/HAFB%20STEM%20logo%20white%20bkgnd.jpeg">
</a>
<a href="https://academy.oracle.com/en/oa-web-overview.html" target = "_blank">
<img src="images/logos/oracle.jpeg" id="oracle">
</a>
<!--
<a href="https://www.google.com" target="_blank">
<img src="images/logos/google.png" id="google">
</a>
<a href="https://www.sparkfun.com/static/about" target="_blank">
<img src="images/logos/Sparkfun.png" id="sparkfun">
</a>
-->
<a href="https://www.sparkfun.com/static/about" target="_blank">
<img src="images/logos/lockheed.png" id="lockheed martin">
</a>
<a href="http://www.cityofgolden.net/" target="_blank">
<img src="images/logos/CityofGolden_logo_captioned.jpeg" id="golden">
</a>
<a href="https://www.lgsinnovations.com/" target="_blank">
<img src="images/logos/lgs.jpeg" id="lgs">
</a>
</div>
</div>