diff --git a/components/EventCard.tsx b/components/EventCard.tsx index 5f2b28a0..0bd37f3c 100644 --- a/components/EventCard.tsx +++ b/components/EventCard.tsx @@ -44,11 +44,13 @@ export default function EventCard({ When: {" " + startTime.toFormat("DDD / t") + " Pacific"} - - - Learn more - - + {url ? ( + + + Learn more + + + ) : null} ); diff --git a/data/clients.ts b/data/clients.ts index 8238ddb2..a02b1c91 100644 --- a/data/clients.ts +++ b/data/clients.ts @@ -126,7 +126,7 @@ const constClients = [ name: "ALUM for Northwood", startYear: 2022, endYear: null, - url: "https://alumfornorthwood.org/", + url: null, }, // TODO: add YCW info ] as const; diff --git a/data/events.ts b/data/events.ts index 3280b639..d1b9f12e 100644 --- a/data/events.ts +++ b/data/events.ts @@ -7,7 +7,7 @@ export interface Event { readonly description: string; readonly location: string; readonly startTime: DateTime; - readonly url: string; + readonly url: string | null; } function parseDate(date: string): DateTime { @@ -19,6 +19,30 @@ function parseDate(date: string): DateTime { } const events: Event[] = [ + { + title: "Recruitment Info Session 2", + description: + "We are looking to recruit developers, designers, and TEST members to come join our mission of developing solutions to the software needs of nonprofits! You can learn more about our organization and the work we have done in the past on our website! Join us for Info Session 2 to learn about our organization in-depth, including who we work with, what technologies we use, and what we have to offer to you!", + location: "CSE 1202", + startTime: parseDate("2023-10-12T18:00:00"), + url: null, + }, + { + title: "Recruitment Info Session 1", + description: + "We are looking to recruit developers, designers, and TEST members to come join our mission of developing solutions to the software needs of nonprofits! You can learn more about our organization and the work we have done in the past on our website! Join us for Info Session 1 to learn about our organization in-depth, including who we work with, what technologies we use, and what we have to offer to you!", + location: "CSE 1202", + startTime: parseDate("2023-10-10T19:30:00"), + url: null, + }, + { + title: "Intern Panel", + description: + "Are YOU looking for an internship for next summer? Do YOU want to kick start your software engineering career by gaining vital industry experience? Do you want to learn more about how to get your first software engineering or UI/UX design internship? If so, then this event is for YOU! On October 1st, 2022 from 6:00 to 7:30PM PDT in CSE 1202, Triton Software Engineering (TSE) will be hosting an intern panel consisting of five TSE members with extensive internship experiences. The panelists are well versed in the ins and outs of the internship application process and have a lot of insights to share with you! Our panelists have interned at numerous companies including Cloudflare, Lockheed Martin, Neuralink, Protolab, Stripe, and many more! Come out to ask all of your questions about internships in the software and design industries!", + location: "CSE 1202", + startTime: parseDate("2023-10-05T18:00:00"), + url: null, + }, { title: "Verkada x TSE: Product Demo and Q&A", description: diff --git a/data/people.ts b/data/people.ts index e87befc7..580f1630 100644 --- a/data/people.ts +++ b/data/people.ts @@ -455,7 +455,7 @@ const constPeople = [ }, { name: "Philip Zhang", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Rohan Puthukudy", @@ -536,7 +536,7 @@ const constPeople = [ }, { name: "Andrew Russell", - roles: ["Developer", "Engineering Manager"], + roles: ["Developer", "Engineering Manager", "VP Technology"], }, { name: "James Zhang", @@ -544,11 +544,11 @@ const constPeople = [ }, { name: "Mohak Vaswani", - roles: ["Developer", "Product Manager"], + roles: ["Developer"], }, { name: "Shreya Gupta", - roles: ["Developer"], + roles: ["Developer", "Product Manager"], }, { name: "Akhilan Gurumoorthy", @@ -574,7 +574,7 @@ const constPeople = [ }, { name: "Helen Lin", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Mary Vu", @@ -642,6 +642,7 @@ const constPeople = [ { name: "Mrinal Sharma", roles: ["Product Manager"], + graduation: 2023, }, { name: "Akash Premkumar", @@ -650,7 +651,7 @@ const constPeople = [ }, { name: "Annie Wen", - roles: ["Product Manager", "Designer"], + roles: ["Product Manager", "Designer", "TEST Design Lead"], }, { name: "Casey Toy", @@ -707,11 +708,11 @@ const constPeople = [ }, { name: "Adhithya Ananthan-Regina", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Anthony Pertsel", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Arnav Modi", @@ -723,7 +724,7 @@ const constPeople = [ }, { name: "Benjamin Johnson", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Brenton Dunn", @@ -743,7 +744,7 @@ const constPeople = [ }, { name: "Emily Marschall-Niswonger", - roles: ["Developer"], + roles: ["Developer", "TEST Developer Lead"], }, { name: "Emily Yu", @@ -782,11 +783,11 @@ const constPeople = [ }, { name: "Jennifer Tanurdjaja", - roles: ["Developer"], + roles: ["Developer", "Product Manager"], }, { name: "Jenny Mar", - roles: ["Developer"], + roles: ["Developer", "Engineering Manager"], }, { name: "Jocelyn Horng", diff --git a/data/recruitment.ts b/data/recruitment.ts index 08903f66..281da45c 100644 --- a/data/recruitment.ts +++ b/data/recruitment.ts @@ -1,7 +1,7 @@ const recruitment = { acceptingApplications: false, applicationUrl: "https://tritonse.github.io/TSE-Application-Form/", - deadline: "Sunday, October 9th at 11:59PM PDT", + deadline: "Sunday, October 15th at 11:59PM PDT", } as const; export default recruitment; diff --git a/images/all-images.ts b/images/all-images.ts index 961d172b..bb63a2a4 100644 --- a/images/all-images.ts +++ b/images/all-images.ts @@ -1,7 +1,7 @@ // Do not edit. Automatically generated by generate.ts const allImages = { "clients/alum_for_northwood": { width: 100, height: 100, maxSize: 128, extension: ".png" }, - "clients/call_blackline": { width: 1460, height: 186, maxSize: 1920, extension: ".png" }, + "clients/call_blackline": { width: 512, height: 67, maxSize: 640, extension: ".jpg" }, "clients/center_for_community_health": { width: 940, height: 192, maxSize: 1080, extension: ".png" }, "clients/dynamics_performance_team": { width: 1312, height: 1312, maxSize: 1920, extension: ".jpg" }, "clients/feeding_san_diego": { width: 2550, height: 1220, maxSize: 1920, extension: ".png" }, @@ -128,7 +128,7 @@ const allImages = { "members/mohak_vaswani": { width: 700, height: 700, maxSize: 750, extension: ".png" }, "members/mrinal_sharma": { width: 903, height: 903, maxSize: 1080, extension: ".jpg" }, "members/mylinh_lac": { width: 3024, height: 3024, maxSize: 1080, extension: ".jpg" }, - "members/navid_boloorian": { width: 1980, height: 1971, maxSize: 1080, extension: ".jpg" }, + "members/navid_boloorian": { width: 938, height: 1042, maxSize: 1080, extension: ".jpg" }, "members/nicholas_vanny": { width: 2370, height: 2171, maxSize: 1080, extension: ".jpg" }, "members/nicolas_la_polla": { width: 965, height: 543, maxSize: 1080, extension: ".jpg" }, "members/nirmal_agnihotri": { width: 3133, height: 2810, maxSize: 1080, extension: ".jpg" }, diff --git a/images/members/navid_boloorian.jpg b/images/members/navid_boloorian.jpg index 0f9b9124..ca132d8c 100644 Binary files a/images/members/navid_boloorian.jpg and b/images/members/navid_boloorian.jpg differ diff --git a/pages/nonprofits.tsx b/pages/nonprofits.tsx index a1b04027..b1aca5c2 100644 --- a/pages/nonprofits.tsx +++ b/pages/nonprofits.tsx @@ -39,10 +39,6 @@ TSE’s structure consists of our board and 6 project-based teams. Each project Our organization recruits some of the most hard-working, passionate, and brightest students at UC San Diego. Through effective leadership, frequent check-ins, and organized project timelines set with our clients and board, we ensure that our combination of talent, dedication, and care will result in projects that benefit the nonprofits we work with. -### How is TSE operating during the ongoing pandemic? - -We are working in a hybrid model with most project teams primarily meeting in person. All TSE meetings with nonprofit clients will continue to be remote. - ## Still have questions? If you still have any questions regarding how to get involved with us, please feel free to contact us at [tse@ucsd.edu](mailto:tse@ucsd.edu) and we will get in touch with you as soon as possible.