diff --git a/src/components/ImageProjectCard.tsx b/src/components/ImageProjectCard.tsx index 5c78f76..41be4cb 100644 --- a/src/components/ImageProjectCard.tsx +++ b/src/components/ImageProjectCard.tsx @@ -14,7 +14,6 @@ interface Props { onOpenPopup : () => void; - key: number; } const ImageProjectCard = forwardRef((props : Props, ref) => { diff --git a/src/components/JoinUs.tsx b/src/components/JoinUs.tsx new file mode 100644 index 0000000..076df99 --- /dev/null +++ b/src/components/JoinUs.tsx @@ -0,0 +1,29 @@ +function JoinUs() { + return ( +
+
How to join us!
+
+
Feel free to drop in on one of our meetings!
+
+ Join our discord server to and reach out to one of our officers to get more information! +
+
+ + {/* */} + + + + + + + +
+
+ +
+ ) + +} + +export default JoinUs \ No newline at end of file diff --git a/src/components/OfficerCards.tsx b/src/components/OfficerCards.tsx index a38a4c8..8b00447 100644 --- a/src/components/OfficerCards.tsx +++ b/src/components/OfficerCards.tsx @@ -11,7 +11,6 @@ interface Props { linkedIn?: string; email?: string; bio: string; - topAlignImage: boolean; } @@ -53,12 +52,7 @@ function OfficerCards(props: Props) {
- {props.topAlignImage ? - - : - - } - +
{props.name}
@@ -73,7 +67,7 @@ function OfficerCards(props: Props) { display: 'flex', flexDirection: 'column', justifyContent: 'space-between', - height: '14rem', + height: '20rem', }}>
{props.bio} diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 9fd938f..f3d52b0 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -6,28 +6,29 @@ import '../styles/about.css' import aboutUsBackground from '../static/vectors/about-us-background.svg' import foundersBackground from '../static/vectors/founders-background.svg' import foundersBackground2 from '../static/vectors/founders-background-2.svg' -import tanayImg from '../static/images/officer/tanay.webp' -import tanayTechImg from '../static/images/officer/tanayTech.webp' -import angelicaImg from '../static/images/officer/angelica.webp' -import angelicaTechImg from '../static/images/officer/angelicaTech.webp' -import vishalImg from '../static/images/officer/vishal.webp' -import vishalTechImg from '../static/images/officer/vishalTech.webp' +import { + OFFICER_KEYS, + OFFICER_NAMES, + OFFICER_POSITIONS, + OFFICER_EMAILS, + OFFICER_LINKED_INS, + OFFICER_DESCS, + OFFICER_FUN_IMAGES, + TECH_LEAD_KEYS, + TECH_LEAD_NAMES, + TECH_LEAD_EMAILS, + TECH_LEAD_LINKED_INS, + TECH_LEAD_DESCS, + TECH_LEAD_FUN_IMAGES, +} from "../static/constants/About"; + +import { + PROJECT_NAMES +} from "../static/constants/Projects" + import conradImg from '../static/images/officer/conrad.webp' import sahilImg from '../static/images/officer/sahil.webp' -import sahanaImg from '../static/images/officer/sahana.webp' -import nikhilImg from '../static/images/officer/nikhil.webp' -import hurshImg from '../static/images/officer/hursh.webp' -import cameronImg from '../static/images/officer/cameron.webp' -import manasImg from '../static/images/officer/manas.webp' -import nathanImg from '../static/images/officer/nathan.webp' -import alexzanderImg from '../static/images/officer/alexzander.webp' -import arnavImg from '../static/images/officer/arnav.webp' -import thidaImg from '../static/images/officer/thida.webp' -import zoeImg from '../static/images/officer/zoe.webp' -import rizkyImg from '../static/images/officer/rizky.webp' -import anikImage from '../static/images/officer/anik.webp' -import umerImage from '../static/images/officer/umer.webp' -import placeholderImg from '../static/images/officer/placeholder.webp' +import JoinUs from '../components/JoinUs'; function About() { const [aBGLoaded, setABGLoaded] = useState(false); @@ -76,99 +77,20 @@ function About() { }} >
- - - - - - - - - - - - - - - - - - - - + + {OFFICER_KEYS.map((key) => ( + + + + ))} - - - - - - - - - - - - - - - - - - - - - -
@@ -185,95 +107,30 @@ function About() {
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + {TECH_LEAD_KEYS.map((key) => { + // remove trailing numbers from key + const projectKey = key.replace(/[0-9]/g, ""); + const projectName = PROJECT_NAMES[projectKey]; + + return ( + + + + ); + })} + +
@@ -294,7 +151,7 @@ function About() { position='Founder' img={sahilImg} bio="Alo, I'm Sahil! I'm a software developer interested in robotics, creative writing, and pandas (especially those that know kung fu) " linkedIn='https://www.linkedin.com/in/sahil-jain-ab012614b/' - email='sahil.jain.1@outlook.com' topAlignImage={false}/> + email='sahil.jain.1@outlook.com'/> + email='conradliste@utexas.edu'/> @@ -311,28 +168,7 @@ function About() { -
-
How to join us!
-
-
Feel free to drop in on one of our meetings!
-
- Or join our discord server to and reach out to one of our officers to get more information! -
- -
- - +
diff --git a/src/pages/Homepage.tsx b/src/pages/Homepage.tsx index 5f57ff6..1a9ffe6 100644 --- a/src/pages/Homepage.tsx +++ b/src/pages/Homepage.tsx @@ -13,6 +13,7 @@ import headerImage_1 from '../static/images/homepage/drone.webp'; import headerImage_2 from '../static/images/homepage/eclair_group.webp'; import CalendarEmbed from '../components/CalendarEmbed'; import CurrentSponsorRow from '../components/CurrentSponsorRow'; +import JoinUs from '../components/JoinUs'; function Homepage() { const [screenSize, setScreenSize] = useState(getCurrentDimension()); @@ -75,7 +76,6 @@ function Homepage() { <> - {/* Section 1 */}
- - {/* Section 2 */}
Geared Toward Helping Students Pursue Their Passion for Robotics
The Engineering and Computational Learning of Artificial Intelligence in Robotics (ECLAIR) is a club at UT Austin dedicated to helping all robot-loving students to transform their passionate robotics ideas into reality. We provide the robotics parts and teach members state-of-the-art machine learning techiniques such as neural networks and reinforcement learning to give students the ability to pursue their robotics projects. If you have a cool robot you want to build, come join us!
- {/* Section 3*/}
@@ -133,7 +130,6 @@ function Homepage() {
- {/* Section 4*/}
@@ -147,19 +143,22 @@ function Homepage() {
+ - {/* Section 5*/} + +
- - - - + + + +
{/* This entire div is just a vector that contains the blob, a rectangle, and text at the bottom of the homepage */} @@ -194,7 +193,6 @@ function Homepage() {
- {/* Section 6*/}
:D", +// TEXEL_ARTS: "Hey yall, I am CS and Math major that do be working on stuff.", +// BEGINNERS_TRACK1: " Hey! My name is Daniel and I'm an ECE major from Houston. I have quite a few things I'm interested in, but currently my main hobbies include badly learning guitar, making odd battlebots, and catching up on anime.", +// BEGINNERS_TRACK2: " I am a freshman at UT majoring in ECE Honors. I gained interest in robotics during my years competing in FTC, and have an interest in video game designing. I compete in online hackathons and program in MHCP", +// EPIC1: "Hi, I'm Tanvi! I'm a sophomore ECE major with a focus in power systems and power electronics. I love Formula !, dogs, and board games. In the furture, I hope to use electircal engineering to improve sustainable energy technology.", +// EPIC2: "Hi! My name is Tanya, and I’m studying ECE (Power Track) + Robotics. I like memes, escape rooms, Brawl Stars, and meeting/talking to people. I’m excited to be co-leading EPIC (self balancing robot :), and outside of that, I work at the Texas Inventionworks makerspace! My ultimate goal is to use engineering to protect our planet.", +// DUCKDUCKFLOW: "Hi! I'm a senior Computer Science major interested in website development and AI. I enjoy drawing, gardening, puns, and cooking (especially cooking up puns!)" +// } + +// export const TECH_LEAD_FUN_IMAGES: { [key: string]: any } = { +// CRACKLE1: tanayImg, +// CRACKLE2: manavImg, +// TRACE1: arnavImg, +// TRACE2: rizkyImg, +// AUTONOMOUS_CAR: sahanaImg, +// TEXEL_ARTS: umerImg, +// BEGINNERS_TRACK1: placeholderImg, //Need +// BEGINNERS_TRACK2: placeholderImg, //Need +// EPIC1: tanyaImg, +// EPIC2: tanviImg, +// DUCKDUCKFLOW: isabellaImg +// } \ No newline at end of file diff --git a/src/static/constants/Projects.ts b/src/static/constants/Projects.ts new file mode 100644 index 0000000..187d157 --- /dev/null +++ b/src/static/constants/Projects.ts @@ -0,0 +1,39 @@ +export const PROJECT_KEYS = [ + "CRACKLE", + "TRACE", + "AUTONOMOUS_CAR", + "TEXEL_ARTS", + "BEGINNERS_TRACK", + "EPIC", + "DUCKDUCKFLOW" +] + +export const PROJECT_NAMES: { [key: string]: string } = { + CRACKLE: "C.R.A.C.K.L.E.", + TRACE: "T.R.A.C.E.", + AUTONOMOUS_CAR: "Autonomous Car", + TEXEL_ARTS: "Texel Arts", + BEGINNERS_TRACK: "Beginner's Track", + EPIC: "E.P.I.C.", + DUCKDUCKFLOW: "DuckDuckFlow", +} + + +export const PROJECT_TEAM_PAGES: { [key: string]: any} = { + CRACKLE: "https://befitting-galliform-d9c.notion.site/Crackle-Teamspace-Home-9e32fd2ea0ca4e4695607c16f522433f", + TRACE: "https://www.notion.so/TRACE-18feaa211e138031b1b3cc379fa48413?cookie_sync_completed=true", + AUTONOMOUS_CAR: "", //Need? + TEXEL_ARTS: "https://eclair-texel-arts.notion.site/Texel-Arts-19ac77b011c880428939f28b8f068d94", + BEGINNERS_TRACK: "", + EPIC: "https://docs.google.com/document/d/1gbFuBh5Rj6CCqdpV75lZLSzmt4x5dXSdN6iSoQHVaYI/edit?usp=sharing", + DUCKDUCKFLOW: ["https://www.notion.so/DuckDuckHome-22fd0549950a8075bed4d31c18fd877b", "https://drive.google.com/drive/folders/1HiiFXGnvp3E9dYJ0V1BHyFgouFjwxMa7?usp=sharing"], +} +export const PROJECT_CODEBASES: { [key: string]: any} = { + CRACKLE: "https://github.com/ECLAIR-Robotics/crackle", + TRACE: "https://github.com/ECLAIR-Robotics/TRACE", + AUTONOMOUS_CAR: "https://github.com/ECLAIR-Robotics/nlp-car", + TEXEL_ARTS: ["https://github.com/Umer-K-PersonOOO/Texel-Art-Media", "https://github.com/Umer-K-PersonOOO/Texel-Art-Website"], + BEGINNERS_TRACK: "", //Need + EPIC: "", //Need + DUCKDUCKFLOW: "https://github.com/ECLAIR-Robotics/duck-duck-flow", +} \ No newline at end of file diff --git a/src/static/images/homepage/uncompressed/drone_header.png b/src/static/images/homepage/uncompressed/drone_header.png deleted file mode 100644 index e570130..0000000 Binary files a/src/static/images/homepage/uncompressed/drone_header.png and /dev/null differ diff --git a/src/static/images/homepage/uncompressed/eclair_group.png b/src/static/images/homepage/uncompressed/eclair_group.png deleted file mode 100644 index acff9b6..0000000 Binary files a/src/static/images/homepage/uncompressed/eclair_group.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/cv.png b/src/static/images/lectures/uncompressed/cv.png deleted file mode 100644 index 51aeca0..0000000 Binary files a/src/static/images/lectures/uncompressed/cv.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/deepLearning.png b/src/static/images/lectures/uncompressed/deepLearning.png deleted file mode 100644 index 298d64d..0000000 Binary files a/src/static/images/lectures/uncompressed/deepLearning.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/introToCV.png b/src/static/images/lectures/uncompressed/introToCV.png deleted file mode 100644 index 45ac614..0000000 Binary files a/src/static/images/lectures/uncompressed/introToCV.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/introToML.png b/src/static/images/lectures/uncompressed/introToML.png deleted file mode 100644 index a24ec7d..0000000 Binary files a/src/static/images/lectures/uncompressed/introToML.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/introToRL.png b/src/static/images/lectures/uncompressed/introToRL.png deleted file mode 100644 index 5599650..0000000 Binary files a/src/static/images/lectures/uncompressed/introToRL.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/markovModelFree.png b/src/static/images/lectures/uncompressed/markovModelFree.png deleted file mode 100644 index f25b510..0000000 Binary files a/src/static/images/lectures/uncompressed/markovModelFree.png and /dev/null differ diff --git a/src/static/images/lectures/uncompressed/qL.png b/src/static/images/lectures/uncompressed/qL.png deleted file mode 100644 index e0ea05f..0000000 Binary files a/src/static/images/lectures/uncompressed/qL.png and /dev/null differ diff --git a/src/static/images/logo/uncompressed/ECLAIR_logo2.png b/src/static/images/logo/uncompressed/ECLAIR_logo2.png deleted file mode 100644 index 96b91e3..0000000 Binary files a/src/static/images/logo/uncompressed/ECLAIR_logo2.png and /dev/null differ diff --git a/src/static/images/logo/uncompressed/ECLAIR_logo3.png b/src/static/images/logo/uncompressed/ECLAIR_logo3.png deleted file mode 100644 index 612237a..0000000 Binary files a/src/static/images/logo/uncompressed/ECLAIR_logo3.png and /dev/null differ diff --git a/src/static/images/officer/alexzander.webp b/src/static/images/officer/alexzander.webp deleted file mode 100644 index 506f092..0000000 Binary files a/src/static/images/officer/alexzander.webp and /dev/null differ diff --git a/src/static/images/officer/angelica.webp b/src/static/images/officer/angelica.webp deleted file mode 100644 index a0a662e..0000000 Binary files a/src/static/images/officer/angelica.webp and /dev/null differ diff --git a/src/static/images/officer/angelicaTech.webp b/src/static/images/officer/angelicaTech.webp deleted file mode 100644 index 7d5c6ce..0000000 Binary files a/src/static/images/officer/angelicaTech.webp and /dev/null differ diff --git a/src/static/images/officer/anik.webp b/src/static/images/officer/anik.webp deleted file mode 100644 index 82a037a..0000000 Binary files a/src/static/images/officer/anik.webp and /dev/null differ diff --git a/src/static/images/officer/aniket.webp b/src/static/images/officer/aniket.webp new file mode 100644 index 0000000..6619aa4 Binary files /dev/null and b/src/static/images/officer/aniket.webp differ diff --git a/src/static/images/officer/aniketProfessional.webp b/src/static/images/officer/aniketProfessional.webp new file mode 100644 index 0000000..99779e1 Binary files /dev/null and b/src/static/images/officer/aniketProfessional.webp differ diff --git a/src/static/images/officer/anna.webp b/src/static/images/officer/anna.webp new file mode 100644 index 0000000..33bd905 Binary files /dev/null and b/src/static/images/officer/anna.webp differ diff --git a/src/static/images/officer/cameron.webp b/src/static/images/officer/cameron.webp index 475a2c5..2f33e11 100644 Binary files a/src/static/images/officer/cameron.webp and b/src/static/images/officer/cameron.webp differ diff --git a/src/static/images/officer/cameronProfessional.webp b/src/static/images/officer/cameronProfessional.webp new file mode 100644 index 0000000..ce5211d Binary files /dev/null and b/src/static/images/officer/cameronProfessional.webp differ diff --git a/src/static/images/officer/henry.webp b/src/static/images/officer/henry.webp deleted file mode 100644 index 7993655..0000000 Binary files a/src/static/images/officer/henry.webp and /dev/null differ diff --git a/src/static/images/officer/hursh.webp b/src/static/images/officer/hursh.webp deleted file mode 100644 index 0360e1c..0000000 Binary files a/src/static/images/officer/hursh.webp and /dev/null differ diff --git a/src/static/images/officer/isabella.webp b/src/static/images/officer/isabella.webp new file mode 100644 index 0000000..58da017 Binary files /dev/null and b/src/static/images/officer/isabella.webp differ diff --git a/src/static/images/officer/joke/ducky.webp b/src/static/images/officer/joke/ducky.webp new file mode 100644 index 0000000..10b1256 Binary files /dev/null and b/src/static/images/officer/joke/ducky.webp differ diff --git a/src/static/images/officer/joke/frat_bro.webp b/src/static/images/officer/joke/frat_bro.webp new file mode 100644 index 0000000..f6d6446 Binary files /dev/null and b/src/static/images/officer/joke/frat_bro.webp differ diff --git a/src/static/images/officer/joke/lebron_james.webp b/src/static/images/officer/joke/lebron_james.webp new file mode 100644 index 0000000..6e2699e Binary files /dev/null and b/src/static/images/officer/joke/lebron_james.webp differ diff --git a/src/static/images/officer/joke/lightning_mcqueen.webp b/src/static/images/officer/joke/lightning_mcqueen.webp new file mode 100644 index 0000000..9dce5b6 Binary files /dev/null and b/src/static/images/officer/joke/lightning_mcqueen.webp differ diff --git a/src/static/images/officer/joke/lionel_messi.webp b/src/static/images/officer/joke/lionel_messi.webp new file mode 100644 index 0000000..99f9e25 Binary files /dev/null and b/src/static/images/officer/joke/lionel_messi.webp differ diff --git a/src/static/images/officer/joke/ma_long.webp b/src/static/images/officer/joke/ma_long.webp new file mode 100644 index 0000000..481d747 Binary files /dev/null and b/src/static/images/officer/joke/ma_long.webp differ diff --git a/src/static/images/officer/joke/octane.webp b/src/static/images/officer/joke/octane.webp new file mode 100644 index 0000000..b7eba01 Binary files /dev/null and b/src/static/images/officer/joke/octane.webp differ diff --git a/src/static/images/officer/joke/spider_man.webp b/src/static/images/officer/joke/spider_man.webp new file mode 100644 index 0000000..42b7771 Binary files /dev/null and b/src/static/images/officer/joke/spider_man.webp differ diff --git a/src/static/images/officer/joke/tightrope_walker.webp b/src/static/images/officer/joke/tightrope_walker.webp new file mode 100644 index 0000000..c0c5f5a Binary files /dev/null and b/src/static/images/officer/joke/tightrope_walker.webp differ diff --git a/src/static/images/officer/joke/tony_stark.webp b/src/static/images/officer/joke/tony_stark.webp new file mode 100644 index 0000000..1e16467 Binary files /dev/null and b/src/static/images/officer/joke/tony_stark.webp differ diff --git a/src/static/images/officer/joke/wooden_model.webp b/src/static/images/officer/joke/wooden_model.webp new file mode 100644 index 0000000..41db749 Binary files /dev/null and b/src/static/images/officer/joke/wooden_model.webp differ diff --git a/src/static/images/officer/manas.webp b/src/static/images/officer/manas.webp index 100292e..403dbb5 100644 Binary files a/src/static/images/officer/manas.webp and b/src/static/images/officer/manas.webp differ diff --git a/src/static/images/officer/manav.webp b/src/static/images/officer/manav.webp new file mode 100644 index 0000000..3a7f6cd Binary files /dev/null and b/src/static/images/officer/manav.webp differ diff --git a/src/static/images/officer/nathan.webp b/src/static/images/officer/nathan.webp deleted file mode 100644 index a69d50f..0000000 Binary files a/src/static/images/officer/nathan.webp and /dev/null differ diff --git a/src/static/images/officer/nikhil.webp b/src/static/images/officer/nikhil.webp deleted file mode 100644 index 69bd260..0000000 Binary files a/src/static/images/officer/nikhil.webp and /dev/null differ diff --git a/src/static/images/officer/rizky.webp b/src/static/images/officer/rizky.webp index b0da4de..9f6aa3f 100644 Binary files a/src/static/images/officer/rizky.webp and b/src/static/images/officer/rizky.webp differ diff --git a/src/static/images/officer/rizkyProfessional.webp b/src/static/images/officer/rizkyProfessional.webp new file mode 100644 index 0000000..55177c5 Binary files /dev/null and b/src/static/images/officer/rizkyProfessional.webp differ diff --git a/src/static/images/officer/tanay.webp b/src/static/images/officer/tanay.webp index 6755002..2b620f6 100644 Binary files a/src/static/images/officer/tanay.webp and b/src/static/images/officer/tanay.webp differ diff --git a/src/static/images/officer/tanayTech.webp b/src/static/images/officer/tanayTech.webp deleted file mode 100644 index 2a7deaf..0000000 Binary files a/src/static/images/officer/tanayTech.webp and /dev/null differ diff --git a/src/static/images/officer/tanvi.webp b/src/static/images/officer/tanvi.webp new file mode 100644 index 0000000..53190f4 Binary files /dev/null and b/src/static/images/officer/tanvi.webp differ diff --git a/src/static/images/officer/tanya.webp b/src/static/images/officer/tanya.webp new file mode 100644 index 0000000..b4001a2 Binary files /dev/null and b/src/static/images/officer/tanya.webp differ diff --git a/src/static/images/officer/uncompressed/alexzander.jpg b/src/static/images/officer/uncompressed/alexzander.jpg deleted file mode 100644 index d51171e..0000000 Binary files a/src/static/images/officer/uncompressed/alexzander.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/angelica.jpg b/src/static/images/officer/uncompressed/angelica.jpg deleted file mode 100644 index 42fc07b..0000000 Binary files a/src/static/images/officer/uncompressed/angelica.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/angelicaTech.jpeg b/src/static/images/officer/uncompressed/angelicaTech.jpeg deleted file mode 100644 index 6fb9af2..0000000 Binary files a/src/static/images/officer/uncompressed/angelicaTech.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/anik.jpeg b/src/static/images/officer/uncompressed/anik.jpeg deleted file mode 100644 index 9ba76a9..0000000 Binary files a/src/static/images/officer/uncompressed/anik.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/arnav.jpg b/src/static/images/officer/uncompressed/arnav.jpg deleted file mode 100644 index 93c681e..0000000 Binary files a/src/static/images/officer/uncompressed/arnav.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/cameron.jpg b/src/static/images/officer/uncompressed/cameron.jpg deleted file mode 100644 index b78db97..0000000 Binary files a/src/static/images/officer/uncompressed/cameron.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/conrad.jpg b/src/static/images/officer/uncompressed/conrad.jpg deleted file mode 100644 index 7c8e0d6..0000000 Binary files a/src/static/images/officer/uncompressed/conrad.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/henry.jpg b/src/static/images/officer/uncompressed/henry.jpg deleted file mode 100644 index 96a3790..0000000 Binary files a/src/static/images/officer/uncompressed/henry.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/hursh.jpeg b/src/static/images/officer/uncompressed/hursh.jpeg deleted file mode 100644 index 5ff0b90..0000000 Binary files a/src/static/images/officer/uncompressed/hursh.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/manas.jpg b/src/static/images/officer/uncompressed/manas.jpg deleted file mode 100644 index 75b1c5c..0000000 Binary files a/src/static/images/officer/uncompressed/manas.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/nathan.jpg b/src/static/images/officer/uncompressed/nathan.jpg deleted file mode 100644 index 580d62b..0000000 Binary files a/src/static/images/officer/uncompressed/nathan.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/nikhil.jpeg b/src/static/images/officer/uncompressed/nikhil.jpeg deleted file mode 100644 index 278b073..0000000 Binary files a/src/static/images/officer/uncompressed/nikhil.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/abbhinav.jpeg b/src/static/images/officer/uncompressed/old_officers_and_leads/abbhinav.jpeg deleted file mode 100644 index 8b5557f..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/abbhinav.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/anjali.png b/src/static/images/officer/uncompressed/old_officers_and_leads/anjali.png deleted file mode 100644 index 08c76b1..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/anjali.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/annabel.png b/src/static/images/officer/uncompressed/old_officers_and_leads/annabel.png deleted file mode 100644 index 8834b86..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/annabel.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/carson.jpg b/src/static/images/officer/uncompressed/old_officers_and_leads/carson.jpg deleted file mode 100644 index 3bf732c..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/carson.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/kyrylo.png b/src/static/images/officer/uncompressed/old_officers_and_leads/kyrylo.png deleted file mode 100644 index 0f0ddf1..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/kyrylo.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/riley.jpg b/src/static/images/officer/uncompressed/old_officers_and_leads/riley.jpg deleted file mode 100644 index 8a38673..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/riley.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/old_officers_and_leads/savvy.jpg b/src/static/images/officer/uncompressed/old_officers_and_leads/savvy.jpg deleted file mode 100644 index 853de15..0000000 Binary files a/src/static/images/officer/uncompressed/old_officers_and_leads/savvy.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/placeholder.png b/src/static/images/officer/uncompressed/placeholder.png deleted file mode 100644 index 89134a7..0000000 Binary files a/src/static/images/officer/uncompressed/placeholder.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/rizky.jpg b/src/static/images/officer/uncompressed/rizky.jpg deleted file mode 100644 index 1d88c56..0000000 Binary files a/src/static/images/officer/uncompressed/rizky.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/sahana.jpeg b/src/static/images/officer/uncompressed/sahana.jpeg deleted file mode 100644 index 8b4b7a6..0000000 Binary files a/src/static/images/officer/uncompressed/sahana.jpeg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/sahil.jpg b/src/static/images/officer/uncompressed/sahil.jpg deleted file mode 100644 index 8337fec..0000000 Binary files a/src/static/images/officer/uncompressed/sahil.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/tanay.png b/src/static/images/officer/uncompressed/tanay.png deleted file mode 100644 index b8005d3..0000000 Binary files a/src/static/images/officer/uncompressed/tanay.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/tanayTech.jpg b/src/static/images/officer/uncompressed/tanayTech.jpg deleted file mode 100644 index 4fb8ad3..0000000 Binary files a/src/static/images/officer/uncompressed/tanayTech.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/thida.jpg b/src/static/images/officer/uncompressed/thida.jpg deleted file mode 100644 index 83dfc28..0000000 Binary files a/src/static/images/officer/uncompressed/thida.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/umer.jpg b/src/static/images/officer/uncompressed/umer.jpg deleted file mode 100644 index 6d76b4c..0000000 Binary files a/src/static/images/officer/uncompressed/umer.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/vishal.png b/src/static/images/officer/uncompressed/vishal.png deleted file mode 100644 index e289436..0000000 Binary files a/src/static/images/officer/uncompressed/vishal.png and /dev/null differ diff --git a/src/static/images/officer/uncompressed/vishalTech.jpg b/src/static/images/officer/uncompressed/vishalTech.jpg deleted file mode 100644 index 1e78307..0000000 Binary files a/src/static/images/officer/uncompressed/vishalTech.jpg and /dev/null differ diff --git a/src/static/images/officer/uncompressed/zoe.png b/src/static/images/officer/uncompressed/zoe.png deleted file mode 100644 index a22162d..0000000 Binary files a/src/static/images/officer/uncompressed/zoe.png and /dev/null differ diff --git a/src/static/images/officer/vishal.webp b/src/static/images/officer/vishal.webp deleted file mode 100644 index 192cef1..0000000 Binary files a/src/static/images/officer/vishal.webp and /dev/null differ diff --git a/src/static/images/officer/vishalTech.webp b/src/static/images/officer/vishalTech.webp deleted file mode 100644 index d2a16ad..0000000 Binary files a/src/static/images/officer/vishalTech.webp and /dev/null differ diff --git a/src/styles/about.css b/src/styles/about.css index 8247efa..80df4d8 100644 --- a/src/styles/about.css +++ b/src/styles/about.css @@ -43,8 +43,8 @@ align-items: center; justify-content: center; width: fit-content; - width: 30em; - height: 30em; + width: 40em; + height: 40em; flex-direction: column; flex-wrap: wrap; diff --git a/src/styles/officerCard.css b/src/styles/officerCard.css index f367c54..c4e853e 100644 --- a/src/styles/officerCard.css +++ b/src/styles/officerCard.css @@ -1,7 +1,7 @@ :root { --standard-gap: 0.5em; --card-closed-height: 25em; - --card-extended-height: 43em; + --card-extended-height: 50em; } .cardContainer {