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
Binary file added client/public/Claude-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/GitHub-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/GitHub-Mark.png
Binary file not shown.
Binary file added client/public/Glassdoor-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/Leetcode-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/Levelsfyi-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/New-Logo-BG.png
Binary file not shown.
Binary file removed client/public/OpenAI-Logo.jpg
Binary file not shown.
Binary file added client/public/OpenAI-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/Perplexity-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/Refer-Logo.jpeg
Binary file not shown.
Binary file added client/public/Referme-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/shirt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/sweatshirt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/pages/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function AboutUs() {
computer science. We plan to attend hackathons, host workshops, and complete projects.
</Text>
</Box>
<Heading mb={5}>2024-25 Officers</Heading>
<Heading mb={5}>2025-2026 Officers</Heading>
<Box mb={5}>
<Table variant="simple">
<Tbody>
Expand Down
46 changes: 32 additions & 14 deletions client/src/pages/Resources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,55 +20,73 @@ export default Resources;

const resources = [
{
title: 'Students Clothing Form',
title: 'Student Charge Clothing Form',
link: 'https://docs.google.com/forms/d/e/1FAIpQLSdXS9dQWAxydGCyRWJuYPorNUJTqQs_vOVCR0N7YQgdx8A9mA/viewform',
image: '/New-Logo-BG.png',
image: '/shirt.png',
description: ['Trucker-Hat Style Hats',
'Bella Canvas Shirts',
'Fleece Pullover Hooded Sweatshirts'],
},
{
title: 'Alumni/Others Clothing Form',
title: 'Credit Card Clothing Form',
link: 'https://forms.gle/pJx51bMcaeHUUnQdA',
image: '/New-Logo-BG.png',
image: '/sweatshirt.png',
description: ['Trucker-Hat Style Hats',
'Bella Canvas Shirts',
'Fleece Pullover Hooded Sweatshirts'],
},
{
title: 'GitHub Education Pack',
link: 'https://education.github.com/pack',
image: '/GitHub-Logo.png',
description: [
'Free access to premium developer tools and services',
'Learn new skills with hands-on tutorials',
],
},
{
title: 'Perplexity AI',
link: 'https://www.perplexity.ai/',
image: '/Perplexity-Logo.png',
description: [
'AI-powered search tool that provides clear answers using real-time web results.',
'Helps with research, learning, and quick fact-checking.',
],
},
{
title: 'OpenAI',
link: 'https://openai.com/',
image: '/OpenAI-Logo.jpg',
image: '/OpenAI-Logo.png',
description: [
'AI-Powered Learning Support for studying, writing, and problem-solving',
'Enhances understanding and productivity with AI tools',
],
},
{
title: 'GitHub Education Pack',
link: 'https://education.github.com/pack',
image: '/GitHub-Mark.png',
title: 'Claude AI',
link: 'https://claude.ai/new',
image: '/Claude-Logo.png',
description: [
'Free access to premium developer tools and services',
'Learn new skills with hands-on tutorials',
'Conversational AI built by Anthropic for safety and reliability.',
'Helps with writing, coding, research, and summaries.',
],
},
{
title: 'Refer Me',
link: 'https://refer.me',
image: '/Refer-Logo.jpeg',
image: '/Referme-Logo.png',
description: ['Find job referrals from employees working at top tech companies'],
},
{
title: 'LeetCode',
link: 'https://leetcode.com',
image: 'https://assets.leetcode.com/static_assets/public/webpack_bundles/images/LeetCode_nav.4d940ca72.png',
image: '/Leetcode-Logo.png',
description: ['Practice coding challenges', 'Prepare for technical interviews'],
},
{
title: 'Glassdoor',
link: 'https://www.glassdoor.com',
image: 'https://logos-world.net/wp-content/uploads/2021/08/Glassdoor-Logo.png',
image: '/Glassdoor-Logo.png',
description: [
'Get insights about companies, salaries, and interviews',
'Discover new job opportunities',
Expand All @@ -77,7 +95,7 @@ const resources = [
{
title: 'Levels.fyi',
link: 'https://www.levels.fyi',
image: 'https://www.levels.fyi/assets/logo/full_grey/full_logo.svg',
image: '/Levelsfyi-Logo.png',
description: [
'Search 300k+ salaries for different companies, jobs, careers, and locations',
'Explore tools to help you get paid more',
Expand Down