-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move homeworks out of info and add to top level, also add lectures pa…
…ge to top level
- Loading branch information
Showing
3 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
# layout: default | ||
title: "Lectures" | ||
nav_order: 6 | ||
# permalink: /homeworks/ | ||
--- | ||
|
||
# Lectures | ||
|
||
TODO: create lecture modules and add content here | ||
|
||
{% assign sorted_homeworks = site.homeworks | sort: 'release_date' | reverse %} | ||
|
||
{% for hw in sorted_homeworks %} | ||
## {{ hw.title }} | ||
|
||
- **Release Date:** {{ hw.release_date | date: "%B %d, %Y" }} | ||
- **Due Date:** {{ hw.due_date | date: "%B %d, %Y" }} | ||
- **[Download PDF]({{ hw.pdf }})** | ||
- **[Submit to Gradescope]({{ hw.gradescope_link }})** | ||
|
||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters