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
2 changes: 1 addition & 1 deletion docs/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In order to be considered for the program, the student must create a proposal.
- A paragraph describing the cloud technologies that will be used
- A cost estimate and a description of any relevant administrative details regarding the project such as students involved, time frame, and exit strategy

To **submit a proposal**, fill out the following form [here](https://forms.gle/d4wnSHW7pEo4baCz5) and send an email to [hpcc@uw.edu](mailto:hpcc@uw.edu).
To **submit a proposal**, fill out the [application form](https://forms.gle/d4wnSHW7pEo4baCz5) and send an email to [hpcc@uw.edu](mailto:hpcc@uw.edu).

### Program Terms

Expand Down
6 changes: 1 addition & 5 deletions docs/people.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Academic Year 2025-2026 Officers

**Kenny Lam** |
President

## Officers

- **Kenny Lam** | President
- Sam Shin
- Morgan Sanger
- Taeyun Kim
Expand Down
14 changes: 14 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,18 @@

.md-copyright {
color: #ffffffbb;
}

.md-main a {
text-decoration: underline;
font-weight: bold;
}

.md-footer__direction {
opacity: 1;
}

.md-footer__link--next:hover, .md-footer__link--prev:hover {
text-decoration: underline;
opacity: 1;
}
Loading