diff --git a/app/about_us/Boulder_Worldcup_Vienna_28-05-2010_quali-w100_Alex_Johnson.jpg b/app/about_us/Boulder_Worldcup_Vienna_28-05-2010_quali-w100_Alex_Johnson.jpg
new file mode 100644
index 00000000..94784464
Binary files /dev/null and b/app/about_us/Boulder_Worldcup_Vienna_28-05-2010_quali-w100_Alex_Johnson.jpg differ
diff --git a/app/about_us/D52_5662.jpg b/app/about_us/D52_5662.jpg
new file mode 100644
index 00000000..fef96b8a
Binary files /dev/null and b/app/about_us/D52_5662.jpg differ
diff --git a/app/about_us/Jordan-M-Smith.webp b/app/about_us/Jordan-M-Smith.webp
new file mode 100644
index 00000000..69e2fc92
Binary files /dev/null and b/app/about_us/Jordan-M-Smith.webp differ
diff --git a/app/about_us/Morgan.webp b/app/about_us/Morgan.webp
new file mode 100644
index 00000000..ad3f328c
Binary files /dev/null and b/app/about_us/Morgan.webp differ
diff --git a/app/about_us/OurCrew.js b/app/about_us/OurCrew.js
new file mode 100644
index 00000000..4de1cf03
--- /dev/null
+++ b/app/about_us/OurCrew.js
@@ -0,0 +1,25 @@
+const OurCrew = () => {
+ const crewMembers = [
+ { name: "Alex Johnson", role: "Captain", image: "react-1-hw/app/about_us/Boulder_Worldcup_Vienna_28-05-2010_quali-w100_Alex_Johnson.jpg" },
+ { name: "Jordan Smith", role: "Engineer", image: "D:\HYF\Homework\class30-homework\react\react1\week1\react-1-hw\app\about_us\D52_5662.jpg" },
+ { name: "Taylor Lee", role: "Navigator", image: "D:\HYF\Homework\class30-homework\react\react1\week1\react-1-hw\app\about_us\Taylor-Lee-scaled.jpg" },
+ { name: "Morgan Davis", role: "Communications", image: "D:\HYF\Homework\class30-homework\react\react1\week1\react-1-hw\app\about_us\Morgan.webp"},
+ ];
+
+ return (
+ {member.role} {value.description}
+
{member.name}
+
+
{partner.name}
+ {value.title}
+
ADD OUR VALUES HERE
- ); -}; - -const OurCrew = () => { - // TASK - React 1 week 1 - // Create the "Our Crew section" - // Use the descriptions provided in /app/about_us/README.md - // Use the pictures from /public/crew - // Some inspiration ideas found in /data/inspiration_about_us - return ( -ADD OUR CREW HERE
- ); -} - -const OurPartners = () => { - // TASK - React 1 week 1 - // Create the "Our Crew section" - // Use the descriptions provided in /app/about_us/README.md - // Use the pictures from /public/crew - // Some inspiration ideas found in /data/inspiration_about_us - return ( -ADD OUR Partners HERE
- ); -} +import OurValues from './OurValues.js'; +import OurCrew from './OurCrew.js'; +import OurPartners from './OurPartners.js'; export const Crew = () => { @@ -51,9 +17,10 @@ export const Crew = () => {