Skip to content

Commit

Permalink
added resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Jul 5, 2024
1 parent 752f92d commit fa7b3a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/components/homepage/hero-section/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Image from "next/image";
import Link from "next/link";
import { BsGithub, BsLinkedin } from "react-icons/bs";
// import { FaFacebook, FaTwitterSquare } from "react-icons/fa";
// import { MdDownload } from "react-icons/md";
import { MdDownload } from "react-icons/md";
import { RiContactsFill } from "react-icons/ri";
// import { SiLeetcode } from "react-icons/si";
import lottieFile from "/public/lottie/profile.json";
Expand All @@ -32,9 +32,9 @@ function HeroSection() {
</h1>

<div className="my-12 flex items-center gap-5">
<span className="text-2xl text-white font-bold border-b-2 capitalize">connect with me
{/* <span className="text-2xl text-white font-bold border-b-2 capitalize">connect with me
: </span>
: </span> */}
<Link
href={personalData.github}
target="_blank"
Expand Down Expand Up @@ -62,11 +62,11 @@ function HeroSection() {
</button>
</Link> */}

{/* <Link className="flex items-center gap-1 hover:gap-3 rounded-full bg-gradient-to-r from-pink-500 to-violet-600 px-3 md:px-8 py-3 md:py-4 text-center text-xs md:text-sm font-medium uppercase tracking-wider text-white no-underline transition-all duration-200 ease-out hover:text-white hover:no-underline md:font-semibold" role="button" target="_blank" href={personalData.resume}
<Link className="flex items-center gap-1 hover:gap-3 rounded-full bg-gradient-to-r from-pink-500 to-violet-600 px-3 md:px-8 py-3 md:py-4 text-center text-xs md:text-sm font-medium uppercase tracking-wider text-white no-underline transition-all duration-200 ease-out hover:text-white hover:no-underline md:font-semibold" role="button" target="_blank" href={personalData.resume}
>
<span>Get Resume</span>
<MdDownload size={16} />
</Link> */}
</Link>
</div>
</div>
<div className="order-1 lg:order-2 rounded-lg ">
Expand Down
Binary file removed public/image/portfolio.gif
Binary file not shown.
Binary file removed public/image/screen.png
Binary file not shown.
Binary file removed public/profile.png
Binary file not shown.
3 changes: 2 additions & 1 deletion utils/data/personal-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const personalData = {
phone: '+919622037097',
address: 'Golden Homes Kharar-Landran RD, sector 127, Punjab, 140301, India',
github: 'https://github.com/Ridhima10',
discord: 'https://discord.com/channels/@me',
linkedIn: 'https://www.linkedin.com/in/ridhima-jain-96829a212/',
devUsername: "Ridhima10",
// resume: "https://drive.google.com/file/d/1eyutpKFFhJ9X-qpQGKhUNnVRkB5Wer00/view?usp=sharing"
resume: "https://drive.google.com/file/d/15u-rZW18ctAxngE5TJ1O3DAyHzX2kn4K/view?usp=sharing"
}

0 comments on commit fa7b3a9

Please sign in to comment.