diff --git a/about.html b/about.html index eb6b9e6..1223da0 100644 --- a/about.html +++ b/about.html @@ -6,18 +6,18 @@ members: 2013: - - + - &simon name: Simon Weber link: http://www.simonmweber.com - - + - &wong name: Andrew D. Wong link: https://andrewdwong.com - - + - &sean name: Sean Brennan link: https://github.com/eyebraus 2014: - - + - &nate name: Nate Book link: http://www.natembook.com - @@ -31,7 +31,7 @@ link: https://github.com/seonggbang 2015: - - + - &cel name: Charles Lehner link: https://celehner.com - @@ -39,7 +39,7 @@ link: http://www.ryanpuffer.com 2016: - - + - &steve name: Steve Gattuso link: http://stevegattuso.me - @@ -72,12 +72,17 @@ - name: Xinran Li +founders: [*simon, *sean, *wong, *nate, *cel, *steve] + ---
RocHack started with a Facebook thread about posting GitHub profiles. Shortly -after, Simon Weber, Sean Brennan, Andrew Wong, Nate Book, Charles Lehner, and Steve Gattuso met up in person for the very first RocHack meeting (which ended up being all of them sitting in a room ranting about technology) in September of 2012. +after, +{% for member in page.founders %} +{{ member.name }}{% unless forloop.last %}, +{% endunless %}{% if forloop.rindex0 == 1 %}and{% endif %}{% endfor %} +met up in person for the very first RocHack meeting (which ended up being all of them sitting in a room ranting about technology) in September of 2012.