Skip to content

Commit

Permalink
Added 3/4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush committed Aug 21, 2024
1 parent 0337600 commit b052d7a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 deletions.
42 changes: 40 additions & 2 deletions app/components/homepage/projects/project-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,48 @@ function ProjectCard({ project }) {
<span className="text-cyan-400">{' ' + project.description}</span>
<span className="text-gray-400"></span>
</div>
<div><span className="text-gray-400">{`};`}</span>
<div>
<span className="text-gray-400">{`};`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>
<div>
<span className="text-gray-400 opacity-0">{`.`}</span>
</div>

<div
className="flex justify-center items-center w-full h-full p-4 lg:p-8"> {/* Adjusted padding here */}
className="flex justify-center items-center w-full h-full lg:p-4"> {/* Adjusted padding here */}
<div className="w-full max-w-md lg:max-w-none lg:w-[135%]">
<Image
src={project.image}
Expand Down
Binary file added public/png/new-project-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/png/project-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/png/project-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions utils/data/projects-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const projectsData = [
code: '',
role: 'Co-creator & Programmer',
demo: '',
image: "/png/placeholder.png",
image: "/png/project-2.png",
link: 'https://www.seattlesolvers.com/',
},
{
Expand All @@ -32,7 +32,7 @@ export const projectsData = [
role: 'Creator & Programmer',
code: '',
demo: '',
image: "/png/placeholder.png",
image: "/png/new-project-3.png",
link: 'https://docs.seattlesolvers.com/',
},
{
Expand All @@ -44,7 +44,7 @@ export const projectsData = [
role: 'Creator & Programmer',
code: '',
demo: '',
image: "/png/placeholder.png",
image: "/png/project-4.png",
link: "https://ftc-23511.github.io/TrajectoryBuilder/",
}
];
Expand Down

0 comments on commit b052d7a

Please sign in to comment.