You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="recap-heading">All Sessions Performed by Amazing People</h2>
166
+
<sectionclass="presenter-list">
167
+
{% for post in site.schedule %}
168
+
{% if post.presenters %}
169
+
{% for presenter in post.presenters %}
170
+
{% if presenter.name %}
171
+
<a
172
+
href="{{ post.permalink }}"
173
+
class="presenter-byline">
174
+
{% if presenter.photo_url != blank %}
175
+
<img
176
+
class="avatar"
177
+
src="{{ presenter.photo_url }}"
178
+
alt="Photo of {{ presenter.name }}" />
179
+
{% endif %}
180
+
{{ presenter.name }}
181
+
{% if presenter.pronouns != blank %}
182
+
({{ presenter.pronouns }})
183
+
{% endif %}
184
+
</a>
185
+
{% endif %}
186
+
{% endfor %}
187
+
{% endif %}
188
+
{% endfor %}
189
+
</section>
190
+
</div>
191
+
192
+
{% include sponsor-footer.html %}
193
+
194
+
<divclass="section-pad theme-light-gray">
165
195
<divclass="row">
166
-
<divclass="column small-12">
167
-
<h2>All Sessions Performed by Amazing People</h2>
196
+
<divclass="column small-12 medium-5">
197
+
<h2>Stat Block</h2>
198
+
<pclass="lead">It is very likely that we will want to feature some sort of table or data element. Perhaps this is survey results, or a pie chart of swag selection, etc.</p>
199
+
</div>
200
+
201
+
<divclass="column hide-for-mobile medium-6">
202
+
<divclass="table-scroll">
203
+
<tableclass="unstriped stacked">
204
+
<thead>
205
+
<tr>
206
+
<th>T-Shirts Eaten</th>
207
+
<th>OMG What?</th>
208
+
</tr>
209
+
</thead>
210
+
<tbody>
211
+
<tr>
212
+
<td>Small</td>
213
+
<td>Seriously</td>
214
+
</tr>
215
+
<tr>
216
+
<td>Medium</td>
217
+
<td>People</td>
218
+
</tr>
219
+
<tr>
220
+
<td>Large</td>
221
+
<td>Ate...</td>
222
+
</tr>
223
+
<tr>
224
+
<td>X-Large</td>
225
+
<td>The shirts?</td>
226
+
</tr>
227
+
</tbody>
228
+
</table>
229
+
<p>You could also put an image here, no problem!</p>
230
+
</div>
168
231
</div>
169
232
</div>
170
233
171
-
<sectionclass="presenter-list">
172
-
<divclass="row">
173
-
{% for post in site.schedule %}
174
-
{% if post.presenters %}
175
-
{% for presenter in post.presenters %}
176
-
{% if presenter.name %}
177
-
<a
178
-
href="{{ post.permalink }}"
179
-
class="presenter-byline">
180
-
{% if presenter.photo_url != blank %}
181
-
<img
182
-
class="avatar"
183
-
src="{{ presenter.photo_url }}"
184
-
alt="Photo of {{ presenter.name }}" />
185
-
{% endif %}
186
-
{{ presenter.name }}
187
-
{% if presenter.pronouns != blank %}
188
-
({{ presenter.pronouns }})
189
-
{% endif %}
190
-
</a>
191
-
{% endif %}
192
-
{% endfor %}
193
-
{% endif %}
194
-
{% endfor %}
234
+
<divclass="row">
235
+
<divclass="column small-12 medium-6">
236
+
<h3>And remember...</h3>
237
+
<p>Under the hood it's all just a grid system. So you can just add a new row if you want to associate more text with this block. Easy peasy, lemon squeezy.</p>
<pclass="lead">It is very likely that we will want to feature some sort of table or data element. Perhaps this is survey results, or a pie chart of swag selection, etc.</p>
311
+
</div>
312
+
313
+
<divclass="column hide-for-mobile medium-6">
314
+
<divclass="table-scroll">
315
+
<tableclass="unstriped stacked">
316
+
<thead>
317
+
<tr>
318
+
<th>T-Shirts Eaten</th>
319
+
<th>OMG What?</th>
320
+
</tr>
321
+
</thead>
322
+
<tbody>
323
+
<tr>
324
+
<td>Small</td>
325
+
<td>Seriously</td>
326
+
</tr>
327
+
<tr>
328
+
<td>Medium</td>
329
+
<td>People</td>
330
+
</tr>
331
+
<tr>
332
+
<td>Large</td>
333
+
<td>Ate...</td>
334
+
</tr>
335
+
<tr>
336
+
<td>X-Large</td>
337
+
<td>The shirts?</td>
338
+
</tr>
339
+
</tbody>
340
+
</table>
341
+
<p>You could also put an image here, no problem!</p>
<p>Under the hood it's all just a grid system. So you can just add a new row if you want to associate more text with this block. Easy peasy, lemon squeezy.</p>
0 commit comments