Skip to content

Commit

Permalink
removed one header to clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cchilkun committed Jan 22, 2024
1 parent 87ec6b8 commit c4c4992
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions S24/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<span class="header-item" onclick="toSection('#course-work')">
Course Work
</span>
<span class="header-item" onclick="toSection('#class-notes')">
Class Notes
</span>
<span class="header-item" onclick="toSection('#lectures')">
Lectures
</span>
Expand Down Expand Up @@ -88,9 +85,6 @@
<div class="m-header-item" onclick="mobileToSection('#course-work')">
Course Work
</div>
<div class="m-header-item" onclick="mobileToSection('#class-notes')">
Class Notes
</div>
<div class="m-header-item" onclick="mobileToSection('#lectures')">
Lectures
</div>
Expand Down Expand Up @@ -1591,7 +1585,7 @@ <h2>Schedule of Lectures</h2>
</div>

<!-- Recitations Schedule -->
<h2 id="recitations" , name="recitations">Schedule of Recitations</h2>
<h2 id="recitations" , name="recitations">Recitations</h2>
<div class="table-responsive">
<table class="table table-striped table-bordered">
<thead>
Expand Down

0 comments on commit c4c4992

Please sign in to comment.