Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ Slides from informational meeting

## Upcoming events

* [Java training](classes-workshops/intro-java.md)
* Sep 24, 16:30~17:30 (4:30-5:30pm) - Java syntax (and environment setup)
* Sep 25, 18:00~19:00 (6-7pm) - Control flow
* Oct 1, 16:30~17:30 (4:30-5:30pm) - Methods and classes
* Oct 2, 18:00~19:00 (6-7pm) - Object-oriented design and recursion
* TBD - Final project
TBD

## Get involved

Expand Down
11 changes: 9 additions & 2 deletions source/projects/imsa-grades.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

View historical IMSA grade data, and get an idea of how hard a class is.

```{button-link} https://github.com/epochml/imsa-grades
```{button-link} https://epochml.org/imsa-grades/
:color: primary
:shadow:

View IMSA Grades repository
Open IMSA Grades
```

```{button-link} https://github.com/epochml/imsa-grades
:color: secondary
:shadow:

GitHub repository
```

## Progress
Expand Down
Loading