Skip to content

Commit

Permalink
remove closed positions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Apr 4, 2024
1 parent 88ae30b commit 63afe51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 142 deletions.
2 changes: 1 addition & 1 deletion components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func IntroDescriptionView(width int) string {
return lipgloss.NewStyle().
Width(int(math.Round(float64(width)*0.6))).
Padding(0, 1).
Render("Purdue Hackers is a group of students who help each other build creative technical projects. We're looking for a few new organizers to join our team during the Spring 2024 semester.\n\nGet started at the README. Use arrow keys or vim keys to navigate & enter to select.") + "\n\n"
Render("Purdue Hackers is a group of students who help each other build creative technical projects. We're looking for a few new organizers to join our team during the Spring 2024 semester.\n\nThe following positions are open as of April 2024.\n\nGet started at the README. Use arrow keys or vim keys to navigate & enter to select.") + "\n\n"
}

func PositionListItemView(maxWidth int, title string, description string, selected bool) string {
Expand Down
68 changes: 0 additions & 68 deletions directory/bread-getter.md

This file was deleted.

73 changes: 0 additions & 73 deletions directory/head-of-social.md

This file was deleted.

0 comments on commit 63afe51

Please sign in to comment.