
Who we are
+diff --git a/src/AboutUs/AboutUs.css b/src/AboutUs/AboutUs.css new file mode 100644 index 0000000..9beacc2 --- /dev/null +++ b/src/AboutUs/AboutUs.css @@ -0,0 +1,25 @@ +#aboutUs { + display: flex; + flex-direction: column; + align-content: center; +} + +#benefits { + display: flex; + flex-direction: column; +} + +.aboutUs article { + display: grid; + grid-template-columns: 50% 45%; + column-gap: 15px; + align-content: center; + padding-top: 15px; + padding-left: 5%; + padding-right: 5%; +} + +.aboutUs img { + height: 300px; + width: 100%; +} diff --git a/src/AboutUs/AboutUs.js b/src/AboutUs/AboutUs.js index 77531ed..f4eda45 100644 --- a/src/AboutUs/AboutUs.js +++ b/src/AboutUs/AboutUs.js @@ -1,5 +1,42 @@ -export default function AboutsUs() { - return ( -
About Us
- ); -}; \ No newline at end of file +import "./AboutUs.css"; + +const AboutsUs = () => { + return ( +Who we are
++ What we do, breifly list the broad categories of what people do in our + team +
++ What are the benefits of joing the team small list of how we actually + beneit new members +
+