Skip to content

Commit ae2e28a

Browse files
author
Omar Jair Purata Funes
committed
Merge remote-tracking branch 'upstream/master'
2 parents db91791 + 25afc1a commit ae2e28a

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

about.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,19 @@ <h2>Lo que comenzó como <strong>un sueño</strong>... Hoy es una <strong>realid
1515
</div>
1616
</div>
1717
</section>
18-
18+
1919
<section class="page">
2020
<div class="container {% if page.full_width %}max-container{% endif %}">
2121
<h2>Nuestro equipo</h2>
22-
<p class="subtext">Somos una comunidad llena de perfiles multidisciplinarios <strong>en Guanajuato y todo México</strong>.</p>
23-
<p class="editor-link" style="text-align: center;"><a href="cloudcannon:collections/_staff_members/" class="btn"><strong>&#9998;</strong> Manage Staff members</a></p>
22+
<!-- <p class="editor-link" style="text-align: center;"><a href="cloudcannon:collections/_staff_members/" class="btn"><strong>&#9998;</strong> Manage Staff members</a></p> -->
23+
<p class="subtext"><strong>Miembros</strong></p>
24+
<ul class="staff">
25+
<iframe class="airtable-embed" src="https://airtable.com/embed/shrvqe1C7HBYD7uVJ?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
26+
</ul>
27+
<p class="subtext"><strong>Coordinadores</strong></p>
2428
<ul class="staff">
25-
{% for person in site.staff_members %}
26-
<li>
27-
<div class="square-image"><img src="{% include relative-src.html src=person.image_path %}" alt="{{ person.name }}"/></div>
28-
<div class="name"><a target="_blank" href="{{ person.social }}">{{ person.name }}</a></div>
29-
<div class="position">{{ person.position }}</div>
30-
<div class="blurb">{{ person.blurb }}</div>
31-
</li>
32-
{% endfor %}
29+
<iframe class="airtable-embed" src="https://airtable.com/embed/shr2iaVOS7sLkjrRf?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
3330
</ul>
3431
</div>
3532
</section>
36-
</div>
33+
</div>

0 commit comments

Comments
 (0)