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

Removed dependence on android

parent 6fc5ff6d
No related branches found
No related tags found
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
...@@ -43,22 +43,11 @@ ...@@ -43,22 +43,11 @@
<br> <br>
<div class="learning-goals"> <div class="learning-goals">
<div id="android-goals">
<h3>Android Goals:</h3>
<ul>
{% for goal in page.android_goals %}
<li>{{goal}}</li>
{% endfor %}
</ul>
</div>
<div id="hci-goals">
<h3>HCI Goals:</h3>
<ul> <ul>
{% for goal in page.hci_goals %} {% for goal in page.hci_goals %}
<li>{{goal}}</li> <li>{{goal}}</li>
{% endfor %} {% endfor %}
</ul> </ul>
</div>
</div> </div>
{{ content }} {{ 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