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 components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer = () => {
</a>
<Group className="footer-text">{items}</Group>
</Container>
<h5 className="copyright-text"> &copy; Blueprint 2023</h5>
<h5 className="copyright-text"> &copy; Blueprint 2025</h5>
</footer>
);
};
Expand Down
5 changes: 0 additions & 5 deletions components/RoleCard/RoleCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
width: 20px;
}

.moniter {
width: 40px;
height: 40px;
}

@media (max-width: 1350px) {
.roleTitle {
font-size: 20px;
Expand Down
5 changes: 1 addition & 4 deletions components/RoleCard/RoleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import "./RoleCard.css";
export default function RoleCard({ role, link }) {
return (
<Card className="roleCard" shadow="lg" radius="xl" p="xl">
<Center>
<Image className="moniter" src="/monitor.svg" />
</Center>
<Center my="xs">
<Text c="#0078E8" fw={500} className="roleTitle">
{role}
Expand All @@ -19,7 +16,7 @@ export default function RoleCard({ role, link }) {
className="apply-button"
variant="filled"
color="#228BE6"
ref={link}
href={link}
component="a"
rightSection={<Image className="chevron" src="/chevron-right.svg" />}
>
Expand Down
27 changes: 26 additions & 1 deletion components/for-students-roles/Roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,32 @@ import "./Roles.css";
// link: "<Link to application>",
// }
// ];
const info = [];
const info = [
{
role: "VP Software",
link: "https://bit.ly/bpexec2025",
},
{
role: "VP Product",
link: "https://bit.ly/bpexec2025",
},
{
role: "VP Design",
link: "https://bit.ly/bpexec2025",
},
{
role: "VP External",
link: "https://bit.ly/bpexec2025",
},
{
role: "VP Events",
link: "https://bit.ly/bpexec2025",
},
{
role: "VP Finance",
link: "https://bit.ly/bpexec2025",
},
];

export default function Roles() {
const hasRoles = info.length > 0;
Expand Down
7 changes: 0 additions & 7 deletions public/monitor.svg

This file was deleted.