-
With a modest investment of just 2000 rupees, a group of women launched a food delivery service. Today, they are feeding more than 1200 people every day and expanding their business.
+
+
+
+
+
+
+
With a modest investment of just 2000 rupees, a group of women launched a food delivery service. Today, they are feeding more than 1200 people every day and expanding their business.
+
+
-
-
-
-
-
-
-
In a community where no woman is allowed to have her own business, a group of women are stepping up and inspiring others by working together to run their own small businesses.
+
+
+
+
+
In a community where no woman is allowed to have her own business, a group of women are stepping up and inspiring others by working together to run their own small businesses.
+
+
-
-
-
-
-
-
-
Growing up as a child feeling bad for anybody suffering, Anju Srivastava went on to become a social entrepreneur, lighting up lives, empowering women villages to earn money and become indepedent by learning skills such as stitching clothes.
+
+
+
+
+
Growing up as a child feeling bad for anybody suffering, Anju Srivastava went on to become a social entrepreneur, lighting up lives, empowering women villages to earn money and become indepedent by learning skills such as stitching clothes.
+
+
-
-
-
+
>
)
}
diff --git a/client/src/pages/Contact.css b/client/src/pages/Contact.css
new file mode 100644
index 00000000..d822d60e
--- /dev/null
+++ b/client/src/pages/Contact.css
@@ -0,0 +1,30 @@
+.contact-card{
+ background-color: #decaec;
+ width: 100%;
+ border-radius: 10px;
+ box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
+}
+.contact-header{
+ margin-top: 15px;
+ display: block;
+ margin-bottom: 10px;
+}
+.contact-header h3{
+ display: flex;
+ justify-content: center;
+ /* text-decoration: underline; */
+}
+.contact-form{
+ display: block;
+ margin-bottom: 20px;
+}
+.contact-form form{
+ margin: auto;
+ background-color: transparent;
+}
+.contact-form form div input{
+ height: 60px;
+}
+.form-control{
+ border: 1px solid black;
+}
\ No newline at end of file
diff --git a/client/src/pages/Contact.js b/client/src/pages/Contact.js
index c95777ed..2b26f61b 100644
--- a/client/src/pages/Contact.js
+++ b/client/src/pages/Contact.js
@@ -3,6 +3,7 @@ import BreadCrumb from "../components/BreadCrumb";
import Meta from "../components/Meta";
import Container from "../components/Container";
+import './Contact.css';
const Contact = () => {
return (
@@ -24,46 +25,53 @@ const Contact = () => {
diff --git a/client/src/pages/CreateStore.js b/client/src/pages/CreateStore.js
index f51ec6d7..5e1c921a 100644
--- a/client/src/pages/CreateStore.js
+++ b/client/src/pages/CreateStore.js
@@ -81,10 +81,9 @@ const CreateStore = () => {