Skip to content

Commit a88a072

Browse files
committed
polished more
1 parent df59ec6 commit a88a072

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

src/components/OurTeam/OurTeam.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const OurTeam: React.FC = () => (
4040
</p>
4141
<TeamPhoto src={Team} alt="some team photo" />
4242
<p>
43-
Curious how you can help? Here is a list of our teams, what they do, as well as the team leads.
43+
Curious how you can help? Here is a list of our teams. If you're interested in any of these, reach out to us!
4444
</p>
4545
<div className="centerDiv">
4646
<Button

src/components/PastGeeseTimeline/hooks/geese-images.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const imgs: Image[] = [
5454
imgFile: goose5,
5555
name: 'Goose V',
5656
desc:
57-
'With Goose V, we continued to refine the wheel-less propulsion methods, by implementing a system to convert constant power into three-phase power to maximize thrust and speed.'
57+
'By our fifth pod, we committed to a scalable, contactless propulsion system. We built a custom linear induction motor for levitation and thrust on a simple metal track, cutting infrastructure costs. Around it, we designed a lightweight frame, failsafe guidance and braking, high-voltage power systems, and real-time embedded control—streamlining everything for high-speed, reliable testing.'
5858
}
5959
];
6060

src/pages/Team.tsx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,21 @@ const Teams: React.FC = () => (
6868
*/
6969
}
7070
<TextWithImage
71-
data={elecText}
71+
data={leadText}
7272
textPos={"left"}
73-
imgData={elecImg}
73+
imgData={PmsImg}
7474
></TextWithImage>
7575
<TextWithImage
7676
data={execText}
7777
textPos={"right"}
7878
imgData={PmsImg}
7979
></TextWithImage>
80+
<TextWithImage
81+
data={elecText}
82+
textPos={"left"}
83+
imgData={elecImg}
84+
></TextWithImage>
85+
8086
{/*
8187
<TextWithImage
8288
data={infraText}
@@ -87,19 +93,14 @@ const Teams: React.FC = () => (
8793
}
8894
<TextWithImage
8995
data={mechText}
90-
textPos={"left"}
96+
textPos={"right"}
9197
imgData={mechImg}
9298
></TextWithImage>
9399
<TextWithImage
94100
data={softwareText}
95-
textPos={"right"}
96-
imgData={firmwareImg}
97-
></TextWithImage>
98-
<TextWithImage
99-
data={leadText}
100101
textPos={"left"}
101-
imgData={PmsImg}
102-
></TextWithImage>
102+
imgData={firmwareImg}
103+
></TextWithImage>\
103104
</div>
104105
</div>
105106
);

src/static/copy/Team/electrical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"title": "Electrical; Team Leads, Mathew and Christina",
3+
"title": "Electrical, Team Leads: Mathew and Christina",
44
"text": "The electrical team works on powering and controlling the Hyperloop pod while providing sensor feedback. The team has a strong focus on both HV and LV development in battery management, motor control and embedded sensing.",
55
"wideImage": true
66
}

src/static/copy/Team/teamleads.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"title": "Leads, Team Lead: Mathew, Yifei, Mark, and Surya",
3+
"title": "Team Leads: Mathew, Yifei, Mark, and Surya",
44
"text": "Leads are experienced members of the team responsible for mentoring younger members, reviewing designs, doing high-level planning and scoping tasks for each term, and ensuring work is completed in time to meet schedule milestones. This group consists of all the subteam leads as well as a few executive members who manage the overall team.",
55
"largeImage": true
66
}
979 KB
Loading

0 commit comments

Comments
 (0)