From f7826fb2306fe7b9dd89f700a309a908445334e3 Mon Sep 17 00:00:00 2001 From: Zuev Date: Sat, 4 Jul 2026 22:15:05 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D0=B7=D1=8E=D0=BC=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=BF=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resume/index.html | 23 ++++++++++++++++++++--- resume/style.css | 9 +++++++-- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/resume/index.html b/resume/index.html index bcf4d63..c3a5ea9 100644 --- a/resume/index.html +++ b/resume/index.html @@ -6,13 +6,13 @@ Зуев Егор — Junior DevOps / Infrastructure Engineer + content="Резюме Зуева Егора Алексеевича: Junior DevOps / Infrastructure Engineer. K3s, Caddy, Ansible, PostgreSQL, OpenTelemetry, SigNoz, Homelab, AI-агенты и LLM API."> + content="DevOps, Junior DevOps, Зуев Егор, Kubernetes, K3s, Ansible, Caddy, PostgreSQL, OpenTelemetry, SigNoz, Proxmox, Homelab, AI agents, LLM API, нейросети, ИИ агенты"> + content="Инженерное резюме: мультитенантная инфраструктура стартапа «Умное расписание», CI/CD, IaC, Observability, Homelab и практическое применение AI-агентов."> @@ -47,6 +47,7 @@
Ищу предложения Junior DevOps / Infrastructure Engineer + AI-агенты и LLM API 100 000 ₽ на руки

Зуев Егор Алексеевич

@@ -278,6 +279,11 @@

Prometheus, Node Exporter и Grafana для CPU, дисков, температур, сетевой активности и базовых алертов по состоянию сервера.

+
+

AI-агенты и нейросети

+

Профессионально использую топовые нейросети, оплачиваю подписки, работаю с LLM API и настроил + Hermes Agent на личном сервере для быстрого удалённого администрирования.

+
@@ -333,6 +339,17 @@ UFW/firewalld +
+

AI и агентная автоматизация

+
+ Hermes Agent + LLM API + AI Agents + ChatGPT + Claude + Prompting +
+
diff --git a/resume/style.css b/resume/style.css index 7888401..e373f5c 100644 --- a/resume/style.css +++ b/resume/style.css @@ -13,6 +13,7 @@ --amber-soft: #f8e7ca; --red: #8d2430; --blue: #274d85; + --violet: #5d3f8f; --shadow: 0 16px 40px rgba(20, 33, 31, 0.10); --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; --sans: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; @@ -553,7 +554,7 @@ button.contact-chip { .homelab-grid, .education-grid { display: grid; - grid-template-columns: repeat(4, minmax(0, 1fr)); + grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; } @@ -575,9 +576,13 @@ button.contact-chip { border-top-color: var(--red); } +.lab-card-ai { + border-top-color: var(--violet); +} + .stack-matrix { display: grid; - grid-template-columns: repeat(4, minmax(0, 1fr)); + grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }