This commit is contained in:
2026-02-05 16:32:23 +00:00
parent 6e0ad233a9
commit b4a577762b
2 changed files with 2878 additions and 1 deletions

2872
public/cv.pdf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -76,7 +76,12 @@ function Home() {
))} ))}
</div> </div>
<div className="w-full max-w-5xl flex items-center justify-between gap-4"> <div className="w-full max-w-5xl flex items-center justify-between gap-4">
<div className="flex items-center gap-6">
<a href="/cv.pdf" className="text-lg text-fg hover:text-accent">
CV/RESUME
</a>
<AskAI name="me" inline /> <AskAI name="me" inline />
</div>
<ThemeToggle /> <ThemeToggle />
</div> </div>
</div> </div>