{% include head.html %}
About - TJSGA
{% include header.html %}
Contact Us!
"The world is moved not only by the mighty shoves of the heroes, but also by the aggregate of the tiny pushes of each honest worker." - Helen Keller
Contact us at
sga.tjhsst@gmail.com. We would love to answer questions or hear
about how you think we can improve TJ!
{% for org_name in site.data.about %}
{% assign name = page.orgs[forloop.index0] %}
{% assign org = site.data.about[name] %}
{{ org.name }}
{% for member in org.members %}
{% assign year = member.year | downcase %}
{% assign first = member.first | slice: 0 %}
{% assign last = member.last | slice: 0,7 %}
{% if name != "sponsors" %}
{% capture filename %}img/people/{{ year }}{{ first }}{{ last }}.jpg{% endcapture %}
{% else %}
{% capture filename %}img/people/{{ first }}{{ last }}.jpg{% endcapture %}
{% endif %}
{% capture exists %}
{% file_exists: {{ path }} %}
{% endcapture %}
{% if exists == false %}
{% capture filename %}img/profile.jpg{% endcapture %}
{% endif %}
{{ member.first }} {{ member.last }}
{% if name != "sponsors" and name != "senators" %}
{{ year }}
{% endif %}
{% if name != "officers" %}
{{ member.title }}
{% endif %}
{% if name == "officers" %}