-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sponsors list, change sponsorship categories to be non-monetary
- Loading branch information
Showing
5 changed files
with
46 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<h2>Supporting our Missions.</h2> | ||
<p>{{ page.introtext }}</p> | ||
<h2><small> | ||
If you are interested in sponsoring the team, please see our <a href="/assets/media/docs/CSI_sponsor_packet.pdf">sponsorship packet</a> and <a href="mailto:[email protected]">get in touch</a>! | ||
If you are interested in sponsoring the team, please see our <a href="/assets/media/docs/CSI Sponsorship Packet V2.pdf">sponsorship packet</a> and <a href="mailto:[email protected]">get in touch</a>! | ||
</small></h2> | ||
</div> | ||
</div> | ||
|
@@ -59,19 +59,19 @@ <h3>Planetary Level</h3> | |
</div> | ||
--> | ||
|
||
<div class="impactor"> | ||
<div class="columbia"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-12"> | ||
<h3>Impactor Level <small>($2000-$9999)</small></h3> | ||
<h3>Columbia Sponsorship</h3> | ||
</div> | ||
{% for aImpactorSponsor in page.impactor %} | ||
{% for columbiagrant in page.columbia %} | ||
{% assign loopindex = forloop.index | modulo: 4 %} | ||
<div class="col-sm-3"> | ||
<a href="{{ aImpactorSponsor.link}}"> | ||
<a href="{{ columbiagrant.link}}"> | ||
<div class="thumbnail"> | ||
<img src="{{ aImpactorSponsor.logo }}" alt="{{ aImpactorSponsor.name }}"> | ||
<img src="{{ columbiagrant.logo }}" alt="{{ columbiagrant.name }}"> | ||
</div> | ||
</a> | ||
</div> | ||
|
@@ -82,19 +82,19 @@ <h3>Impactor Level <small>($2000-$9999)</small></h3> | |
</div> | ||
|
||
|
||
<div class="flyby"> | ||
<div class="companies"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-12"> | ||
<h3>Fly-By Level <small>($20-$1999)</small></h3> | ||
<h3>Company Sponsorship</h3> | ||
</div> | ||
{% for aFlyBySponsor in page.flyby %} | ||
{% for company in page.companies %} | ||
{% assign loopindex = forloop.index | modulo: 4 %} | ||
<div class="col-sm-3"> | ||
<a href="{{ aFlyBySponsor.link}}"> | ||
<a href="{{ company.link}}"> | ||
<div class="thumbnail"> | ||
<img src="{{ aFlyBySponsor.logo }}" alt="{{ aFlyBySponsor.name }}"> | ||
<img src="{{ company.logo }}" alt="{{ company.name }}"> | ||
</div> | ||
</a> | ||
</div> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters