Skip to content

Commit

Permalink
update sponsorship page structure and categories
Browse files Browse the repository at this point in the history
  • Loading branch information
hibaa8 committed Oct 24, 2024
1 parent f47cf56 commit 55f52bb
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 67 deletions.
53 changes: 27 additions & 26 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,65 +13,61 @@ <h2><small>

<hr>

<div class="grants">
<div class="corporate-sponsors">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-12">
<h3>Grants</h3>
<h3>Corporate Sponsors</h3>
</div>
{% for aGrantsSponsor in page.grants %}
{% for sponsor in page.corporate-sponsors %}
{% assign loopindex = forloop.index | modulo: 4 %}
<div class="col-sm-3">
<a href="{{ aGrantsSponsor.link }}">
<a href="{{ sponsor.link}}">
<div class="thumbnail">
<img src="{{ aGrantsSponsor.logo }}" alt="{{ aGrantsSponsor.name }}" />
<img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}">
</div>
</a>
</div>
{% endfor %}
<div class="col-md-1"></div>
</div>
</div>
</div>

<!-- We can flush this out when we have more sponsors, I see having all 5 catagories templated -->

<!--
<div class="planetary">
<div class="external-partners">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-12">
<h3>Planetary Level</h3>
<h3>External Partners</h3>
</div>
{% for aPlanetarySponsor in page.planetary %}
{% for sponsor in page.external-partners %}
{% assign loopindex = forloop.index | modulo: 4 %}
<div class="col-sm-3">
<a href="{{ aPlanetarySponsor.link}}">
<a href="{{ sponsor.link }}">
<div class="thumbnail">
<img src="{{ aPlanetarySponsor.logo }}" alt="{{ aPlanetarySponsor.name }}">
<img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" />
</div>
</a>
</div>
{% endfor %}
<div class="col-md-1"></div>
</div>
</div>
</div>
-->

<div class="columbia">
<div class="columbia-partners">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-12">
<h3>Columbia Sponsorship</h3>
<h3> Columbia Partners</h3>
</div>
{% for columbiagrant in page.columbia %}
{% for sponsor in page.columbia-partners %}
{% assign loopindex = forloop.index | modulo: 4 %}
<div class="col-sm-3">
<a href="{{ columbiagrant.link}}">
<a href="{{ sponsor.link}}">
<div class="thumbnail">
<img src="{{ columbiagrant.logo }}" alt="{{ columbiagrant.name }}">
<img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}">
</div>
</a>
</div>
Expand All @@ -81,20 +77,22 @@ <h3>Columbia Sponsorship</h3>
</div>
</div>

<!-- We can flush this out when we have more sponsors, I see having all 5 catagories templated -->

<div class="companies">
<!--
<div class="planetary">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-12">
<h3>Company Sponsorship</h3>
<h3>Planetary Level</h3>
</div>
{% for company in page.companies %}
{% for aPlanetarySponsor in page.planetary %}
{% assign loopindex = forloop.index | modulo: 4 %}
<div class="col-sm-3">
<a href="{{ company.link}}">
<a href="{{ aPlanetarySponsor.link}}">
<div class="thumbnail">
<img src="{{ company.logo }}" alt="{{ company.name }}">
<img src="{{ aPlanetarySponsor.logo }}" alt="{{ aPlanetarySponsor.name }}">
</div>
</a>
</div>
Expand All @@ -103,5 +101,8 @@ <h3>Company Sponsorship</h3>
</div>
</div>
</div>
-->



<hr>
Binary file modified assets/media/img/sponsors/futek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/media/img/sponsors/lamont_doherty_observatory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/media/img/sponsors/seds_usa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/media/img/sponsors/sophie_gerson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 40 additions & 41 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,13 @@
introtext: "Getting to space is expensive. We would not succeed without support from our university, student councils, and NASA. With every semester, our members dream of bigger and more expensive challenges, requiring us to seek more support. We are grateful for any form of financial aid, material support, software donations, and mentorship made available by our
sponsors. Our sponsors are members of our team, and we proudly advertise their names in as many mediums as possible, even the projects we launch to space. We hope you join us on our pursuit toward the final frontier."

grants:
- name: "New York Space Grant"
logo: "/assets/media/img/sponsors/nysg_grant.gif"
link: "http://astrosun2.astro.cornell.edu/specialprograms/spacegrant/"

columbia:
- name: "Columbia Mechanical Engineering"
logo: "/assets/media/img/sponsors/mech_e_grant.png"
link: "http://me.columbia.edu/"
- name: "Columbia Engineering Dean's Office"
logo: "/assets/media/img/sponsors/engineering_office_of_the_dean_grant.png"
link: "https://www.engineering.columbia.edu/about/columbia-engineering-leadership"
- name: "Columbia Biomedical Engineering Teaching Lab"
logo: "/assets/media/img/sponsors/bme_lab_columbia.jpg"
link: "https://www.bme.columbia.edu/undergraduate-labs"
- name: "Columbia Engineering Student Council"
logo: "/assets/media/img/sponsors/esc_grant.png"
link: "https://www.facebook.com/columbiaesc/"
- name: "Columbia College Student Council"
logo: "/assets/media/img/sponsors/ccsc_grant.jpg"
link: "https://studentcouncil.college.columbia.edu/"
- name: "Schiminovich Astronomy & Instrumentation Lab"
logo: "/assets/media/img/sponsors/schiminovich_astronomy.png"
link: "https://sail.astro.columbia.edu/"
- name: "Columbia University Alumni Association"
logo: "/assets/media/img/sponsors/cuaa_grant.png"
link: "https://alumni.columbia.edu/"

companies:
corporate-sponsors:
- name: "Boeing"
logo: "/assets/media/img/sponsors/boeing.jpg"
link: "http://www.boeing.com/"
- name: "SEDS USA"
logo: "/assets/media/img/sponsors/seds_usa.png"
link: "http://seds.org/"
- name: "Rocketstar"
logo: "/assets/media/img/sponsors/rocketstar.png"
link: "http://rocketstar.nyc/"
- name: "Google"
logo: "/assets/media/img/sponsors/google.png"
link: "https://www.google.org/"
- name: "Zeiss"
logo: "/assets/media/img/sponsors/zeiss.png"
link: "https://www.zeiss.com/corporate/us/home.html"
Expand All @@ -65,19 +31,52 @@
- name: "3D Connexion"
logo: "/assets/media/img/sponsors/3dconnexion.png"
link: "https://3dconnexion.com/us/"
- name: "Mason Lab Weill Cornell Medical Center"
logo: "/assets/media/img/sponsors/mason_lab_cornell.jpg"
link: "https://directory.weill.cornell.edu/departments/Christopher%20Mason%20Lab"
- name: "GLC Industries"
logo: "/assets/media/img/sponsors/glc_industries.png"
link: "https://www.boneal.com/glc/"
- name: "Futek"
logo: "/assets/media/img/sponsors/futek.png"
link: "https://www.futek.com/applications/Rocket-Engine-Thrust-Stand"

external-partners:
- name: "New York Space Grant"
logo: "/assets/media/img/sponsors/nysg_grant.gif"
link: "http://astrosun2.astro.cornell.edu/specialprograms/spacegrant/"
- name: "Mason Lab Weill Cornell Medical Center"
logo: "/assets/media/img/sponsors/mason_lab_cornell.jpg"
link: "https://directory.weill.cornell.edu/departments/Christopher%20Mason%20Lab"
- name: "SEDS USA"
logo: "/assets/media/img/sponsors/seds_usa.png"
link: "http://seds.org/"
- name: "Sophie Gerson Healthy Youth"
logo: "/assets/media/img/sponsors/sophie_gerson.png"
link: "http://www.sophiegersonhealthyyouth.org/"


columbia-partners:
- name: "Columbia Mechanical Engineering"
logo: "/assets/media/img/sponsors/mech_e_grant.png"
link: "http://me.columbia.edu/"
- name: "Columbia Engineering Dean's Office"
logo: "/assets/media/img/sponsors/engineering_office_of_the_dean_grant.png"
link: "https://www.engineering.columbia.edu/about/columbia-engineering-leadership"
- name: "Columbia Biomedical Engineering Teaching Lab"
logo: "/assets/media/img/sponsors/bme_lab_columbia.jpg"
link: "https://www.bme.columbia.edu/undergraduate-labs"
- name: "Columbia Engineering Student Council"
logo: "/assets/media/img/sponsors/esc_grant.png"
link: "https://www.facebook.com/columbiaesc/"
- name: "Columbia College Student Council"
logo: "/assets/media/img/sponsors/ccsc_grant.jpg"
link: "https://studentcouncil.college.columbia.edu/"
- name: "Schiminovich Astronomy & Instrumentation Lab"
logo: "/assets/media/img/sponsors/schiminovich_astronomy.png"
link: "https://sail.astro.columbia.edu/"
- name: "Columbia University Alumni Association"
logo: "/assets/media/img/sponsors/cuaa_grant.png"
link: "https://alumni.columbia.edu/"
- name: "Goes-Gomes Lab at Lamont-Doherty Earth Observatory"
logo: "/assets/media/img/sponsors/lamont_doherty_observatory.png"
link: "https://www.thegoes-gomeslab.org/"
- name: "Futek"
logo: "/assets/media/img/sponsors/futek.png"
link: "https://www.futek.com/applications/Rocket-Engine-Thrust-Stand"

---

0 comments on commit 55f52bb

Please sign in to comment.