diff --git a/src/components/Home.js b/src/components/Home.js
index 9740164..b61b546 100644
--- a/src/components/Home.js
+++ b/src/components/Home.js
@@ -5,6 +5,7 @@ import Vivek2101240 from "./developers/Vivek2101240.js";
import Sharvil2201228 from "./developers/Sharvil2201228.js";
import Shruti2201022 from "./developers/Shruti2201022.js";
import Vipul2101152 from "./developers/Vipul2101152.js";
+import Manish2101163 from "./developers/Manish2101163.js";
const Home = () => {
return (
@@ -15,6 +16,7 @@ const Home = () => {
+
);
};
diff --git a/src/components/assets/Manish2101163ec.JPG b/src/components/assets/Manish2101163ec.JPG
new file mode 100644
index 0000000..273feb6
Binary files /dev/null and b/src/components/assets/Manish2101163ec.JPG differ
diff --git a/src/components/developers/Manish2101163.js b/src/components/developers/Manish2101163.js
new file mode 100644
index 0000000..b4da78f
--- /dev/null
+++ b/src/components/developers/Manish2101163.js
@@ -0,0 +1,55 @@
+import React from "react";
+import Manish from '../assets/Manish2101163ec.JPG';
+import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
+import { faLinkedinIn } from "@fortawesome/free-brands-svg-icons";
+
+const Manish2101163 = () => (
+ <>
+
+
+
+
+
+
+ Manish Kumar
+
+
+ A 3rd year student of Electronics And Communication Engineering, and Full stack web developer
+
+
+
+
+
+
+
+
+
+ >
+);
+
+export default Manish2101163;
\ No newline at end of file