From 60599f10121f5b3e51c6732ce61aa56a2f08db38 Mon Sep 17 00:00:00 2001
From: Fuyuki Malahom <120443522+Blumacaw25@users.noreply.github.com>
Date: Sat, 4 Nov 2023 12:17:31 -0700
Subject: [PATCH 1/2] Added Tanazania.jsx
---
src/components/projects/Tanzania.jsx | 116 ++++++++++++++++++++++++++-
1 file changed, 115 insertions(+), 1 deletion(-)
diff --git a/src/components/projects/Tanzania.jsx b/src/components/projects/Tanzania.jsx
index a0a2e9c..7b36eeb 100644
--- a/src/components/projects/Tanzania.jsx
+++ b/src/components/projects/Tanzania.jsx
@@ -1,5 +1,119 @@
+import Subtitle from "../Subtitle";
+
const Tanzania = () => {
- return
Tanzania
;
+ return (
+
+
+
+
+
+ In collaboration with a Civil Developer in Tanzania and the
+ professional chapter of E.W.B in L.A. We are looking to install a
+ micro controlled solar water pump system for a school, of 400+, in
+ Tanzania. Currently students have to make themselves down a
+ treacherous path of around 300 meters. This takes time out of their
+ studies and puts their health and safety at risk!
+
+
+
+
+
+
+ -
+ Make an impact on underprivileged students by supplying them
+ with technology to overcome physical barriers to an education
+
+ -
+ Inspire them to continue their education through mentoring
+ programs
+
+
+
+
+
+
+
+
+
+ - Install solar panels to provide power for water pump
+ - Install water pump and all the required tubing
+ -
+ Install two communication Micro Controller to monitor power
+ supply and water control
+
+ -
+ Provide tutorials/ learning exercises on water controlled pump
+ for maintenance
+
+
+
+
+
+
+
+
+
+ -
+ Providing some micro controllers and electronic parts allow for
+ community members, from kids to adults, gain a valuable skill
+ that improves their future opportunities
+
+ -
+ Is beneficial for both the volunteer(you), to gain once a
+ lifetime experience, and to the disadvantage community by
+ improving their way of life
+
+ -
+ Please see{" "}
+
+ Costa Rica
+ {" "}
+ page for examples on educational Micro Controller Projects
+
+ -
+ A water treatment system will also be implemented, to learn more
+ check out the{" "}
+
+ water quality and filtration
+
+
+
+
+
+
+
+
+ );
};
export default Tanzania;
From 2d4fa3fbf44bf129ef2ce41bdd8262b78efde767 Mon Sep 17 00:00:00 2001
From: Fuyuki Malahom <120443522+Blumacaw25@users.noreply.github.com>
Date: Sun, 5 Nov 2023 20:42:17 -0800
Subject: [PATCH 2/2] Deleted Extra Div
---
src/components/projects/Tanzania.jsx | 206 +++++++++++++--------------
1 file changed, 102 insertions(+), 104 deletions(-)
diff --git a/src/components/projects/Tanzania.jsx b/src/components/projects/Tanzania.jsx
index 7b36eeb..9446d81 100644
--- a/src/components/projects/Tanzania.jsx
+++ b/src/components/projects/Tanzania.jsx
@@ -2,116 +2,114 @@ import Subtitle from "../Subtitle";
const Tanzania = () => {
return (
-
-
-
-
-
- In collaboration with a Civil Developer in Tanzania and the
- professional chapter of E.W.B in L.A. We are looking to install a
- micro controlled solar water pump system for a school, of 400+, in
- Tanzania. Currently students have to make themselves down a
- treacherous path of around 300 meters. This takes time out of their
- studies and puts their health and safety at risk!
-
+
+
+
+
+ In collaboration with a Civil Developer in Tanzania and the
+ professional chapter of E.W.B in L.A. We are looking to install a
+ micro controlled solar water pump system for a school, of 400+, in
+ Tanzania. Currently students have to make themselves down a
+ treacherous path of around 300 meters. This takes time out of their
+ studies and puts their health and safety at risk!
-
-
-
-
- -
- Make an impact on underprivileged students by supplying them
- with technology to overcome physical barriers to an education
-
- -
- Inspire them to continue their education through mentoring
- programs
-
-
-
+
+
+
+
+
+ -
+ Make an impact on underprivileged students by supplying them with
+ technology to overcome physical barriers to an education
+
+ -
+ Inspire them to continue their education through mentoring
+ programs
+
+
-
-
-
-
-
- - Install solar panels to provide power for water pump
- - Install water pump and all the required tubing
- -
- Install two communication Micro Controller to monitor power
- supply and water control
-
- -
- Provide tutorials/ learning exercises on water controlled pump
- for maintenance
-
-
-
+
+
+
+
+
+
+ - Install solar panels to provide power for water pump
+ - Install water pump and all the required tubing
+ -
+ Install two communication Micro Controller to monitor power supply
+ and water control
+
+ -
+ Provide tutorials/ learning exercises on water controlled pump for
+ maintenance
+
+
-
+
+
+
-
-
-
-
- -
- Providing some micro controllers and electronic parts allow for
- community members, from kids to adults, gain a valuable skill
- that improves their future opportunities
-
- -
- Is beneficial for both the volunteer(you), to gain once a
- lifetime experience, and to the disadvantage community by
- improving their way of life
-
- -
- Please see{" "}
-
- Costa Rica
- {" "}
- page for examples on educational Micro Controller Projects
-
- -
- A water treatment system will also be implemented, to learn more
- check out the{" "}
-
- water quality and filtration
-
-
-
-
+
+
+ -
+ Providing some micro controllers and electronic parts allow for
+ community members, from kids to adults, gain a valuable skill that
+ improves their future opportunities
+
+ -
+ Is beneficial for both the volunteer(you), to gain once a lifetime
+ experience, and to the disadvantage community by improving their
+ way of life
+
+ -
+ Please see{" "}
+
+ Costa Rica
+ {" "}
+ page for examples on educational Micro Controller Projects
+
+ -
+ A water treatment system will also be implemented, to learn more
+ check out the{" "}
+
+ water quality and filtration
+
+
+
-
+
);
};