From b6267e2d74946d811d57e35dbcddc6513ffa75e4 Mon Sep 17 00:00:00 2001 From: tbs093a Date: Thu, 9 Feb 2023 11:10:39 +0100 Subject: [PATCH] changes in my CV & swap on my CV --- src/pages/index.js | 46 +++++++++++++++++++++++++++++++---------- src/styles/general.scss | 6 +++--- 2 files changed, 38 insertions(+), 14 deletions(-) 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 = () => {
Curriculum Vitae
- {/*
+
swap_content(e) }> { content_swapper }
-
*/} +
{ content.map( (value, index) => { return ( diff --git a/src/styles/general.scss b/src/styles/general.scss index 77bec56..36b3b6a 100644 --- a/src/styles/general.scss +++ b/src/styles/general.scss @@ -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;