}
],
+ "gold": [
+ {
+ "name": "Vivid Cortex",
+ "logo": "vc-logo-horizontal_071115.png",
+ "largelogo": "vc-logo-horizontal_071115.png",
+ "badgelogo": "vc-logo-horizontal_071115.png",
+ "link": "https://www.vividcortex.com/",
+ "intro": "Vivid Cortex"
+ }
+ ],
+
"blogposts": [
{
"title": "Blog Entry 1",
{{ row_end.next() }}
{% endif %}
{% endfor %}
+ </section>
+
+ <hr>
+
+ <section class="section">
+ <h3>Gold</h3>
+ {% set row_start = cycler('<div class="row text-center">','') %}
+ {% set row_end = cycler('','</div>') %}
+
+ {% for p in gold %}
+ {{ row_start.next() }}
+ <div class="col-md-6 {% if loop.revindex0 == 0 and loop.length
+ is not divisibleby 2 %} col-md-offset-3 {% endif %}">
+ <!-- Gold -->
+ <a href="{{p.link}}" target="_blank"><img id="sponsors" src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
+
+ <div class="caption">
+ <small><em>{{p.intro}}</em></small>
+ </div>
+ </div>
+ {% if loop.revindex0 == 0 %}
+
+ </div>
+ {% else %}
+ {{ row_end.next() }}
+ {% endif %}
+ {% endfor %}
</section>
</div>