diff --git a/ui/public/images/image_1.jpg b/ui/public/images/image_1.jpg new file mode 100644 index 0000000..ab8e9d2 Binary files /dev/null and b/ui/public/images/image_1.jpg differ diff --git a/ui/public/images/image_2.jpg b/ui/public/images/image_2.jpg new file mode 100644 index 0000000..65a7cba Binary files /dev/null and b/ui/public/images/image_2.jpg differ diff --git a/ui/public/images/image_3.jpg b/ui/public/images/image_3.jpg new file mode 100644 index 0000000..59778f7 Binary files /dev/null and b/ui/public/images/image_3.jpg differ diff --git a/ui/public/images/image_4.jpg b/ui/public/images/image_4.jpg new file mode 100644 index 0000000..789c7ba Binary files /dev/null and b/ui/public/images/image_4.jpg differ diff --git a/ui/public/images/showcase.jpg b/ui/public/images/showcase.jpg new file mode 100644 index 0000000..f23d4fc Binary files /dev/null and b/ui/public/images/showcase.jpg differ diff --git a/ui/src/components/Bootcamp.jsx b/ui/src/components/Bootcamp.jsx new file mode 100644 index 0000000..f35fbec --- /dev/null +++ b/ui/src/components/Bootcamp.jsx @@ -0,0 +1,30 @@ +import { Link } from 'react-router-dom'; +import { Image } from 'react-bootstrap'; + +const Bootcamp = (props) => { + const { image, name, rating, location, careers, id } = props.bootcamp; + + return ( +
{careers.join(', ')}
+Web Development, UI/UX, Mobile Development, Marketing
-