resume pdf file added
This commit is contained in:
parent
beff602ffa
commit
47aa4ee34e
BIN
public/Parsa Aghayi CV Resume.pdf
Normal file
BIN
public/Parsa Aghayi CV Resume.pdf
Normal file
Binary file not shown.
@ -8,7 +8,7 @@ import { getDefaultLocale } from "@/app/lib/functions/utils";
|
|||||||
|
|
||||||
export default async function Header() {
|
export default async function Header() {
|
||||||
const dict = await getDictionary(getDefaultLocale());
|
const dict = await getDictionary(getDefaultLocale());
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="fixed z-40 flex h-[67px] w-full items-center justify-between bg-[#fff] px-2 py-[50px] xl:px-10"
|
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>
|
</ul>
|
||||||
<div className="flex gap-1">
|
<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}
|
{dict.website.header.Button}
|
||||||
</button>
|
</a>
|
||||||
<BurgerButton dict={dict} />
|
<BurgerButton dict={dict} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user