Skip to content

Commit

Permalink
institution logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Oct 10, 2023
1 parent 31e1f84 commit b2aca13
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/Institutionlogos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ export default function InstitutionLogos() {
<div className="mx-auto py-8">
<div className="flex flex-wrap justify-center items-center">
{/* Replace the paths with the actual paths to your institution logos */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 bg-yellow-400">
{/* <Image src="/institution1.png" alt="Institution 1" className="mx-auto" /> */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 mx-4">
<Image src="/images/logoipsum-235.svg" alt="Institution 1" width={300} height={200} className="mx-auto" />
</div>
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 bg-red-400">
{/* <Image src="/institution2.png" alt="Institution 2" className="mx-auto" /> */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 mx-4">
<Image src="/images/logoipsum-243.svg" alt="Institution 2" width={300} height={200} className="mx-auto" />
</div>
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 bg-blue-400">
{/* <Image src="/institution3.png" alt="Institution 3" className="mx-auto" /> */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 mx-4">
<Image src="/images/logoipsum-251.svg" alt="Institution 3" width={300} height={200} className="mx-auto" />
</div>
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 bg-lime-400">
{/* <Image src="/institution4.png" alt="Institution 4" className="mx-auto" /> */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 mx-4">
<Image src="/images/logoipsum-297.svg" alt="Institution 4" width={300} height={200} className="mx-auto" />
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions public/images/logoipsum-235.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b2aca13

Please sign in to comment.