Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
206 lines (192 loc) · 6.26 KB

sponsors.md

File metadata and controls

206 lines (192 loc) · 6.26 KB
corporate hammerhead_sharks sponsor_us layout permalink title subtitle short_name great_white tiger_sharks reef_sharks
title image content
Corporate Sponsors
images/DSC02293.JPG
Thank you very much for your support!
title amount sponsors
Hammerhead Sharks
$500-$749
title image href content
OnShape
/images/onshape_logo_full.png
Onshape is the only Software-as-a-Service (SaaS) product development platform that combines CAD, built-in PDM, real-time collaboration tools, and business analytics.
content link_text link_href
Building a robot is expensive. You can help too!
SPONSOR US!
sponsor-us
default
/sponsors
Our Sponsors
We cannot thank you enough!
Sponsors
title amount sponsors
Great White
$2,500+
title image href content
Sequoia Union High School District
images/SUHSD.png
The Sequoia Union High School District annually serves more than 8900 9th to 12th grade students, including Carlmont High School.
title image href content
Gene Haas Foundation
/images/image.png
The Gene Haas Foundation was established in 1999, by Gene Haas, founder and owner of Haas Automation, Inc., to support the needs of the local community, through grants to such local charities as the Boys and Girls Clubs, Food Share, Rescue Mission, and others.
title amount sponsors
Tiger Sharks
$750-$2499
title image href content
Intuitive Foundation
/images/intuitive.jpg
The Intuitive Foundation has partnered with FIRST, awarding grants to high school robotic teams both in the Bay Area and other parts of the US. Over the years, Intuitive has inspired hundreds of students to engage in STEM activities.
title href content image
FIRST NorCal
*FIRST*® inspires young people to be science and technology leaders and innovators by engaging them in exciting mentor-based programs that build science, engineering, and technology skills, that inspire innovation, and that foster well-rounded life capabilities including self-confidence, communication, and leadership.
/images/first-horz-rgb.png
title amount sponsors
Reef Sharks
$250-$499

{{page.corporate.title}}

{{page.corporate.content | markdownify}}

{{page.great_white.title}}

{{page.great_white.amount}}

{% for s in page.great_white.sponsors %} {% endfor %}
<div id="label">
	<h3 class="main-font subtitle-font center-font">
		{{page.tiger_sharks.title}}
	</h3>
	<p class="body-font center-font">
		{{page.tiger_sharks.amount}}
	</p>
</div>
<div class="list-wrap">
<div class="list-row">
  {% for s in page.tiger_sharks.sponsors %}
		<div class="list-chunk sponsor-width">
			<img id="sponsor-logo" src="{{s.image}}" />
			<div id="sponsor-text">
				<div class="body-font">
					{{s.content | markdownify}}
				</div>
			</div>
		</div>

  {% comment %}Start a new row after the third sponsor for aesthetic reasons. Change as necessary as sponsors change.{% endcomment %}
  {% assign index = forloop.index %}
  {% if index == 3 %}
</div>
<div class="list-row">
  {% endif %}

  {% endfor %}
</div>
</div>

<div id="label">
	<h3 class="main-font subtitle-font center-font">
		{{page.hammerhead_sharks.title}}
	</h3>
	<p class="body-font center-font">
		{{page.hammerhead_sharks.amount}}
	</p>
</div>
<div class="list-wrap">
<div class="list-row">
  {% for s in page.hammerhead_sharks.sponsors %}
		<div class="list-chunk sponsor-width">
			<img id="sponsor-logo" src="{{s.image}}" />
			<div id="sponsor-text">
				<div class="body-font">
					{{s.content | markdownify}}
				</div>
			</div>
		</div>

  {% comment %}Start a new row after sponsors 2, 4, and 6 for aesthetic reasons. Change as necessary as sponsors change.{% endcomment %}
  {% assign index = forloop.index %}
  {% if index == 2 or index == 4 or index == 6 %}
</div>
<div class="list-row">
  {% endif %}
  
  {% endfor %}
</div>
</div>

<div id="label">
	<h3 class="main-font subtitle-font center-font">
		{{page.reef_sharks.title}}
	</h3>
	<p class="body-font center-font">
		{{page.reef_sharks.amount}}
	</p>
</div>
<div class="list-wrap">
<div class="list-row">
  {% for s in page.reef_sharks.sponsors %}
		<div class="list-chunk sponsor-width">
			<img id="sponsor-logo" src="{{s.image}}" />
			<div id="sponsor-text">
				<div class="body-font">
					{{s.content | markdownify}}
				</div>
			</div>
		</div>

  {% comment %}Start a new row after sponsors 2, 4, and 6 for aesthetic reasons. Change as necessary as sponsors change.{% endcomment %}
  {% assign index = forloop.index %}
  {% if index == 2 or index == 4 or index == 6 %}
</div>
<div class="list-row">
  {% endif %}
  
  {% endfor %}
</div>
</div>

{{page.sponsor_us.content|markdownify}}