Skip to content

Commit aac501c

Browse files
authored
S25 Website
2 parents 9ea101d + c10b608 commit aac501c

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ eleventyNavigation:
77
order: 3
88
---
99

10-
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.
10+
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.
1111

12-
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.
12+
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.
1313

1414
Please contact us with any questions or concerns, by Discord or by email. Thank you for your interest in our course!
1515

1616
[<center>View Full Syllabus</center>](/assets/pdf/syllabus-f24.pdf)
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, David Rudo
21+
- [S24](/old/s24/): Benjamin Owad, Connor Tsui, David Rudo
22+
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/): Jack Duvall, 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 see the [about page](/about) for more!

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)