Skip to content

Commit 37aac79

Browse files
committed
Migrate to F25
1 parent ea2d3e6 commit 37aac79

File tree

7 files changed

+594
-598
lines changed

7 files changed

+594
-598
lines changed

_data/site.json

Lines changed: 543 additions & 549 deletions
Large diffs are not rendered by default.

about.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ Intro to Rust Lang (98-008) is intended to provide an approachable introduction
1111

1212
<br>
1313

14-
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!
14+
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-f25.pdf) for more information!
1515

1616
<br>
1717

1818
Please contact us with any questions or concerns, either through Piazza or directly via email. Thank you for your interest in our course!
1919

20-
## Staff (Spring 2025)
20+
## Staff (Fall 2025)
2121

2222
**Instructors**
2323

24-
- Connor Tsui ([email protected])
25-
- Jessica Ruan ([email protected])
26-
27-
**TAs**
28-
2924
- Fiona Fisher ([email protected])
3025
- Terrance Chen ([email protected])
3126

27+
**TA**
28+
29+
- Stepehen Mao ([email protected])
30+
3231
### Previous Iterations:
3332

33+
- [S25](/old/s25/): Connor Tsui, Jessica Ruan
3434
- [F24](/old/f24/): Benjamin Owad, Connor Tsui, David Rudo
3535
- [S24](/old/s24/): Benjamin Owad, Connor Tsui, David Rudo
36-
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/): Jack Duvall, Cooper Pierce
36+
- [S22, F22, and S23](https://old-rust-stuco.duvallj.pw/): Jack Duvall, Cooper Pierce

assets/pdf/syllabus-f25.pdf

57 KB
Binary file not shown.

discord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
eleventyNavigation:
33
key: Discord
4-
url: https://discord.gg/FPnFFH4GQT
4+
url: https://discord.gg/mvNNFUAQ
55
order: 6
66
permalink: false
77
---

index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Intro to Rust Lang
33
name: Intro to Rust Lang
44
herotitle: Intro to Rust Lang
5-
herosubtitle: Spring 2025
6-
herotooltip: Helping prevent CrowdStrike since Spring 2024
5+
herosubtitle: Fall 2025
6+
herotooltip: Helping prevent CrowdStrike since Fall 2025
77
layout: layouts/hero-page.njk
88
---
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!
9+
10+
Welcome to Intro to Rust Lang (98-008). The course will be offered in Fall 2025 by Fiona Fisher and Terrance Chen at Carnegie Mellon University. Please see the [about page](/about) for more!

syllabus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
eleventyNavigation:
33
key: Syllabus
4-
url: https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf
4+
url: https://rust-stuco.github.io/assets/pdf/syllabus-f25.pdf
55
order: 3
66
permalink: false
77
---

tailwind.config.js

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
11
/** @type {import('tailwindcss').Config} */
22

3-
const defaultTheme = require('tailwindcss/defaultTheme')
4-
const plugin = require('tailwindcss/plugin')
3+
const defaultTheme = require("tailwindcss/defaultTheme");
4+
const plugin = require("tailwindcss/plugin");
55

66
module.exports = {
7-
darkMode: 'class',
7+
darkMode: "class",
88
content: ["./**/*.{html,js,njk,md}"],
99
plugins: [
10-
require('@tailwindcss/typography'),
11-
require('@kamona/tailwindcss-perspective'),
10+
require("@tailwindcss/typography"),
11+
require("@kamona/tailwindcss-perspective"),
1212
plugin(function ({ matchUtilities, theme }) {
1313
matchUtilities(
1414
{
15-
'text-shadow': (value) => ({
15+
"text-shadow": (value) => ({
1616
textShadow: value,
1717
}),
1818
},
19-
{ values: theme('textShadow') }
20-
)
19+
{ values: theme("textShadow") }
20+
);
2121
}),
2222
],
2323
theme: {
2424
fontFamily: {
25-
'display': ['"Zilla Slab"', 'Fira Sans', ...defaultTheme.fontFamily.sans],
26-
'sans': ['Fira Sans', ...defaultTheme.fontFamily.sans],
25+
display: ['"Zilla Slab"', "Fira Sans", ...defaultTheme.fontFamily.sans],
26+
sans: ["Fira Sans", ...defaultTheme.fontFamily.sans],
2727
},
2828
extend: {
2929
backgroundImage: {
30-
'intv-ultrablur': "url('/assets/img/intvultrablur3.jpg')",
31-
'qview': "linear-gradient(rgba(21,21,21,0.7), rgba(21,21,21,0.7)), url('../../qview/assets/img/rainbg.jpg')",
32-
'qt-action': "url('/assets/img/install-qt-action-bg.jpg')",
33-
'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')",
30+
"intv-ultrablur": "url('/assets/img/intvultrablur3.jpg')",
31+
qview:
32+
"linear-gradient(rgba(21,21,21,0.7), rgba(21,21,21,0.7)), url('../../qview/assets/img/rainbg.jpg')",
33+
"qt-action": "url('/assets/img/install-qt-action-bg.jpg')",
34+
"pittsburgh-test":
35+
"url('https://upload.wikimedia.org/wikipedia/commons/5/51/Duquesne_Incline_%2850076338942%29_%28cropped%29.jpg')",
36+
"rust-s25": "url('/assets/img/crabs.jpg')",
3537
},
3638
colors: {
37-
'intv-dark': '#0e141c',
38-
'intv-dark-accent': '#182b39',
39-
'intv-bright': '#1b65c6',
40-
'intv-bright-accent': '#0392BF',
41-
'intv-bright-dark': '#d3914',
42-
'intv-bright-accent-dark': '#0392BF',
43-
'pure-red': 'rgb(255, 0, 0)',
44-
'pure-green': 'rgb(0, 255, 0)',
45-
'pure-blue': 'rgb(0, 0, 255)',
46-
'rust-dark-bg': '#051726'
39+
"intv-dark": "#0e141c",
40+
"intv-dark-accent": "#182b39",
41+
"intv-bright": "#1b65c6",
42+
"intv-bright-accent": "#0392BF",
43+
"intv-bright-dark": "#d3914",
44+
"intv-bright-accent-dark": "#0392BF",
45+
"pure-red": "rgb(255, 0, 0)",
46+
"pure-green": "rgb(0, 255, 0)",
47+
"pure-blue": "rgb(0, 0, 255)",
48+
"rust-dark-bg": "#051726",
4749
},
4850
textShadow: {
49-
sm: '0 0.063rem 0.125rem var(--tw-shadow-color)',
50-
DEFAULT: '0 0.125rem 0.25rem var(--tw-shadow-color)',
51-
lg: '0 0.5rem 1rem var(--tw-shadow-color)',
52-
xl: '0 1rem 2rem var(--tw-shadow-color)',
53-
xl_0: '0 0 2rem var(--tw-shadow-color)',
51+
sm: "0 0.063rem 0.125rem var(--tw-shadow-color)",
52+
DEFAULT: "0 0.125rem 0.25rem var(--tw-shadow-color)",
53+
lg: "0 0.5rem 1rem var(--tw-shadow-color)",
54+
xl: "0 1rem 2rem var(--tw-shadow-color)",
55+
xl_0: "0 0 2rem var(--tw-shadow-color)",
5456
},
5557
boxShadow: {
56-
'intv': '0em 0.375em 0.75em #000',
58+
intv: "0em 0.375em 0.75em #000",
5759
},
5860
transitionDuration: {
59-
'DEFAULT': '100ms',
60-
}
61-
}
61+
DEFAULT: "100ms",
62+
},
63+
},
6264
},
63-
}
64-
65+
};

0 commit comments

Comments
 (0)