diff --git a/src/pages/index.js b/src/pages/index.js index b395fbf..08cc6e4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -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 = () => {