Skip to content

Commit 9263ab0

Browse files
committed
modify navbar and about page
1 parent b3cb871 commit 9263ab0

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

about.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,30 @@ name: About
44
layout: layouts/page.njk
55
eleventyNavigation:
66
key: About
7-
order: 3
7+
order: 2
88
---
99

1010
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+
<br>
1313

14-
Please contact us with any questions or concerns, by Discord or by email. Thank you for your interest in our course!
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!
1515

16-
[<center>View Full Syllabus</center>](/assets/pdf/syllabus-s25.pdf)
16+
<br>
17+
18+
Please contact us with any questions or concerns, either through Piazza or directly via email. Thank you for your interest in our course!
19+
20+
## Staff (Spring 2025)
21+
22+
**Instructors**
23+
24+
- Connor Tsui ([email protected])
25+
- Jessica Ruan ([email protected])
26+
27+
**TAs**
28+
29+
- Fiona Fisher ([email protected])
30+
- Terrance Chen ([email protected])
1731

1832
### Previous Iterations:
1933

discord.md

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

schedule.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Schedule
44
layout: layouts/page.njk
55
eleventyNavigation:
66
key: Schedule
7-
order: 2
7+
order: 4
88
---
99

1010
<table style="width: min(200vw, 75vw); margin-left: 50%; transform: translateX(-50%);">

syllabus.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
eleventyNavigation:
3+
key: Syllabus
4+
url: https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf
5+
order: 3
6+
permalink: false
7+
---

0 commit comments

Comments
 (0)