resume pdf file added

This commit is contained in:
parsa aghaei 2024-11-11 13:05:57 +03:30
parent beff602ffa
commit 47aa4ee34e
2 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -8,7 +8,7 @@ import { getDefaultLocale } from "@/app/lib/functions/utils";
export default async function Header() {
const dict = await getDictionary(getDefaultLocale());
return (
<div
className="fixed z-40 flex h-[67px] w-full items-center justify-between bg-[#fff] px-2 py-[50px] xl:px-10"
@ -71,9 +71,13 @@ export default async function Header() {
/>
</ul>
<div className="flex gap-1">
<button className="flex items-center justify-center whitespace-nowrap rounded-lg bg-[#FD6F00] px-4 py-2 text-[15px] font-[600] text-[#fff] xl:text-[20px]">
<a
href="/Parsa Aghayi CV Resume.pdf"
download={true}
className="flex items-center justify-center whitespace-nowrap rounded-lg bg-[#FD6F00] px-4 py-2 text-[15px] font-[600] text-[#fff] xl:text-[20px]"
>
{dict.website.header.Button}
</button>
</a>
<BurgerButton dict={dict} />
</div>
</div>