Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Project Information for Spring 2025 #104

Merged
merged 2 commits into from
Feb 20, 2025
Merged
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
8 changes: 4 additions & 4 deletions pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const projects = [
description: "A website built to simplify the experience of searching for co-op placements for students in British Columbia.",
status: "Active",
tech: ["Next.js", "TypeScript", "Tailwind", "Prisma", "PostgreSQL"],
meetingTime: "Tuesdays at 4:30-5:30 PM",
meetingTime: "No Meetings Planned",
lastUpdate: "Spring 2024",
term: "Spring 2024"
}
Expand Down Expand Up @@ -94,7 +94,7 @@ const projects = [
description: "A map web application for tracking food establishments on campus, showing food offerings and dietary warnings.",
status: "Active",
tech: ["React", "Flask", "SQLite", "Beautiful Soup"],
meetingTime: "Tuesdays at 2:30pm",
meetingTime: "Fridays at 4:15pm",
lastUpdate: "Summer 2024",
term: "Summer 2024"
}
Expand Down Expand Up @@ -150,7 +150,7 @@ export default function Component() {
projects we've taken on.
</Text>
<Text fontSize="md" color={descriptionColor} mt={2}>
Note: Meeting times shown are for Fall 2024. Times may change in future terms.
Note: Meeting times shown are for Spring 2025. Times may change in future terms.
</Text>
</Flex>
</Container>
Expand Down Expand Up @@ -220,4 +220,4 @@ export default function Component() {
</Box>
</BaseLayout>
)
}
}