diff --git a/src/content/kamil.js b/src/content/kamil.js index 1a2d33e..74e066c 100644 --- a/src/content/kamil.js +++ b/src/content/kamil.js @@ -1,4 +1,16 @@ import MePng from "../images/me_1.jpg" + +import SkillsPythonLogo from "../images/skills_python_logo.png" +import SkillsDevOpsLogo from "../images/skills_devops_logo.png" +import SkillsBashLogo from "../images/skills_bash_logo.png" +import SkillsContainersLogo from "../images/skills_containers_logo.png" +import SkillsNginxLogo from "../images/skills_nginx_logo.png" +import SkillsCloudProvidersLogo from "../images/skills_cloud_providers_logo.png" +import SkillsDatabasesLogo from "../images/skills_databases_logo.png" +import SkillsRelationDbLogo from "../images/skills_relation_db_logo.png" +import SkillsDocumentDbLogo from "../images/skills_document_db_logo.png" +import SkillsEnglishLogo from "../images/skills_english_logo.png" + import WorkZSELogo from "../images/work_zse_logo.png" import WorkURLogo from "../images/work_ur_logo.png" import WorkSembotLogo from "../images/work_sembot_logo.png" @@ -6,6 +18,9 @@ import WorkSiiLogo from "../images/work_sii_logo.png" import WorkInfinidatLogo from "../images/work_infinidat_logo.png" import WorkTechemLogo from "../images/work_techem_logo.png" +import InterestsBlockchainLogo from "../images/interests_blockchain_logo.png" +import InterestsBlenderLogo from "../images/interests_blender_logo.png" + export const content_pl = [ { @@ -25,48 +40,164 @@ export const content_pl = [ title: "Umiejętności", }, { - type: "subSegment", + type: "workSubSegment", tabs: 0, - title: "Programowanie", + title: "Programowanie - Python", + image: "", //SkillsPythonLogo, + branchBorderColor: "#ffd748", + mainBorderColor: null, + firstElement: true, content: [ - "Python - Django / Django REST Framework / Channels 3.0", - "Javascript - ReactJS / Redux Toolkit", - ], + "Django", + "Django REST Framework", + "Channels 3.0", + "Celery (Task Manager)", + "Asyncio", + ], }, { - type: "subSegment", + type: "workSubSegment", tabs: 0, - title: "Konfiguracja Serwerów", - content: [ - "Apache / Nginx (Https-Portal)" - ], + title: "DevOps", + image: "", //SkillsDevOpsLogo, + mainBorderColor: null, + content: [], }, { - type: "subSegment", - tabs: 0, - title: "Obsługa Narzędzi DevOps", + type: "workSubSegment", + tabs: 1, + title: "Automatyzacja", + image: "", //SkillsBashLogo, + branchBorderColor: "#4aa720", + mainBorderColor: "#2e8cb1", content: [ - "Jenkins / Ansible / Docker / Docker-Compose / Automatyzacja w Bash", - ], + "Jenkins (CI/CD / Automatyzacja Procesów (Job's) / GitOps)", + "Ansible (Automatyzacja konfiguracji środowisk developerskich / serwerowych)", + "Bash / ZSH (Linux)", + "Powershell (Windows)", + ], }, { - type: "subSegment", + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#4aa720", + mainBorderColor: "#2e8cb1", + }, + + { + type: "workSubSegment", + tabs: 1, + title: "Konteneryzacja", + image: "", //SkillsContainersLogo, + branchBorderColor: "#00b7ff", + mainBorderColor: "#2e8cb1", + content: [ + "Docker", + "Docker-Compose (Mikroserwisy zorientowane na pojedyńcze serwery lub debugowanie)", + "MiniKube (Lokalne debugowanie manifestów K8S)", + "Kubernetes (Helm / Cert-Manager / Ingress / K9S)", + ], + }, + { + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#00b7ff", + mainBorderColor: "#2e8cb1", + }, + { + type: "workSubSegment", + tabs: 1, + title: "Konfiguracja", + image: "", //SkillsNginxLogo, + branchBorderColor: "#d90000", + mainBorderColor: "#2e8cb1", + content: [ + "Apache", + "Nginx (https-portal)", + ], + }, + { + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#d90000", + mainBorderColor: "#2e8cb1", + }, + { + type: "workSubSegment", + tabs: 1, + title: "Obsługa Cloud Provider'ów", + image: "", //SkillsCloudProvidersLogo, + branchBorderColor: "#f96900", + mainBorderColor: "#2e8cb1", + content: [ + "Hetzner", + "OVH", + "AWS", + ], + }, + { + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#f96900", + mainBorderColor: "#2e8cb1", + }, + { + type: "workSubSegment", tabs: 0, title: "Konfiguracja & Administracja Baz Danych", - content: [ - "SQL - MariaDB / MySQL / PostgreSQL", - "NoSQL - MongoDb / ElasticSearch / Redis" - ], + image: "", //SkillsDatabasesLogo, + mainBorderColor: null, + content: [], }, { - type: "subSegment", - tabs: 0, - title: "Język Angielski", + type: "workSubSegment", + tabs: 1, + title: "Bazy Relacyjne (SQL)", + image: "", //SkillsRelationDbLogo, + branchBorderColor: "#7b00b3", + mainBorderColor: "#1038a7", content: [ - "Poziom B2", - ], + "MariaDB", + "MySQL", + "PostgreSQL", + ], }, - { + { + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#7b00b3", + mainBorderColor: "#1038a7", + }, + { + type: "workSubSegment", + tabs: 1, + title: "Bazy Dokumentowe (NoSQL)", + image: "", //SkillsDocumentDbLogo, + branchBorderColor: "#047900", + mainBorderColor: "#1038a7", + content: [ + "MongoDB (Sharded Cluster)", + "ElasticSearch (ElasticSearch / Kibana / Logstash)", + "Redis (Cache / Task Queue)", + "RabbitMQ (Task Queue)", + ], + }, + { + type: "mergeBranchSegment", + tabs: 1, + branchBorderColor: "#047900", + mainBorderColor: "#1038a7", + }, + { + type: "workSubSegment", + tabs: 0, + title: "Angielski - Poziom B2", + image: "", //SkillsEnglishLogo, + mainBorderColor: null, + lastElement: true, + content: [], + }, + { type: "titleSegment", title: "Doświadczenie", }, @@ -75,6 +206,8 @@ export const content_pl = [ tabs: 0, title: "Zespół Szkół Elektronicznych w Rzeszowie / Technikum nr 6 - Technik Informatyk - od 2013 do 2017", image: WorkZSELogo, + mainBorderColor: null, + firstElement: true, noElements: true, content: [], }, @@ -116,6 +249,7 @@ export const content_pl = [ title: "Sembot Sp. z o. o. - DevOps Engineer & Python Developer - od 01.11.2020 do 30.10.2022", image: WorkSembotLogo, branchBorderColor: "#f5c314", + mainBorderColor: null, content: [ "Administracja serwerów (OVH / AWS / Digital Ocean)", "Konfiguracja serwerów (Nginx (Https-Portal) / Apache / Docker)", @@ -130,6 +264,7 @@ export const content_pl = [ tabs: 0, title: "Sii Sp. z o. o. - od 10.11.2022", image: WorkSiiLogo, + mainBorderColor: null, content: [], }, { @@ -203,20 +338,30 @@ export const content_pl = [ title: "Zainteresowania", }, { - type: "subSegment", + type: "workSubSegment", tabs: 0, - title: "Web3.0", - image: "", + title: "Web3.0", + image: "", //InterestsBlockchainLogo, + firstElement: true, + branchBorderColor: "black", + mainBorderColor: null, content: [ - "Blockchain / Cryptography / Smart Contracts", + "Blockchain", + "Cryptography", + "Smart Contracts", ], }, { - type: "subSegment", - tabs: 0, - title: "Grafika 3D & 2D", - image: "", - content: [], + type: "workSubSegment", + tabs: 0, + title: "Grafika 2D & 3D", + image: "", //InterestsBlenderLogo, + branchBorderColor: "#ff7021", + mainBorderColor: null, + content: [ + "Blender", + "Midjurney", + ], }, { type: "RODOSegment", @@ -293,6 +438,7 @@ export const content_en = [ tabs: 0, title: "ZSE in Rzeszów / Technical School - IT - from 2013 to 2017", image: WorkZSELogo, + firstElement: true, noElements: true, content: [], }, diff --git a/src/images/interests_blender_logo.png b/src/images/interests_blender_logo.png new file mode 100644 index 0000000..717c423 Binary files /dev/null and b/src/images/interests_blender_logo.png differ diff --git a/src/images/interests_blockchain_logo.png b/src/images/interests_blockchain_logo.png new file mode 100644 index 0000000..64e2b31 Binary files /dev/null and b/src/images/interests_blockchain_logo.png differ diff --git a/src/images/skills_bash_logo.png b/src/images/skills_bash_logo.png new file mode 100644 index 0000000..00efd40 Binary files /dev/null and b/src/images/skills_bash_logo.png differ diff --git a/src/images/skills_cloud_providers_logo.png b/src/images/skills_cloud_providers_logo.png new file mode 100644 index 0000000..06de67e Binary files /dev/null and b/src/images/skills_cloud_providers_logo.png differ diff --git a/src/images/skills_containers_logo.png b/src/images/skills_containers_logo.png new file mode 100644 index 0000000..88d0887 Binary files /dev/null and b/src/images/skills_containers_logo.png differ diff --git a/src/images/skills_databases_logo.png b/src/images/skills_databases_logo.png new file mode 100644 index 0000000..357896c Binary files /dev/null and b/src/images/skills_databases_logo.png differ diff --git a/src/images/skills_devops_logo.png b/src/images/skills_devops_logo.png new file mode 100644 index 0000000..f01cc04 Binary files /dev/null and b/src/images/skills_devops_logo.png differ diff --git a/src/images/skills_document_db_logo.png b/src/images/skills_document_db_logo.png new file mode 100644 index 0000000..b1ca994 Binary files /dev/null and b/src/images/skills_document_db_logo.png differ diff --git a/src/images/skills_english_logo.png b/src/images/skills_english_logo.png new file mode 100644 index 0000000..fc660be Binary files /dev/null and b/src/images/skills_english_logo.png differ diff --git a/src/images/skills_nginx_logo.png b/src/images/skills_nginx_logo.png new file mode 100644 index 0000000..56820d5 Binary files /dev/null and b/src/images/skills_nginx_logo.png differ diff --git a/src/images/skills_python_logo.png b/src/images/skills_python_logo.png new file mode 100644 index 0000000..49ea8f5 Binary files /dev/null and b/src/images/skills_python_logo.png differ diff --git a/src/images/skills_relation_db_logo.png b/src/images/skills_relation_db_logo.png new file mode 100644 index 0000000..0c2286f Binary files /dev/null and b/src/images/skills_relation_db_logo.png differ diff --git a/src/pages/index.js b/src/pages/index.js index 6ab152b..ee3e6de 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -96,10 +96,10 @@ const SegmentListWork = ({ segment, tabs }) => { >