Add CV download button to Contact component
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
This commit is contained in:
parent
f056990693
commit
acd06acc83
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon} from "lucide-react";
|
import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react";
|
||||||
|
|
||||||
export const Contact = () => {
|
export const Contact = () => {
|
||||||
return (
|
return (
|
||||||
|
@ -11,6 +11,13 @@ export const Contact = () => {
|
||||||
className="flex gap-2 focus:outline-none text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 font-medium rounded-lg px-5 py-2.5 me-2 mb-2 dark:text-slate-600 dark:focus:ring-yellow-900">
|
className="flex gap-2 focus:outline-none text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 font-medium rounded-lg px-5 py-2.5 me-2 mb-2 dark:text-slate-600 dark:focus:ring-yellow-900">
|
||||||
<MailIcon/> Send e-mail
|
<MailIcon/> Send e-mail
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
type="button"
|
||||||
|
target="_blank"
|
||||||
|
href="https://cloud.romanjaros.cz/s/HySLxskToRMxM6n"
|
||||||
|
className="flex gap-2 focus:outline-none text-white bg-green-400 hover:bg-green-500 focus:ring-4 focus:ring-green-300 font-medium rounded-lg px-5 py-2.5 me-2 mb-2 dark:text-slate-600 dark:focus:ring-green-900">
|
||||||
|
<ScrollTextIcon/> Download CV
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="flex justify-center gap-4 my-8">
|
<p className="flex justify-center gap-4 my-8">
|
||||||
<a href="mailto:info@romanjaros.dev"><InfoIcon/></a>
|
<a href="mailto:info@romanjaros.dev"><InfoIcon/></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue