Skip to content

Commit 23dd178

Browse files
committed
updating table and fixing .gitignore
1 parent 379d58f commit 23dd178

20 files changed

+1
-9052
lines changed

_includes/course_workshop_table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if include.materials_list %}
2-
| {% if include.workshop_flag %} Lead Organizers {% endif %} | {% if include.workshop_flag %} Workshop {% else %} Course {% endif %} Name | Date of {% if include.workshop_flag %} Workshop {% else %} Course {% endif %} | Target Audience | Language of Instruction | Language of Materials | Links |
2+
| {% if include.workshop_flag %} Lead Organizers {% else %} Organization {% endif %} | {% if include.workshop_flag %} Workshop {% else %} Course {% endif %} Name | Date of {% if include.workshop_flag %} Workshop {% else %} Course {% endif %} | Target Audience | Language of Instruction | Language of Materials | Links |
33
| --- | --- | --- | --- | --- | --- | --- |
44
{% for row in include.materials_list %} | {% for thumbnail in row.thumbnails %}{% if thumbnail.image %}{% if thumbnail.url %}[{% endif %}<img src="{{ thumbnail.image | relative_url }}" {% if thumbnail.alt %}alt="{{ thumbnail.alt }}"{% endif %} style="max-height:25pt; width:auto;">{% if thumbnail.url %}]({{ thumbnail.url }}){% endif %}{% endif %}{% endfor %} | **{{ row.title }}** {% if row.subtitle %}<br/> {{ row.subtitle }} {% endif %}| {{ row.date }} | {{ row.audience }} | {{ row.language_instruction }} | {{ row.language_materials }} | {% for entry in row.links %} [{% if entry.title %} {{ entry.title }} {% else %} link {% endif %}]({{ entry.url }}) <br/>{% endfor %} |
55
{% endfor %}

_site/404.html

Lines changed: 0 additions & 232 deletions
This file was deleted.

_site/assets/css/main.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

_site/assets/js/_main.js

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)