diff --git a/about.md b/about.md index c68b5b2..f631a1a 100644 --- a/about.md +++ b/about.md @@ -4,16 +4,30 @@ name: About layout: layouts/page.njk eleventyNavigation: key: About - order: 3 + order: 2 --- Intro to Rust Lang (98-008) is intended to provide an approachable introduction to the Rust programming language. We don't expect any previous exposure to the language, but we expect some previous background in C, equivalent to completing the course 15-122. -There will be weekly homeworks that are intended to take less than an hour each so that you have a chance to practice what we have taught in lecture for that week. +
-Please contact us with any questions or concerns, by Discord or by email. Thank you for your interest in our course! +There will be weekly homeworks that are intended to take around an hour each week so that you have a chance to practice what we have taught in lecture. See the [syllabus](https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf) for more information! -[
View Full Syllabus
](/assets/pdf/syllabus-s25.pdf) +
+ +Please contact us with any questions or concerns, either through Piazza or directly via email. Thank you for your interest in our course! + +## Staff (Spring 2025) + +**Instructors** + +- Connor Tsui (cjtsui@andrew.cmu.edu) +- Jessica Ruan (jwruan@andrew.cmu.edu) + +**TAs** + +- Fiona Fisher (frf@andrew.cmu.edu) +- Terrance Chen (terrancc@andrew.cmu.edu) ### Previous Iterations: diff --git a/discord.md b/discord.md index f4121a3..c85c646 100644 --- a/discord.md +++ b/discord.md @@ -2,6 +2,6 @@ eleventyNavigation: key: Discord url: https://discord.gg/FPnFFH4GQT - order: 4 + order: 5 permalink: false --- diff --git a/schedule.njk b/schedule.njk index e6f9c85..22011f2 100644 --- a/schedule.njk +++ b/schedule.njk @@ -4,7 +4,7 @@ name: Schedule layout: layouts/page.njk eleventyNavigation: key: Schedule - order: 2 + order: 4 --- diff --git a/syllabus.md b/syllabus.md new file mode 100644 index 0000000..c52c99d --- /dev/null +++ b/syllabus.md @@ -0,0 +1,7 @@ +--- +eleventyNavigation: + key: Syllabus + url: https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf + order: 3 +permalink: false +---