From 8c1ba1185c1b4a3b93ebb053d18c98cab3a63956 Mon Sep 17 00:00:00 2001
From: shreyaNagunuri
Date: Mon, 27 May 2024 01:45:56 -0700
Subject: [PATCH 1/2] Removed WebDev Community From About Page
---
frontend/src/components/About/MeetTheTeam.tsx | 13 ------------
.../src/components/About/OurCommunities.tsx | 21 -------------------
2 files changed, 34 deletions(-)
diff --git a/frontend/src/components/About/MeetTheTeam.tsx b/frontend/src/components/About/MeetTheTeam.tsx
index 62392218..5e321f1b 100644
--- a/frontend/src/components/About/MeetTheTeam.tsx
+++ b/frontend/src/components/About/MeetTheTeam.tsx
@@ -85,19 +85,6 @@ const categories = [
{ name: 'Ganesh Kumarappan', title: 'Backend Developer', photo: Ganesh },
],
},
- {
- id: 3,
- name: 'CSES WebDev',
- members: [
- { name: 'Shruti Bhamidipati', title: 'President', photo: Shruti },
- { name: 'Manan Patel', title: 'VP Finance', photo: Manan },
- { name: 'Jheel Gandhi', title: 'VP Design', photo: Jheel },
- { name: 'Sonia Fereidooni', title: 'VP Operations', photo: Sonia },
- { name: 'Ryan Rickey', title: 'Software Team Lead', photo: Ryan },
- { name: 'Jake Villaseno', title: 'UI/UX Designer', photo: Jake },
- //{ name: 'Saleha Ahmedi', title: 'WebDev', photo: Saleha},
- ],
- },
{
id: 4,
name: 'CSES Open Source',
diff --git a/frontend/src/components/About/OurCommunities.tsx b/frontend/src/components/About/OurCommunities.tsx
index f6afede1..13614231 100644
--- a/frontend/src/components/About/OurCommunities.tsx
+++ b/frontend/src/components/About/OurCommunities.tsx
@@ -94,27 +94,6 @@ const Communities = () => {
-
-
-
-
- CSES WebDev
-
-
- Gain hands-on experience in web design and development for real clients, from UCSD clubs to non-profits!
-
-
-
From e06bcad699de435e93d5245384a1b885d1cc6c2c Mon Sep 17 00:00:00 2001
From: shreyaNagunuri
Date: Mon, 27 May 2024 01:50:12 -0700
Subject: [PATCH 2/2] Reordered Communities on About Page
---
.../src/components/About/OurCommunities.tsx | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/frontend/src/components/About/OurCommunities.tsx b/frontend/src/components/About/OurCommunities.tsx
index 13614231..3686c56b 100644
--- a/frontend/src/components/About/OurCommunities.tsx
+++ b/frontend/src/components/About/OurCommunities.tsx
@@ -39,16 +39,16 @@ const Communities = () => {
margin: verySmallScreen ? '10% 0% 0% 0%' : { xs: '10% 2% 2% 2%', sm: '5% 3%', md: '3% 2%' }
}}>
- CSES Innovate
+ CSES Dev
-
- Learn about tech entrepreneurship! Form teams and build your own start-ups from ideation to pitch.
+
+ Join our internal web team of developers and UX designers to build and manage websites across all of our communities!
@@ -60,16 +60,16 @@ const Communities = () => {
margin: verySmallScreen ? '10% 0% 0% 0%' : { xs: '10% 2% 2% 2%', sm: '5% 3%', md: '3% 2%' }
}}>
- CSES Dev
+ CSES Open-Source
- Join our internal web team of developers and UX designers to build and manage websites across all of our communities!
+ No projects? No problem! Build your skills and collaborate with other students on real projects, no application required!
@@ -81,16 +81,16 @@ const Communities = () => {
margin: verySmallScreen ? '10% 0% 0% 0%' : { xs: '10% 2% 2% 2%', sm: '5% 3%', md: '3% 2%' }
}}>
- CSES Open-Source
+ CSES Innovate
-
- No projects? No problem! Build your skills and collaborate with other students on real projects, no application required!
+
+ Learn about tech entrepreneurship! Form teams and build your own start-ups from ideation to pitch.