Skip to content

Commit 2d8ceb5

Browse files
committed
added goose 5 to past geese, replaced text to show that goose 6 exists, need to update features and images, as well as getting goose 5 blurb
1 parent 841e6fc commit 2d8ceb5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import goose1 from '../../../static/img/pgimgs/goose1.png';
44
import goose2 from '../../../static/img/pgimgs/goose2.png';
55
import goose3 from '../../../static/img/pgimgs/goose3.png';
66
import goose4 from '../../../static/img/pgimgs/goose4.png';
7+
import goose5 from '../../../static/img/pgimgs/goose5.png';
78

89
interface Image {
910
imgFile: string;
@@ -49,6 +50,12 @@ const imgs: Image[] = [
4950
desc:
5051
'By the fourth competition, we had realized that, despite wheeled propulsion posting record-breaking speeds in the SpaceX Hyperloop tube, there was no way of scaling those systems to transcontinental scale—wheels spinning at Mach 1 simply cannot last. We pivoted to designing a contactless linear induction motor from scratch, and simplified the rest of the pod to allow us to devote the majority of our time on the most difficult research.',
5152
},
53+
{
54+
imgFile: goose5,
55+
name: 'Goose V',
56+
desc:
57+
'Placeholder text'
58+
}
5259
];
5360

5461
const useGeeseImages:

src/pages/Contact.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ContactForm } from "components/ContactForm";
44
import Hero from "components/Hero/General";
55
// import { MAP } from "../config/map";
66
import "../theme/styles.scss";
7-
import NewsletterSignUpForm from "components/NewsletterSignUpForm";
7+
//import NewsletterSignUpForm from "components/NewsletterSignUpForm";
88

99
const Contact: React.FC = () => (
1010
<div>
@@ -23,7 +23,8 @@ const Contact: React.FC = () => (
2323
desc="Want to get in touch? Submit this form or drop us a message at [email protected]"
2424
></ContactForm>
2525

26-
<NewsletterSignUpForm/>
26+
{//<NewsletterSignUpForm/>
27+
}
2728

2829
<div className="locationContainer">
2930
<h3>Visit Us</h3>

src/pages/Flock.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const Flock: React.FC = () => (
2828
<div className="pageContainer">
2929
<Container>
3030
<GooseRoster
31-
heading="Goose V"
32-
description="Our 'flock' of Hyperloop pods has developed in sophistication over 5 iterations of research and development. Take a look at the major features of our latest pod and the history of its development!"
31+
heading="Goose VI"
32+
description="Our 'flock' of Hyperloop pods has developed in sophistication over 6 iterations of research and development. Take a look at the major features of our latest pod and the history of its development!"
3333
imgUrls={Goose5}
3434
></GooseRoster>
3535
<div className="break"></div>

0 commit comments

Comments
 (0)