Skip to content

Commit

Permalink
Merge pull request #40 from UBCAgroBot/fix-agroponics-button
Browse files Browse the repository at this point in the history
removed agroponics link website for now
  • Loading branch information
korih authored Nov 12, 2024
2 parents df882e4 + 2d78a11 commit 2e4de3b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/components/projects/agroponics/AgroponicsMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const AgroponicsMain = () => {
<div className="w-full h-[60vh] lg:h-[75vh] flex flex-col lg:flex-row ">
<div id={modelDestContainer} className="w-full h-full "></div>
<div className="w-full h-full">
<div id={textDiv} className="justify-center mx-5">
<div id={textDiv} className="justify-center align-middle mx-5">
<h2 className="text-white text-center text-[42px] lg:text-[7rem] font-bold mb-2">
AgroPonics
</h2>
Expand All @@ -122,19 +122,7 @@ const AgroponicsMain = () => {
website here!
</p>
<div className="flex justify-center mt-2"></div>
<p className="text-white text-center font-bold text-[18px] lg:text-[1.25rem] mt-5 mb-25">
AgroPonics is a product of collaboration between three different
sub-teams, each playing a pivotal role in its development and
performance. They have their own website you can check out here:
</p>
<a
href="https://ubcagroponics.com/"
target="_blank"
className="rounded-3xl bg-white p-3 mt-3 font-bold justify-center text-black"
rel="noreferrer"
>
<span className="font-Roboto">Agroponics Website!</span>
</a>
{/* TODO: Place the featured image here */}
</div>
</div>
</div>
Expand Down

0 comments on commit 2e4de3b

Please sign in to comment.