Skip to content

Commit

Permalink
modify navbar and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Jan 13, 2025
1 parent b3cb871 commit 9263ab0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
22 changes: 18 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,30 @@ name: About
layout: layouts/page.njk
eleventyNavigation:
key: About
order: 3
order: 2
---

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.
<br>

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

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

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

## Staff (Spring 2025)

**Instructors**

- Connor Tsui ([email protected])
- Jessica Ruan ([email protected])

**TAs**

- Fiona Fisher ([email protected])
- Terrance Chen ([email protected])

### Previous Iterations:

Expand Down
2 changes: 1 addition & 1 deletion discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
eleventyNavigation:
key: Discord
url: https://discord.gg/FPnFFH4GQT
order: 4
order: 5
permalink: false
---
2 changes: 1 addition & 1 deletion schedule.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Schedule
layout: layouts/page.njk
eleventyNavigation:
key: Schedule
order: 2
order: 4
---

<table style="width: min(200vw, 75vw); margin-left: 50%; transform: translateX(-50%);">
Expand Down
7 changes: 7 additions & 0 deletions syllabus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
eleventyNavigation:
key: Syllabus
url: https://rust-stuco.github.io/assets/pdf/syllabus-s25.pdf
order: 3
permalink: false
---

0 comments on commit 9263ab0

Please sign in to comment.