Skip to content

Commit

Permalink
Merge branch 'main' into update-dev-interview-knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyaodu authored Nov 23, 2023
2 parents 06cbb2b + 9d69633 commit e529204
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 26 deletions.
12 changes: 7 additions & 5 deletions components/EventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ export default function EventCard({
<strong>When:</strong>
{" " + startTime.toFormat("DDD / t") + " Pacific"}
</EventText>
<EventText>
<ArrowLink href={url} dark>
Learn more
</ArrowLink>
</EventText>
{url ? (
<EventText>
<ArrowLink href={url} dark>
Learn more
</ArrowLink>
</EventText>
) : null}
</Card.Body>
</Card>
);
Expand Down
2 changes: 1 addition & 1 deletion data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
26 changes: 25 additions & 1 deletion data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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:
Expand Down
25 changes: 13 additions & 12 deletions data/people.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const constPeople = [
},
{
name: "Philip Zhang",
roles: ["Developer"],
roles: ["Developer", "Engineering Manager"],
},
{
name: "Rohan Puthukudy",
Expand Down Expand Up @@ -536,19 +536,19 @@ const constPeople = [
},
{
name: "Andrew Russell",
roles: ["Developer", "Engineering Manager"],
roles: ["Developer", "Engineering Manager", "VP Technology"],
},
{
name: "James Zhang",
roles: ["Developer"],
},
{
name: "Mohak Vaswani",
roles: ["Developer", "Product Manager"],
roles: ["Developer"],
},
{
name: "Shreya Gupta",
roles: ["Developer"],
roles: ["Developer", "Product Manager"],
},
{
name: "Akhilan Gurumoorthy",
Expand All @@ -574,7 +574,7 @@ const constPeople = [
},
{
name: "Helen Lin",
roles: ["Developer"],
roles: ["Developer", "Engineering Manager"],
},
{
name: "Mary Vu",
Expand Down Expand Up @@ -642,6 +642,7 @@ const constPeople = [
{
name: "Mrinal Sharma",
roles: ["Product Manager"],
graduation: 2023,
},
{
name: "Akash Premkumar",
Expand All @@ -650,7 +651,7 @@ const constPeople = [
},
{
name: "Annie Wen",
roles: ["Product Manager", "Designer"],
roles: ["Product Manager", "Designer", "TEST Design Lead"],
},
{
name: "Casey Toy",
Expand Down Expand Up @@ -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",
Expand All @@ -723,7 +724,7 @@ const constPeople = [
},
{
name: "Benjamin Johnson",
roles: ["Developer"],
roles: ["Developer", "Engineering Manager"],
},
{
name: "Brenton Dunn",
Expand All @@ -743,7 +744,7 @@ const constPeople = [
},
{
name: "Emily Marschall-Niswonger",
roles: ["Developer"],
roles: ["Developer", "TEST Developer Lead"],
},
{
name: "Emily Yu",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/recruitment.ts
Original file line number Diff line number Diff line change
@@ -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;
4 changes: 2 additions & 2 deletions images/all-images.ts
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down
Binary file modified images/members/navid_boloorian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions pages/nonprofits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]) and we will get in touch with you as soon as possible.
Expand Down

0 comments on commit e529204

Please sign in to comment.