)}
diff --git a/Computer_Society/src/components/navbar/navbar.css b/cs/src/components/navbar/navbar.css
similarity index 100%
rename from Computer_Society/src/components/navbar/navbar.css
rename to cs/src/components/navbar/navbar.css
diff --git a/Computer_Society/src/containers/about/About.jsx b/cs/src/containers/about/About.jsx
similarity index 100%
rename from Computer_Society/src/containers/about/About.jsx
rename to cs/src/containers/about/About.jsx
diff --git a/Computer_Society/src/containers/about/about.css b/cs/src/containers/about/about.css
similarity index 100%
rename from Computer_Society/src/containers/about/about.css
rename to cs/src/containers/about/about.css
diff --git a/Computer_Society/src/containers/features/Features.jsx b/cs/src/containers/features/Features.jsx
similarity index 100%
rename from Computer_Society/src/containers/features/Features.jsx
rename to cs/src/containers/features/Features.jsx
diff --git a/Computer_Society/src/containers/features/features.css b/cs/src/containers/features/features.css
similarity index 100%
rename from Computer_Society/src/containers/features/features.css
rename to cs/src/containers/features/features.css
diff --git a/Computer_Society/src/containers/footer/Footer.jsx b/cs/src/containers/footer/Footer.jsx
similarity index 100%
rename from Computer_Society/src/containers/footer/Footer.jsx
rename to cs/src/containers/footer/Footer.jsx
diff --git a/Computer_Society/src/containers/footer/footer.css b/cs/src/containers/footer/footer.css
similarity index 100%
rename from Computer_Society/src/containers/footer/footer.css
rename to cs/src/containers/footer/footer.css
diff --git a/Computer_Society/src/containers/header/Header.jsx b/cs/src/containers/header/Header.jsx
similarity index 100%
rename from Computer_Society/src/containers/header/Header.jsx
rename to cs/src/containers/header/Header.jsx
diff --git a/Computer_Society/src/containers/header/header.css b/cs/src/containers/header/header.css
similarity index 100%
rename from Computer_Society/src/containers/header/header.css
rename to cs/src/containers/header/header.css
diff --git a/cs/src/containers/index.js b/cs/src/containers/index.js
new file mode 100644
index 0000000..2a292ed
--- /dev/null
+++ b/cs/src/containers/index.js
@@ -0,0 +1,10 @@
+export { default as Features }
+from './features/Features';
+export { default as Footer }
+from './footer/Footer';
+export { default as Header }
+from './header/Header';
+export { default as About }
+from './about/About';
+export { default as Team }
+from './team/Team';
\ No newline at end of file
diff --git a/cs/src/containers/team/Team.jsx b/cs/src/containers/team/Team.jsx
new file mode 100644
index 0000000..eaccaef
--- /dev/null
+++ b/cs/src/containers/team/Team.jsx
@@ -0,0 +1,120 @@
+import React from "react";
+import './team.css';
+import img1 from '../../assets/Arka_Dada.jpeg';
+import img2 from '../../assets/Bishwajit_Dada.jpg';
+import img3 from '../../assets/Abhishek_Dada.jpg';
+import img4 from '../../assets/Vaishali_Didi.png';
+import img5 from '../../assets/Aniruddha_Sir.jpg';
+
+
+
+
+const Team = () => (
+
+
+
+
+
+
+ OUR TEAM
+
+
+
+
+
+
+
+
+
+
+
+
+
ARKA SETH
+ Chair
+
+
+
+
+
+
+
+
+
+
+
BISHWAJIT GHOSH
+ Vice Chair
+
+
+
+
+
+
+
+
+
+
ABHISHEK BASU
+ Secretary
+
+
+
+
+
+
+
+
+
+
VAISHALI BARUA
+ Treasurer
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OUR FACULTY ADVISORS
+
+
+
+
+
+
+
+
+
+
+
ANIRUDDHA CHANDRA
+ Professor, Department of Electronics and Communication Engineering
+
+
+
+
+
+
+
+
+
+
MAMATA DALUI
+ Assistant Professor, Department of Computer Science and Engineering
+
+
+
+
+
+
+
+
+
+
+
+
+
+);
+
+export default Team
\ No newline at end of file
diff --git a/cs/src/containers/team/team.css b/cs/src/containers/team/team.css
new file mode 100644
index 0000000..badcc2b
--- /dev/null
+++ b/cs/src/containers/team/team.css
@@ -0,0 +1,16 @@
+.Sir {
+ height: 450px;
+}
+
+.Maam {
+ height: 400px;
+}
+
+.heading {
+ color: aliceblue;
+}
+
+.card {
+ height: 550px;
+ width: 400px;
+}
\ No newline at end of file
diff --git a/Computer_Society/src/index.css b/cs/src/index.css
similarity index 100%
rename from Computer_Society/src/index.css
rename to cs/src/index.css
diff --git a/Computer_Society/src/index.js b/cs/src/index.js
similarity index 100%
rename from Computer_Society/src/index.js
rename to cs/src/index.js