Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kevin/tanzaniaMobile #104

Merged
merged 2 commits into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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