Skip to content

Commit 4abceb4

Browse files
committed
update S25 website
1 parent bae6f1d commit 4abceb4

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

_data/site.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/dark.pdf",
1919
"hw_handout": "/hw/primerlab/primerlab.zip",
2020
"hw_writeup": "/hw/primerlab/doc/primerlab/index.html",
21-
"hw_released": true,
22-
"details_released": true,
23-
"slides_released": true,
21+
"hw_released": false,
22+
"details_released": false,
23+
"slides_released": false,
2424
"extras": [
2525
{ "title": "Rust Book Chapters 1–3", "link": "https://doc.rust-lang.org/book/ch01-00-getting-started.html", "sub": []},
2626
{ "title": "`rustlings` exercises", "link": "https://github.com/rust-lang/rustlings", "sub": [
@@ -30,7 +30,9 @@
3030
{ "title": "primitive_types", "link": "", "sub": [] }
3131
]}
3232
]
33-
},
33+
}
34+
],
35+
"schedule_unpublished": [
3436
{
3537
"title": "Ownership",
3638
"agenda": [

_includes/components/footer.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<footer class="relative bottom-0 w-full text-center p-4 pt-8 text-gray-600 text-xs">
2-
&copy; 2023–2024 Benjamin Owad, Connor Tsui, and David Rudo. All Rights Reserved.
2+
&copy; 2023–2025 Rust STUCO: Originally created by Benjamin Owad, Connor Tsui, and David Rudo. Currently maintained by Connor Tsui and Jessica Ruan. All Rights Reserved.
33
</footer>

about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Please contact us with any questions or concerns, by Discord or by email. Thank
1717

1818
### Previous Iterations:
1919

20-
- [S24](/old/s24/)
21-
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/)
20+
- [F24](/old/f24/): Benjamin Owad, Connor Tsui, and David Rudo
21+
- [S24](/old/s24/): Benjamin Owad, Connor Tsui, and David Rudo
22+
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/): Jack Duvall and Cooper Pierce
1.4 MB
Loading

assets/img/crab-and-fisherman.jpeg

386 KB
Loading

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Intro to Rust Lang
33
name: Intro to Rust Lang
44
herotitle: Intro to Rust Lang
5-
herosubtitle: Fall 2024
5+
herosubtitle: Spring 2025
66
herotooltip: Helping prevent CrowdStrike since Spring 2024
77
layout: layouts/hero-page.njk
88
---
9-
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.
9+
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 refer to the [about page](/about) for more information.

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
'qview': "linear-gradient(rgba(21,21,21,0.7), rgba(21,21,21,0.7)), url('../../qview/assets/img/rainbg.jpg')",
3232
'qt-action': "url('/assets/img/install-qt-action-bg.jpg')",
3333
'pittsburgh-test': "url('https://upload.wikimedia.org/wikipedia/commons/5/51/Duquesne_Incline_%2850076338942%29_%28cropped%29.jpg')",
34-
'rust-s24': "url('/assets/img/crabs.jpg')",
34+
'rust-s24': "url('/assets/img/crab-and-fisherman-16-9.jpeg')",
3535
},
3636
colors: {
3737
'intv-dark': '#0e141c',

0 commit comments

Comments
 (0)