Skip to content

Commit

Permalink
S25 Website
Browse files Browse the repository at this point in the history
  • Loading branch information
jespiron authored Jan 4, 2025
2 parents 9ea101d + c10b608 commit aac501c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
10 changes: 6 additions & 4 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -30,7 +30,9 @@
{ "title": "primitive_types", "link": "", "sub": [] }
]}
]
},
}
],
"schedule_unpublished": [
{
"title": "Ownership",
"agenda": [
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/footer.njk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="relative bottom-0 w-full text-center p-4 pt-8 text-gray-600 text-xs">
&copy; 2023–2024 Benjamin Owad, Connor Tsui, and David Rudo. All Rights Reserved.
&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.
</footer>
9 changes: 5 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ 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!

[<center>View Full Syllabus</center>](/assets/pdf/syllabus-f24.pdf)

### Previous Iterations:

- [S24](/old/s24/)
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/)
- [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
Binary file added assets/img/crab-and-fisherman-16-9.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/crab-and-fisherman.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit aac501c

Please sign in to comment.