diff --git a/_data/site.json b/_data/site.json index dd5f451..8c5831e 100644 --- a/_data/site.json +++ b/_data/site.json @@ -18,9 +18,9 @@ "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/dark.pdf", "hw_handout": "/hw/primerlab/primerlab.zip", "hw_writeup": "/hw/primerlab/doc/primerlab/index.html", - "hw_released": true, - "details_released": true, - "slides_released": true, + "hw_released": false, + "details_released": false, + "slides_released": false, "extras": [ { "title": "Rust Book Chapters 1–3", "link": "https://doc.rust-lang.org/book/ch01-00-getting-started.html", "sub": []}, { "title": "`rustlings` exercises", "link": "https://github.com/rust-lang/rustlings", "sub": [ @@ -30,7 +30,9 @@ { "title": "primitive_types", "link": "", "sub": [] } ]} ] - }, + } + ], + "schedule_unpublished": [ { "title": "Ownership", "agenda": [ diff --git a/_includes/components/footer.njk b/_includes/components/footer.njk index 38581aa..2b381b6 100644 --- a/_includes/components/footer.njk +++ b/_includes/components/footer.njk @@ -1,3 +1,3 @@ diff --git a/about.md b/about.md index bf7f262..5beda00 100644 --- a/about.md +++ b/about.md @@ -7,9 +7,9 @@ eleventyNavigation: order: 3 --- -Intro to Rust Lang (98-008) is intended to provide a swift but 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, and previous completion of 15-122. +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. +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! @@ -17,5 +17,6 @@ Please contact us with any questions or concerns, by Discord or by email. Thank ### Previous Iterations: -- [S24](/old/s24/) -- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/) \ No newline at end of file +- [F24](/old/f24/): Benjamin Owad, Connor Tsui, David Rudo +- [S24](/old/s24/): Benjamin Owad, Connor Tsui, David Rudo +- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/): Jack Duvall, Cooper Pierce \ No newline at end of file diff --git a/assets/img/crab-and-fisherman-16-9.jpeg b/assets/img/crab-and-fisherman-16-9.jpeg new file mode 100644 index 0000000..c479818 Binary files /dev/null and b/assets/img/crab-and-fisherman-16-9.jpeg differ diff --git a/assets/img/crab-and-fisherman.jpeg b/assets/img/crab-and-fisherman.jpeg new file mode 100644 index 0000000..8dd06ca Binary files /dev/null and b/assets/img/crab-and-fisherman.jpeg differ diff --git a/index.md b/index.md index 5e98a64..6a98053 100644 --- a/index.md +++ b/index.md @@ -2,8 +2,8 @@ title: Intro to Rust Lang name: Intro to Rust Lang herotitle: Intro to Rust Lang -herosubtitle: Fall 2024 +herosubtitle: Spring 2025 herotooltip: Helping prevent CrowdStrike since Spring 2024 layout: layouts/hero-page.njk --- -Welcome to Intro to Rust Lang (98-008). The course will be offered in Fall 2024 by Benjamin Owad, Connor Tsui, and David Rudo at Carnegie Mellon University. Please refer to the [about page](/about) for more information. +Welcome to Intro to Rust Lang (98-008). The course will be offered in Spring 2025 by Connor Tsui and Jessica Ruan at Carnegie Mellon University. Please see the [about page](/about) for more! diff --git a/tailwind.config.js b/tailwind.config.js index 3f10d8d..d999ddf 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -31,7 +31,7 @@ module.exports = { 'qview': "linear-gradient(rgba(21,21,21,0.7), rgba(21,21,21,0.7)), url('../../qview/assets/img/rainbg.jpg')", 'qt-action': "url('/assets/img/install-qt-action-bg.jpg')", 'pittsburgh-test': "url('https://upload.wikimedia.org/wikipedia/commons/5/51/Duquesne_Incline_%2850076338942%29_%28cropped%29.jpg')", - 'rust-s24': "url('/assets/img/crabs.jpg')", + 'rust-s24': "url('/assets/img/crab-and-fisherman-16-9.jpeg')", }, colors: { 'intv-dark': '#0e141c',