Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 1.71 KB

supporters.md

File metadata and controls

79 lines (62 loc) · 1.71 KB
layout title
default
Supporters

Industrial Supporters

You want to support ACM ICN 2021? Check our Call for Supporters.

{% comment %}

Platinum

{% for supporter in site.data.supporters %}{% if supporter[7] == "platinum" %}{% asset "sponsors/{{ supporter[1] }}" alt="{{ supporter[3] }}" style="height: 80px; margin: 10px" %} {% endif %}{% endfor %}

{% endcomment %}

Gold

{% for supporter in site.data.supporters %}{% if supporter[7] == "gold" %}{% asset "sponsors/{{ supporter[1] }}" alt="{{ supporter[3] }}" style="height: 100px; margin: 25px" %} {% endif %}{% endfor %}

Silver

{% for supporter in site.data.supporters %}{% if supporter[7] == "silver" %}{% asset "sponsors/{{ supporter[1] }}" alt="{{ supporter[3] }}" style="height: 100px; margin: 25px" %} {% endif %}{% endfor %}

Bronze

{% for supporter in site.data.supporters %}{% if supporter[7] == "bronze" %}{% asset "sponsors/{{ supporter[1] }}" alt="{{ supporter[3] }}" style="height: 100px; margin: 25px" %} {% endif %}{% endfor %}

{% comment %}

University Supporters

{% for supporter in site.data.supporters %}{% if supporter[7] == "university" %}{% asset "sponsors/{{ supporter[1] }}" alt="{{ supporter[3] }}" style="height: 80px; margin: 10px" %} {% endif %}{% endfor %}

{% endcomment %}