Skip to content

Commit

Permalink
Removes hours, phone, courses from home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed Oct 26, 2023
1 parent 3dc2f37 commit 600afe6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,10 @@
<h2>Contact</h2>
<ul>
<li>Office: Clemons 313 (Scholars’ Lab)</li>
<li>Hours: Thursdays 2–4</li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: 434-243-2317</li>
</ul>
</section>

<section id="courses">
<h2>Courses</h2>
<ul>
{% for course in site.courses %}
<li><a href="{{ course.url }}">{{ course.title }}</a> ({{ course.term }})</li>
{% endfor %}
<li><a href="http://advocacybydesign.org/hilt2018/">HILT 2018</a></li>
</ul>
</section>

{% if site.posts.size > 0 %}
<section id="writing">
<h2>Writing</h2>
Expand Down

0 comments on commit 600afe6

Please sign in to comment.