Skip to content

Commit

Permalink
Merge pull request #55 from bobbyy16/main
Browse files Browse the repository at this point in the history
#54 has be resolved
  • Loading branch information
priyankarpal authored Mar 6, 2023
2 parents 492284a + e6c1302 commit fbb1eb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run dev


4 changes: 2 additions & 2 deletions src/components/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const ProjectCard = ({ gh, name, link, title, description, tech }) => {
return (
<div className="flex flex-col border shadow-sm rounded-xl p-4 md:p-5 dark:bg-gray-800 dark:border-gray-700 dark:shadow-slate-700/[.7] transition-all duration-200 hover:scale-105 cursor-pointer">
<div className="flex justify-between">
<h3 className="text-lg font-bold text-gray-800 dark:text-white">
<h3 className="text-lg font-bold text-white-800 dark:text-white">
{title}
</h3>

Expand All @@ -22,7 +22,7 @@ const ProjectCard = ({ gh, name, link, title, description, tech }) => {
</p>
))}
</p>
<p className="mt-2 text-gray-800 dark:text-gray-400">{description}</p>
<p className="mt-2 text-white-800 dark:text-white-400">{description}</p>
<a
className="mt-3 inline-flex items-center gap-2 text-sm font-medium p-3 justify-center bg-primary rounded text-white xl:text-[1rem] md:text-[0.8rem]"
href={link}
Expand Down

1 comment on commit fbb1eb6

@vercel
Copy link

@vercel vercel bot commented on fbb1eb6 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-git-main-priyankarpal.vercel.app
projectshut.vercel.app
projectshut-priyankarpal.vercel.app

Please sign in to comment.