Skip to content
Snippets Groups Projects
Commit 8310e0b3 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

shrunk header materials

parent 0c34312b
No related branches found
No related tags found
3 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp
......@@ -22,33 +22,30 @@
<span>Last revised: {{ page.revised }}</span>
</div>
<div class="learning-goals">
<div id="android-goals">
<strong>Assigned</strong>:
<ul>
{% for day in page.assigned %}
<li>{{day}}</li>
{% endfor %}
</ul>
</div>
<div id="hci-goals"> <strong>Due</strong>:
<ul>
{% for day in page.due %}
<li>{{day}}</li>
{% endfor %}
</ul>
</div>
</div>
<div id="due dates">
{% if page.assigned.size > 1 %}
<strong>Assigned</strong>
<ul>
{% for day in page.assigned %}
<li>{{day}}</li>
{% endfor %}
</ul>
{% else %}
<strong>Assigned</strong>: {{page.assigned}}
{% endif %}
<br>
<div class="learning-goals">
<ul>
{% for goal in page.hci_goals %}
<li>{{goal}}</li>
{% endfor %}
</ul>
</div>
{% if page.due.size > 1 %}
&emsp; <strong>Due</strong>
<ul>
{% for day in page.due %}
<li>{{day}}</li>
{% endfor %}
</ul>
{% else %}
<strong>Due</strong>: {{page.assigned}}
{% endif %}
</div>
{{ content }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment