parent
94cdd274e2
commit
b1bdb6a301
|
|
@ -34,8 +34,8 @@ export const content_pl = [
|
|||
"E-mail": "zukkamil.44@gmail.com",
|
||||
"Telefon": "+48 570 688 112",
|
||||
"Git": "git.00x097.com/tbs093a",
|
||||
"DevOps Blog": "blog.00x097.com/",
|
||||
"Wykształcenie": "Wyższe / Inżynier",
|
||||
"Data Urodzenia": "30.06.1997 r.",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -60,7 +60,8 @@ export const content_pl = [
|
|||
content: [
|
||||
"Konserwacja & Ulepszanie pipeline'ów & job'ów (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",
|
||||
"Phone": "+48 570 688 112",
|
||||
"Git": "git.00x097.com/tbs093a",
|
||||
"DevOps Blog": "blog.00x097.com/",
|
||||
"Education": "Higher / Engineer",
|
||||
"Date of Birth": "30.06.1997",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -750,7 +751,8 @@ export const content_en = [
|
|||
content: [
|
||||
"Pipelines & Jobs maintenance & improvements (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)",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ const SegmentGeneral = ({ segment }) => {
|
|||
{key + ": "}
|
||||
</div>
|
||||
<div className="segment_image_item subitem">
|
||||
{segment.content[key].includes("git.") ? (
|
||||
{segment.content[key].includes(".com/") ? (
|
||||
<a href={`https://${segment.content[key]}`}>
|
||||
{segment.content[key]}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue