changes in my CV & swap on my CV

master
tbs093a 2023-02-09 11:10:39 +01:00
parent f3b98733b0
commit b6267e2d74
2 changed files with 38 additions and 14 deletions

View File

@ -1,6 +1,6 @@
import * as React from "react"
import "../styles/general.scss"
import MePng from "../images/Olga.png"
import MePng from "../images/me_1.jpg"
const SegmentWithImage = ({ segment }) => {
@ -170,7 +170,7 @@ const Segment = ({ index, segment }) => {
const IndexPage = () => {
let kamil_content_pl = [
let content_pl = [
{
title: "Kamil Żuk",
image: "me.png",
@ -223,7 +223,7 @@ const IndexPage = () => {
]
}
],
"Sembot Sp. z o. o. - DevOps Engineer & Python Developer - od 01.11.2020": [
"Sembot Sp. z o. o. - DevOps Engineer & Python Developer - od 01.11.2020 do 30.10.2022": [
{
"Obowiązki": [
"Administracja serwerów (OVH / AWS / Digital Ocean)",
@ -234,6 +234,18 @@ const IndexPage = () => {
"Implementacja, konfiguracja oraz administracja baz danych do obsługi narzędzi MerchTech (Big Data) (MongoDb / Elasticsearch / MariaDb / MySQL / Redis / AWS SQS)"
]
}
],
"Sii Sp. z o. o. - Integration Developer - od 10.11.2022": [
{
"Obowiązki": [
"Utrzymywanie infrastruktury serwerów (VMware / Vcenter / Vsphere / ESXi)",
"Wdrażanie hostów / węzłów Jenkinsa (Jenkins nodes - z różnymi wersjami distro Linux'a oraz Windows'a) pod budowę i integrację aplikacji (CI/CD)",
"Wdrażanie hostów Vcenter / Vsphere / ESXi",
"Rozwiązywanie problemów na etapie integracji (Jenkins - naprawa na podstawie testów)",
"Ulepszanie procesów oraz rozwiązań integracyjnych (Jenkins pipeline / Gitlab / Python / Bash)",
"Automatyzacja rutynowych czynności (Bash / Python / Ansible / Jenkins)",
]
}
]
}
},
@ -252,7 +264,7 @@ const IndexPage = () => {
}
]
let kamil_content_en = [
let content_en = [
{
title: "Kamil Żuk",
image: "me.png",
@ -305,7 +317,7 @@ const IndexPage = () => {
]
}
],
"Sembot Sp. z o. o. - DevOps Engineer & Python Developer - from 01.11.2020": [
"Sembot Sp. z o. o. - DevOps Engineer & Python Developer - from 01.11.2020 to 30.10.2022": [
{
"Responsibilities": [
"Server Administration (OVH / AWS / Digital Ocean)",
@ -316,6 +328,18 @@ const IndexPage = () => {
"Production databases implementation & configuration & administration for MerchTech tools (Big Data) (MongoDb / Elasticsearch / MariaDb / MySQL / Redis / AWS SQS)"
]
}
],
"Sii Sp. z o. o. - Integration Developer - from 10.11.2022": [
{
"Responsibilities": [
"Infrastructure maintaining (VMware / Vcenter / Vsphere / ESXi)",
"Jenkins nodes implamentation (with different Linux and Windows distros versions) for applications building and integration (CI/CD process)",
"Vcenter / Vsphere / ESXi hosts deployment",
"Problems solving on integration stage (tests / code fixing & repairing)",
"Integration processes & solution improvements (Jenkins pipeline / Gitlab / Python / Bash)",
"Routine operations automation (Bash / Python / Ansible / Jenkins)",
]
}
]
}
},
@ -334,7 +358,7 @@ const IndexPage = () => {
}
]
let content_pl = [
let olga_content_pl = [
{
title: "Olga Kochman",
image: "Olga.png",
@ -390,7 +414,7 @@ const IndexPage = () => {
"Obowiązki": [
"Tworzenie tekstów blogowych zoptymalizowanych pod kątem SEO",
"Tworzenie postów i opisów produktów o charakterze marketingowym",
"Tworzenie specjalistycznych artykułów przeznaczonych dla branży e-commerce i copywritter'ów",
"Tworzenie specjalistycznych artykułów przeznaczonych dla branży e-commerce i copywriter'ów",
"Korekta / Redakcja tekstów zewnętrznych",
"Moderacja Fan Page'ów pod promowanie treści (Instagram, Facebook)",
"Opieka nad społecznością fanów w Social Media'ch (Instagram, Facebook)",
@ -411,7 +435,7 @@ const IndexPage = () => {
"Dzieje wczesno-średniowieczne Europy",
"Epoka Baroku"
],
"Ziołolecznictwo": "",
"Ziołolecznictwo & Zdrowe Żywienie": "",
"Ekologia": "",
"Psychologia": [
"Zachowania Społeczne",
@ -424,7 +448,7 @@ const IndexPage = () => {
}
]
let content_en = [
let olga_content_en = [
{
title: "Kamil Żuk",
image: "me.png",
@ -529,11 +553,11 @@ const IndexPage = () => {
<div className="title_bar">
Curriculum Vitae
</div>
{/* <div className="language_bar">
<div className="language_bar">
<div onClick={ e => swap_content(e) }>
{ content_swapper }
</div>
</div> */}
</div>
{
content.map( (value, index) => {
return (

View File

@ -1,6 +1,6 @@
body {
background-color: #272727;
color: white;
background-color: white;
color: #272727;
}
@font-face {
@ -13,7 +13,7 @@ body {
src: url("../images/Lato-Regular.ttf");
}
$div_background_color: rgb(119, 13, 101);
$div_background_color: rgb(16, 56, 167);
$title_font_family: Roboto;
$title_font_size: 21pt;