Skip to content

Commit a62d648

Browse files
committed
changed FAQ link to a button for consistency and removed contact us hyperlink
1 parent 2d8ceb5 commit a62d648

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/pages/Recruitment/Recruitment.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { MyProps } from "components/TextWithImage";
66
import Text from "static/copy/Recruitment/Recruitment.json";
77
import JoinUs from "../../static/img/team/joinus.png";
88
import "../../theme/styles.scss";
9-
109
import JobPostings from "components/Postings/Postings";
11-
//import { Button } from "components";
10+
11+
import { Button } from "components";
1212
import usePostings from "hooks/postings";
1313
const castData: MyProps[] = Text;
1414
const imgData: string[] = [JoinUs];
@@ -25,9 +25,9 @@ const VideoContainer = styled.div`
2525
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
2626
`;
2727

28-
//const SignUpButton = styled(Button)`
29-
//width: 128px;
30-
//;
28+
const FAQButton = styled(Button)`
29+
width: 256px;
30+
`;
3131

3232

3333
const Recruitment: React.FC = () =>{
@@ -86,9 +86,9 @@ const Recruitment: React.FC = () =>{
8686
<p>
8787
{//Want to learn about linear induction motors, high power PCBS, or other technical and business topics? Fill out out our <a href = "https://teamwaterloop.ca/recruitment/faq">Application Form</a> here.<br/>
8888
}
89-
Have questions? Check our <a href = "recruitment/faq">FAQ</a>, or <a href = "/Contact">contact us.</a>
89+
Have questions? Check our FAQ, or contact us.
9090
</p>
91-
{//<SignUpButton onClick={() => window.open('http://wloop.fly.dev/subscribe')} text="Sign up" backgroundColor="yellow" textColor="black" />
91+
{<FAQButton onClick={() => window.open('recruitment/faq')} text="Frequently Asked Questions" backgroundColor="yellow" textColor="black" />
9292
}
9393
</FlexContainer>
9494
)}

src/static/copy/Flock/exFeatsModel.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"features": [
33
{
44
"imgAlt": "LIM.png",
5-
"header": "Linear Induction Motor",
5+
"header": "GOOSE 6 PLACEHOLDER FEATURE",
66
"desc": "To scale to Hyperloop speeds, we need contactless propulsion. LIMs provide a way to levitate, stabilize, and propel, all in the same package, and they require a simple metal track with no magnets - perfect for minimizing infrastructure cost."
77
},
88
{
99
"imgAlt": "frame.png",
10-
"header": "Frame & Shell",
10+
"header": "GOOSE 6 PLACEHOLDER FEATURE",
1111
"desc": "The frame and shell provide structures to support the motor, battery, and everything else onboard the pod. It needs to withstand hundreds of pounds of force in any direction and yet be extremely lightweight, reliable, and expandable."
1212
},
1313
{
1414
"imgAlt": "guidance.png",
15-
"header": "Guidance & Braking",
15+
"header": "GOOSE 6 PLACEHOLDER FEATURE",
1616
"desc": "Guidance and braking are failsafe mechanisms to control the pod's position and speed. Guidance wheels hold the LIM at a distance from the track measured in mere millimeters, and the mechanical brakes automatically actuate in the unlikely scenarios of loss of communications, electrical power, or pneumatic pressure."
1717
},
1818
{
1919
"imgAlt": "battery.png",
20-
"header": "Motor Controller & Battery",
20+
"header": "GOOSE 6 PLACEHOLDER FEATURE",
2121
"desc": "Our high voltage power systems convert kilowatts of power from a carefully monitored lithium battery into three-phase power precisely modulated to maximize the linear induction motor's thrust."
2222
},
2323
{
2424
"imgAlt": "embedded.png",
25-
"header": "Embedded Systems",
25+
"header": "GOOSE 6 PLACEHOLDER FEATURE",
2626
"desc": "The distributed flight computer aboard the pod implements realtime control algorithms for the power signals supplied to the LIM to allow efficient control at all speeds, and numerous sensors to analyze the performance and health of all subsystems. Our dashboard additionally gives us fine-grained, fail-safe control over everything the pod does during a test run."
2727
}
2828
]

0 commit comments

Comments
 (0)