diff --git a/client/public/Claude-Logo.png b/client/public/Claude-Logo.png new file mode 100644 index 0000000..0e7f33f Binary files /dev/null and b/client/public/Claude-Logo.png differ diff --git a/client/public/GitHub-Logo.png b/client/public/GitHub-Logo.png new file mode 100644 index 0000000..e01c5f4 Binary files /dev/null and b/client/public/GitHub-Logo.png differ diff --git a/client/public/GitHub-Mark.png b/client/public/GitHub-Mark.png deleted file mode 100644 index e28a837..0000000 Binary files a/client/public/GitHub-Mark.png and /dev/null differ diff --git a/client/public/Glassdoor-Logo.png b/client/public/Glassdoor-Logo.png new file mode 100644 index 0000000..f1a35a9 Binary files /dev/null and b/client/public/Glassdoor-Logo.png differ diff --git a/client/public/Leetcode-Logo.png b/client/public/Leetcode-Logo.png new file mode 100644 index 0000000..f6eff73 Binary files /dev/null and b/client/public/Leetcode-Logo.png differ diff --git a/client/public/Levelsfyi-Logo.png b/client/public/Levelsfyi-Logo.png new file mode 100644 index 0000000..0b8217c Binary files /dev/null and b/client/public/Levelsfyi-Logo.png differ diff --git a/client/public/New-Logo-BG.png b/client/public/New-Logo-BG.png deleted file mode 100644 index cb648d7..0000000 Binary files a/client/public/New-Logo-BG.png and /dev/null differ diff --git a/client/public/OpenAI-Logo.jpg b/client/public/OpenAI-Logo.jpg deleted file mode 100644 index 1a5d1d8..0000000 Binary files a/client/public/OpenAI-Logo.jpg and /dev/null differ diff --git a/client/public/OpenAI-Logo.png b/client/public/OpenAI-Logo.png new file mode 100644 index 0000000..fc813f4 Binary files /dev/null and b/client/public/OpenAI-Logo.png differ diff --git a/client/public/Perplexity-Logo.png b/client/public/Perplexity-Logo.png new file mode 100644 index 0000000..1b09b72 Binary files /dev/null and b/client/public/Perplexity-Logo.png differ diff --git a/client/public/Refer-Logo.jpeg b/client/public/Refer-Logo.jpeg deleted file mode 100644 index a58bf45..0000000 Binary files a/client/public/Refer-Logo.jpeg and /dev/null differ diff --git a/client/public/Referme-Logo.png b/client/public/Referme-Logo.png new file mode 100644 index 0000000..7514ef9 Binary files /dev/null and b/client/public/Referme-Logo.png differ diff --git a/client/public/shirt.png b/client/public/shirt.png new file mode 100644 index 0000000..d4252fe Binary files /dev/null and b/client/public/shirt.png differ diff --git a/client/public/sweatshirt.png b/client/public/sweatshirt.png new file mode 100644 index 0000000..f42e497 Binary files /dev/null and b/client/public/sweatshirt.png differ diff --git a/client/src/pages/AboutUs.jsx b/client/src/pages/AboutUs.jsx index f65fed8..9f02813 100644 --- a/client/src/pages/AboutUs.jsx +++ b/client/src/pages/AboutUs.jsx @@ -16,7 +16,7 @@ function AboutUs() { computer science. We plan to attend hackathons, host workshops, and complete projects. - 2024-25 Officers + 2025-2026 Officers diff --git a/client/src/pages/Resources.jsx b/client/src/pages/Resources.jsx index 8a0f28a..27b41e8 100644 --- a/client/src/pages/Resources.jsx +++ b/client/src/pages/Resources.jsx @@ -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', @@ -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',