Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit 1 #44

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ThemeProvider } from "./provider";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Adrian's Portfolio",
title: "Dhruva Sai Portfolio",
description: "Modern & Minimal JS Mastery Portfolio",
};

Expand All @@ -19,7 +19,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<head>
<link rel="icon" href="/jsm-logo.png" sizes="any" />
<link rel="icon" href="/2024-09-14_13-24.png" sizes="any" />
</head>
<body className={inter.className}>
<ThemeProvider
Expand Down
4 changes: 1 addition & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const Home = () => {
<FloatingNav navItems={navItems} />
<Hero />
<Grid />
<RecentProjects />
<Clients />
<Experience />

<Approach />
<Footer />
</div>
Expand Down
16 changes: 4 additions & 12 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = () => {
Reach out to me today and let&apos;s discuss how I can help you
achieve your goals.
</p>
<a href="mailto:[email protected]">
<a href="mailto:[email protected]">
<MagicButton
title="Let's get in touch"
icon={<FaLocationArrow />}
Expand All @@ -34,20 +34,12 @@ const Footer = () => {
</div>
<div className="flex mt-16 md:flex-row flex-col justify-between items-center">
<p className="md:text-base text-sm md:font-normal font-light">
Copyright © 2024 Adrian Hajdin
Copyright © 2024 Dhruva Sai
</p>

<div className="flex items-center md:gap-3 gap-6">
{socialMedia.map((info) => (
<div
key={info.id}
className="w-10 h-10 cursor-pointer flex justify-center items-center backdrop-filter backdrop-blur-lg saturate-180 bg-opacity-75 bg-black-200 rounded-lg border border-black-300"
>
<img src={info.img} alt="icons" width={20} height={20} />

</div>
))}
</div>
</div>

</footer>
);
};
Expand Down
2 changes: 1 addition & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Hero = () => {
/>

<p className="text-center md:tracking-wider mb-4 text-sm md:text-lg lg:text-2xl">
Hi! I&apos;m Adrian, a Next.js Developer based in Croatia.
Hi! I&apos;m Dhruva Sai, a Next.js Developer based in India.
</p>

<a href="#about">
Expand Down
2 changes: 1 addition & 1 deletion components/ui/BentoGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const BentoGridItem = ({
};

const handleCopy = () => {
const text = "[email protected]";
const text = "[email protected]";
navigator.clipboard.writeText(text);
setCopied(true);
};
Expand Down
Binary file added public/2024-09-14_13-24.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 removed public/jsm-logo.png
Binary file not shown.