Skip to content

Commit 8304b82

Browse files
committed
added sponsors to lazershark
1 parent ac22087 commit 8304b82

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<section class="section" id="lazershark-acknowledgements">
2+
<div class="container">
3+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
4+
Acknowledgements
5+
</h2>
6+
<p>
7+
Cabrillo Robotics Club extends its sincerest gratitude to everyone who has supported the development of LazerShark. Our accomplishments would not have been possible without the generous donations by corporate sponsors, individual donors, and supporters. Thank you to <a href='https://www.pnisensor.com/' target="_blank"> PNI Sensor</a> for providing us with their NaviGuider and TargetPoint-TCM IMUs, and to <a href='https://waterlinked.com/' target="_blank"> Water Linked</a> for giving us a generous discount on their A50 DVL. Additionally, thank you to <a href='https://citomedical.com/' target="_blank"> CITO Medical</a> generously provided access to their facilities to machine the electrical housing, and <a href='https://www.solidworks.com/' target="_blank"> SOLIDWORKS</a> for providing licenses. We are grateful to <a href='https://www.amd.com/en.html' target="_blank"> AMD</a> AMD, <a href='https://www.intel.com/content/www/us/en/homepage.html' target="_blank"> Intel</a>, Cabrillo Engineering Department alumnus Mark Cowell, and many others for monetary donations. CRC recognizes the support of advisors Mike Matera and Andrew Thach. Finally, a big thank you to Marlene Coury for providing us a pool for testing. Your generosity is greatly appreciated.
8+
<br>
9+
</p>
10+
<div id="posts-sponsors">
11+
<div class="sponsor-grid">
12+
{% for sponsor in site.data.sponsors %}
13+
{% if sponsor.level == "lazer" or sponsor.level == "diamond" or
14+
sponsor.level == "gold" %}
15+
<div class="column">
16+
<div class="sponsor-card">
17+
<a href="{{sponsor.website}}" target="blank_">
18+
<img src="{{sponsor.logo}}" alt="{{sponsor.name}}">
19+
</a>
20+
</div>
21+
</div>
22+
{% endif %}
23+
{% endfor %}
24+
</div>
25+
</div>
26+
<br>
27+
<div class="{{page.handle}}">
28+
<div style="display: flex; justify-content: center;">
29+
<a href="{{site.url}}{{site.baseurl}}/sponsors"
30+
class="button is-rounded has-text-weight-normal is-outlined">Our Sponsors</a>
31+
</div>
32+
</div>
33+
</div>
34+
</section>

_includes/lazershark-ee.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold
88
<br>
99
</p>
1010

11-
<figure>
12-
<img src="https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/14d24d1b212df580f18441c23426d07a719ebab4/assets/images/seahawk-II/seahawk-II-info-graphic.webp" alt="LazerShark electrical enclosure with labeled components">
13-
</figure>
11+
<!-- <figure>
12+
<img src="https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/refs/heads/what-a-theme-test/assets/images/lazer-shark/electrical-box-cad-exploded.webp" alt="LazerShark electrical enclosure with labeled components">
13+
</figure> -->
1414

1515
<div class="features">
1616
<div class="column">

_includes/lazershark.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{% include lazershark-me.html %}
22
{% include lazershark-ee.html %}
3-
{% include lazershark-se.html %}
3+
{% include lazershark-se.html %}
4+
{% include lazershark-acknowledgements.html %}

0 commit comments

Comments
 (0)