Update text content and adjust English proficiency rating
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-03-14 09:34:05 +00:00
parent 6246f0bef1
commit 4830462f23
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react";
import {GithubIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react";
export const Contact = () => {
return (
@ -9,7 +9,7 @@ export const Contact = () => {
type="button"
href="mailto:sales@romanjaros.dev"
className="flex gap-2 focus:outline-none font-medium rounded-lg px-5 py-2.5 me-2 mb-2 text-yellow-600 dark:bg-transparent">
<MailIcon/> Send e-mail
<MailIcon/> Hire me
</a>
<a
type="button"
@ -20,7 +20,7 @@ export const Contact = () => {
</a>
</p>
<p className="flex justify-center gap-4 my-8">
<a href="mailto:info@romanjaros.dev"><InfoIcon/></a>
<a href="mailto:hello@romanjaros.dev"><MailIcon/></a>
<a
target="_blank"
href="http://linkedin.com/in/roman-jaroš-16a687139"

View file

@ -22,13 +22,13 @@ export const Skills: FC = () => {
<StarIcon fill="#fde047" className="w-4 h-4 ms-1 text-yellow-300"/>
</div>
<div className="flex items-center my-2">
<p className="mr-2 w-24 ms-1 text-sm font-medium text-gray-500 dark:text-gray-400">English, B2</p>
<StarIcon fill="#fde047" className="w-4 h-4 ms-1 text-yellow-300"/>
<p className="mr-2 w-24 ms-1 text-sm font-medium text-gray-500 dark:text-gray-400">English, B1</p>
<StarIcon fill="#fde047" className="w-4 h-4 ms-1 text-yellow-300"/>
<StarIcon fill="#fde047" className="w-4 h-4 ms-1 text-yellow-300"/>
<StarIcon fill="#fde047" className="w-4 h-4 ms-1 text-yellow-300"/>
<StarIcon className="w-4 h-4 ms-1 text-gray-300 dark:text-gray-500"/>
<StarIcon className="w-4 h-4 ms-1 text-gray-300 dark:text-gray-500"/>
<StarIcon className="w-4 h-4 ms-1 text-gray-300 dark:text-gray-500"/>
</div>
</section>
<section>

View file

@ -2,7 +2,7 @@ export const Title = () => {
return (
<div className="flex justify-center text-4xl sm:text-6xl my-8 text-slate-400">
<h1>
Roman
Roman Jaroš
</h1>
</div>
)