feat(content): simple fixes and addes

-
pull/1/head
TBS093A 2025-05-12 15:54:00 +02:00
parent 94cdd274e2
commit b1bdb6a301
2 changed files with 7 additions and 5 deletions

View File

@ -34,8 +34,8 @@ export const content_pl = [
"E-mail": "zukkamil.44@gmail.com", "E-mail": "zukkamil.44@gmail.com",
"Telefon": "+48 570 688 112", "Telefon": "+48 570 688 112",
"Git": "git.00x097.com/tbs093a", "Git": "git.00x097.com/tbs093a",
"DevOps Blog": "blog.00x097.com/",
"Wykształcenie": "Wyższe / Inżynier", "Wykształcenie": "Wyższe / Inżynier",
"Data Urodzenia": "30.06.1997 r.",
} }
}, },
{ {
@ -60,7 +60,8 @@ export const content_pl = [
content: [ content: [
"Konserwacja & Ulepszanie pipeline'ów & job'ów (Jenkins / Wind River Studio / Python / Bash / GitGerrit)", "Konserwacja & Ulepszanie pipeline'ów & job'ów (Jenkins / Wind River Studio / Python / Bash / GitGerrit)",
"Automtizacja ręcznych zadań (Jenkins / Wind River Studio / Python / Bash / GitGerrit)", "Automtizacja ręcznych zadań (Jenkins / Wind River Studio / Python / Bash / GitGerrit)",
"Praca z mikroserwisami (Docker / Kubernetes)", "Praca z Artifactory & Registry (JFrog)",
"Praca z Mikroserwisami (Docker / Kubernetes)",
], ],
}, },
{ {
@ -718,8 +719,8 @@ export const content_en = [
"E-mail": "zukkamil.44@gmail.com", "E-mail": "zukkamil.44@gmail.com",
"Phone": "+48 570 688 112", "Phone": "+48 570 688 112",
"Git": "git.00x097.com/tbs093a", "Git": "git.00x097.com/tbs093a",
"DevOps Blog": "blog.00x097.com/",
"Education": "Higher / Engineer", "Education": "Higher / Engineer",
"Date of Birth": "30.06.1997",
} }
}, },
{ {
@ -750,7 +751,8 @@ export const content_en = [
content: [ content: [
"Pipelines & Jobs maintenance & improvements (Jenkins / Wind River Studio / Python / Bash / GitGerrit)", "Pipelines & Jobs maintenance & improvements (Jenkins / Wind River Studio / Python / Bash / GitGerrit)",
"Automtization of manual tasks (Jenkins / Wind River Studio / Python / Bash / GitGerrit)", "Automtization of manual tasks (Jenkins / Wind River Studio / Python / Bash / GitGerrit)",
"Work with microservices (Docker / Kubernetes)", "Work with Artifactory & Registry (JFrog)",
"Work with Microservices (Docker / Kubernetes)",
], ],
}, },
{ {

View File

@ -373,7 +373,7 @@ const SegmentGeneral = ({ segment }) => {
{key + ": "} {key + ": "}
</div> </div>
<div className="segment_image_item subitem"> <div className="segment_image_item subitem">
{segment.content[key].includes("git.") ? ( {segment.content[key].includes(".com/") ? (
<a href={`https://${segment.content[key]}`}> <a href={`https://${segment.content[key]}`}>
{segment.content[key]} {segment.content[key]}
</a> </a>