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
4 changes: 2 additions & 2 deletions src/components/about/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function Hero() {
}}
>
ACM at UCSB is a student-run organization that aims to support
students interested in Computer Science by fostering a community
of individuals who seek to learn from each other. Specifically, we
students interested in Technology by fostering a community of
individuals who seek to learn from each other. Specifically, we
create a place for students to prepare for a career in CS through
hands-on experience developing real-world projects; gain exposure
to a wide range of career paths within technology; network with
Expand Down
13 changes: 6 additions & 7 deletions src/components/interns/InternTimelineData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,23 @@ export const timelineItems = [
cardTitle: "Applications Close",
cardSubtitle: "March 3, 2026",
cardDetailedText:
"The application window closes. Make sure your submission is in. We review every application and reach out to selected candidates for an interview.",
"Applications will close at 11:59 PM on March 3rd. We can't wait to learn more about you!",
},
{
cardTitle: "Interviews",
cardTitle: "Coffee Chats",
cardSubtitle: "W26 Week 9 – Week 10",
cardDetailedText:
"Interviews are conducted by ACM officers. This is a conversation! We want to hear about your interests, your ideas, and where you'd want to make an impact.",
"Have a coffee chat with an officer to learn more about ACM and ask any questions you have. This is a great opportunity to get to know us and for us to get to know you better as well!",
},
{
cardTitle: "Decisions Announced",
cardSubtitle: "Spring Break",
cardDetailedText:
"Decisions will be sent out during spring break. Check your inbox, congratulations to everyone who makes it through!",
cardDetailedText: "Decisions will be sent out during spring break.",
},
{
cardTitle: "Onboarding Begins",
cardTitle: "Join and Make an Impact!",
cardSubtitle: "S26 Week 1",
cardDetailedText:
"Spring quarter kicks off. Interns meet the officer team, get matched with a Big through our mentorship program, and start plugging into the club.",
"Spring quarter kicks off. Interns meet the officer team, get matched with a Big through our mentorship program, and start helping making an impact!",
},
];
3 changes: 2 additions & 1 deletion src/components/landing/Hero/TypewriterText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import Typewriter from "typewriter-effect";

const typewriterStrings: string[] = [
"Computer Science",
"Technology",
"Machine Learning",
"Algorithms",
"CS Research",
"Research",
"Web/App Design",
];

Expand Down