You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
layout: learn
|
|
|
|
permalink: /:collection/:path.html
|
|
|
|
---
|
|
|
|
# Community Learning Resources
|
|
|
|
|
|
|
|
You can use these community resources to learn more. To add your own resources,
|
|
|
|
please make a pull request or send us an issue on Github. We are happy to add
|
|
|
|
other resources.
|
|
|
|
|
|
|
|
<table class="uk-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Resource Links</th>
|
|
|
|
<th class="uk-width-1-4">Date</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{% for resource in site.data.community.resources %}
|
|
|
|
<tr>
|
|
|
|
<td><p><a href="{{ resource.url }}" target="\_blank">{{ resource.title }}</a> {{resource.description}} (<em>{{resource.type}}</em>)</p></td>
|
|
|
|
<td>{{resource.date}}</td>
|
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</table>
|