Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jul 5, 2024
1 parent 5de74af commit c15fa49
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Intro() {

<a
className="group bg-white px-7 py-3 flex items-center gap-2 rounded-full outline-none focus:scale-110 hover:scale-110 active:scale-105 transition cursor-pointer borderBlack dark:bg-white/10"
href="/resume.pdf"
href="/cv.pdf"
download
>
Download CV{" "}
Expand Down
16 changes: 8 additions & 8 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CgWorkAlt } from "react-icons/cg";
import { FaReact } from "react-icons/fa";
import { LuGraduationCap } from "react-icons/lu";
import corpcommentImg from "@/public/corpcomment.png";
import rmtdevImg from "@/public/rmtdev.png";
import rmtdevImg from "@/public/project2.png";
import wordanalyticsImg from "@/public/wordanalytics.png";

export const links = [
Expand Down Expand Up @@ -79,20 +79,20 @@ export const projectsData = [
url: "https://dev-flow-wine.vercel.app"
},
{
title: "rmtDev",
title: "Personal Banking",
description:
"Job board for remote developer jobs. I was the front-end developer. It has features like filtering, sorting and pagination.",
tags: ["React", "TypeScript", "Next.js", "Tailwind", "Redux"],
"It is a financial SaaS platform that connects to multiple bank accounts, displays transactions in real-time, allows users to manages their finances.",
tags: ["React", "TypeScript", "Next.js", "Tailwind", "Appwrite", "Plaid", "Dwolla"],
imageUrl: rmtdevImg,
url: "https://dev-flow-wine.vercel.app"
url: "https://personal-banking.vercel.app"
},
{
title: "Word Analytics",
description:
"A public web app for quick analytics on text. It shows word count, character count and social media post limits.",
tags: ["React", "Next.js", "SQL", "Tailwind", "Framer"],
"A personal portfolio website",
tags: ["React", "Next.js", "Tailwind", "Framer"],
imageUrl: wordanalyticsImg,
url: "https://dev-flow-wine.vercel.app"
url: "https://portfolio-website-sand-three-26.vercel.app"
},
] as const;

Expand Down
Binary file added public/cv.pdf
Binary file not shown.
File renamed without changes
Binary file added public/project2.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 modified public/wordanalytics.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/wordanalytics1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c15fa49

Please sign in to comment.