Skip to content

Commit

Permalink
kevin/tanzaniaMobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinloritsch committed Nov 22, 2023
1 parent 58285aa commit 166bb54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/projects/Tanzania.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Subtitle from "../Subtitle";

const Tanzania = () => {
return (
<div className="grid grid-cols-3 gap-10 m-28">
<div className="col-span-3 p-4">
<div className="grid grid-cols-3 gap-10 my-16 justify-around md:w-9/12">
<div className="col-span-3 md:col-span-2 pl-4">
<Subtitle title="General Overview" />
<div className="ml-2 mt-1">
In collaboration with a Civil Developer in Tanzania and the
Expand All @@ -14,7 +14,7 @@ const Tanzania = () => {
studies and puts their health and safety at risk!
</div>
</div>
<div className="col-span-2 p-4">
<div className="col-span-3 md:col-span-2 pl-4">
<Subtitle title="Motivation" />
<div className="ml-2 mt-1">
<ul
Expand All @@ -33,11 +33,11 @@ const Tanzania = () => {
</div>
</div>
<img
className="w-full"
className="col-span-3 md:col-span-1 pt-2 md:pt-0 mx-auto"
src="/images/tanzania/tanzania1.gif"
alt="image"
/>
<div className="col-span-2 p-4">
<div className="col-span-3 md:col-span-2 pl-4">
<Subtitle title="Micro Controlled Solar Water Pump System" />
<div className="ml-2 mt-1">
<ul
Expand All @@ -58,14 +58,14 @@ const Tanzania = () => {
</div>
</div>
<img
className="w-full"
className="col-span-3 md:col-span-1 pt-2 md:pt-0 mx-auto"
src="\images\tanzania\tanzania2.webp"
alt="image"
/>
<div className="col-span-2 p-4">
<div className="col-span-3 md:col-span-2 pl-4">
<Subtitle
title="Educational Micro controller projects"
description="Education is very hard to obtain affecting isolated rural communities the most"
title="Educational Micro Controller Projects"
description="Education is very hard to obtain affecting isolated rural communities the most."
/>
<div className="ml-2 mt-1">
<ul
Expand Down Expand Up @@ -106,7 +106,7 @@ const Tanzania = () => {
</div>
</div>
<img
className="w-full"
className="col-span-3 md:col-span-1 pt-2 md:pt-0 mx-auto"
src="\images\tanzania\tanzania3.gif"
alt="image"
/>
Expand Down
5 changes: 5 additions & 0 deletions src/components/projects/_AirQuality.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const AirQuality = () => {
return <div> AirQuality</div>;
};

export default AirQuality;

0 comments on commit 166bb54

Please sign in to comment.