From 23130a0cb9217b9186f2953bbffaf97b4660a109 Mon Sep 17 00:00:00 2001 From: ksquaring <62213268+ksquaring@users.noreply.github.com> Date: Sat, 27 Feb 2021 12:58:39 -0500 Subject: [PATCH] Add files via upload Created About Page --- src/components/About.js | 44 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/src/components/About.js b/src/components/About.js index cd8b440..89e74c4 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -1,5 +1,39 @@ -import React from "react"; - -export default function About(props) { - return
About
; -} +import React from "react"; +import icon from "./assets/img/icon.png"; + + + +export default function About(props) { + return ( + + + + + + + + + + + + + + + + + +
About Us!
+ Kedar + + image of team member +
+ Radek + + image of team member +
+ + + ); +} + +