Compare commits
1 Commits
main
...
testing-te
| Author | SHA1 | Date | |
|---|---|---|---|
| 54a2159dca |
626
index.html
626
index.html
@@ -1,385 +1,259 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Evgeniy Spirin | DevOps Engineer</title>
|
<title>Екатерина Иванова — Product Manager</title>
|
||||||
<!-- Подключаем шрифт Inter -->
|
<!-- Google Fonts + Font Awesome -->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600&display=swap" rel="stylesheet">
|
||||||
<!-- Font Awesome для иконок (бесплатно) -->
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
<style>
|
||||||
<style>
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
/* Сброс и базовые стили */
|
body {
|
||||||
* {
|
background: #f4f6f9;
|
||||||
margin: 0;
|
font-family: 'Inter', sans-serif;
|
||||||
padding: 0;
|
color: #1e293b;
|
||||||
box-sizing: border-box;
|
line-height: 1.5;
|
||||||
}
|
padding: 2rem 1rem;
|
||||||
body {
|
}
|
||||||
font-family: 'Inter', sans-serif;
|
.resume {
|
||||||
background-color: #0a0a0a; /* тёмный фон */
|
max-width: 1050px;
|
||||||
color: #f5f5f5;
|
margin: 0 auto;
|
||||||
line-height: 1.6;
|
background: white;
|
||||||
padding: 2rem 1rem;
|
border-radius: 32px;
|
||||||
}
|
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
|
||||||
.container {
|
display: grid;
|
||||||
max-width: 1100px;
|
grid-template-columns: 300px 1fr;
|
||||||
margin: 0 auto;
|
overflow: hidden;
|
||||||
background: #111;
|
}
|
||||||
border-radius: 24px;
|
/* Левая панель */
|
||||||
padding: 2.5rem 2rem;
|
.sidebar {
|
||||||
box-shadow: 0 20px 40px rgba(0,0,0,0.6);
|
background: #f8fafc;
|
||||||
}
|
padding: 2rem 1.5rem;
|
||||||
/* Профиль */
|
border-right: 1px solid #e2e8f0;
|
||||||
.profile {
|
}
|
||||||
display: flex;
|
.avatar {
|
||||||
flex-wrap: wrap;
|
width: 140px;
|
||||||
gap: 2rem;
|
height: 140px;
|
||||||
align-items: center;
|
border-radius: 50%;
|
||||||
margin-bottom: 3rem;
|
object-fit: cover;
|
||||||
}
|
border: 4px solid white;
|
||||||
.profile-avatar {
|
box-shadow: 0 8px 16px rgba(0,0,0,0.05);
|
||||||
width: 140px;
|
margin-bottom: 1.5rem;
|
||||||
height: 140px;
|
}
|
||||||
border-radius: 50%;
|
.sidebar h1 {
|
||||||
object-fit: cover;
|
font-size: 1.8rem;
|
||||||
border: 3px solid #3b82f6;
|
font-weight: 600;
|
||||||
box-shadow: 0 8px 20px rgba(59,130,246,0.3);
|
margin-bottom: 0.25rem;
|
||||||
}
|
}
|
||||||
.profile-info h1 {
|
.sidebar .title {
|
||||||
font-size: 2.5rem;
|
color: #475569;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
letter-spacing: -0.02em;
|
margin-bottom: 1.5rem;
|
||||||
margin-bottom: 0.25rem;
|
padding-bottom: 1.5rem;
|
||||||
}
|
border-bottom: 1px solid #e2e8f0;
|
||||||
.profile-info .title {
|
}
|
||||||
font-size: 1.25rem;
|
.info-item {
|
||||||
color: #9ca3af;
|
display: flex;
|
||||||
margin-bottom: 0.5rem;
|
align-items: center;
|
||||||
}
|
gap: 0.75rem;
|
||||||
.profile-info .location {
|
margin-bottom: 1rem;
|
||||||
display: flex;
|
color: #334155;
|
||||||
align-items: center;
|
}
|
||||||
gap: 0.5rem;
|
.info-item i {
|
||||||
color: #9ca3af;
|
width: 20px;
|
||||||
font-size: 0.95rem;
|
color: #3b82f6;
|
||||||
margin-bottom: 1rem;
|
}
|
||||||
}
|
.info-item a {
|
||||||
.profile-info .location i {
|
color: inherit;
|
||||||
color: #3b82f6;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.contacts {
|
.info-item a:hover {
|
||||||
display: flex;
|
color: #3b82f6;
|
||||||
flex-wrap: wrap;
|
}
|
||||||
gap: 1.5rem;
|
.skills-side h3 {
|
||||||
margin-top: 0.5rem;
|
font-size: 1.1rem;
|
||||||
}
|
margin: 2rem 0 1rem 0;
|
||||||
.contacts a {
|
}
|
||||||
color: #f5f5f5;
|
.skill-tags {
|
||||||
font-size: 1rem;
|
display: flex;
|
||||||
text-decoration: none;
|
flex-wrap: wrap;
|
||||||
display: inline-flex;
|
gap: 0.5rem;
|
||||||
align-items: center;
|
}
|
||||||
gap: 0.5rem;
|
.skill-tags span {
|
||||||
transition: color 0.2s;
|
background: white;
|
||||||
}
|
padding: 0.3rem 1rem;
|
||||||
.contacts a:hover {
|
border-radius: 40px;
|
||||||
color: #3b82f6;
|
font-size: 0.85rem;
|
||||||
}
|
border: 1px solid #e2e8f0;
|
||||||
.contacts i {
|
font-weight: 500;
|
||||||
font-size: 1.2rem;
|
}
|
||||||
}
|
/* Правая панель */
|
||||||
/* Разделы */
|
.main {
|
||||||
section {
|
padding: 2rem 2rem 2rem 1.5rem;
|
||||||
margin-bottom: 2.5rem;
|
}
|
||||||
}
|
.section {
|
||||||
h2 {
|
margin-bottom: 2.5rem;
|
||||||
font-size: 1.8rem;
|
}
|
||||||
font-weight: 600;
|
.section h2 {
|
||||||
margin-bottom: 1.5rem;
|
font-size: 1.5rem;
|
||||||
position: relative;
|
font-weight: 600;
|
||||||
display: inline-block;
|
margin-bottom: 1.2rem;
|
||||||
}
|
position: relative;
|
||||||
h2:after {
|
display: inline-block;
|
||||||
content: '';
|
}
|
||||||
position: absolute;
|
.section h2:after {
|
||||||
left: 0;
|
content: '';
|
||||||
bottom: -8px;
|
position: absolute;
|
||||||
width: 60px;
|
left: 0;
|
||||||
height: 4px;
|
bottom: -6px;
|
||||||
background: #3b82f6;
|
width: 50px;
|
||||||
border-radius: 2px;
|
height: 3px;
|
||||||
}
|
background: #3b82f6;
|
||||||
/* О себе */
|
border-radius: 2px;
|
||||||
.about p {
|
}
|
||||||
font-size: 1.1rem;
|
.exp-item {
|
||||||
color: #d1d5db;
|
margin-bottom: 1.8rem;
|
||||||
max-width: 800px;
|
}
|
||||||
}
|
.exp-header {
|
||||||
/* Навыки (теги) */
|
display: flex;
|
||||||
.skills-list {
|
justify-content: space-between;
|
||||||
display: flex;
|
align-items: baseline;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.75rem;
|
margin-bottom: 0.5rem;
|
||||||
list-style: none;
|
}
|
||||||
}
|
.exp-header h3 {
|
||||||
.skills-list li {
|
font-size: 1.2rem;
|
||||||
background: #1f2937;
|
font-weight: 600;
|
||||||
padding: 0.5rem 1.2rem;
|
}
|
||||||
border-radius: 40px;
|
.exp-date {
|
||||||
font-size: 0.95rem;
|
color: #64748b;
|
||||||
font-weight: 500;
|
font-size: 0.9rem;
|
||||||
color: #e5e7eb;
|
}
|
||||||
border: 1px solid #374151;
|
.exp-company {
|
||||||
transition: 0.2s;
|
color: #3b82f6;
|
||||||
}
|
font-weight: 500;
|
||||||
.skills-list li:hover {
|
margin-bottom: 0.5rem;
|
||||||
border-color: #3b82f6;
|
}
|
||||||
background: #2d3748;
|
.exp-desc {
|
||||||
}
|
color: #334155;
|
||||||
/* Проекты (карточки) */
|
font-size: 0.95rem;
|
||||||
.projects-grid {
|
list-style-type: disc;
|
||||||
display: grid;
|
padding-left: 1.2rem;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
}
|
||||||
gap: 1.5rem;
|
.exp-desc li {
|
||||||
}
|
margin-bottom: 0.3rem;
|
||||||
.project-card {
|
}
|
||||||
background: #1a1a1a;
|
.project-card {
|
||||||
border-radius: 16px;
|
background: #f8fafc;
|
||||||
padding: 1.5rem;
|
border-radius: 16px;
|
||||||
border: 1px solid #2a2a2a;
|
padding: 1.2rem;
|
||||||
transition: transform 0.2s, border-color 0.2s;
|
margin-bottom: 1rem;
|
||||||
}
|
border: 1px solid #e2e8f0;
|
||||||
.project-card:hover {
|
}
|
||||||
transform: translateY(-5px);
|
.project-card h3 {
|
||||||
border-color: #3b82f6;
|
font-size: 1.1rem;
|
||||||
}
|
margin-bottom: 0.5rem;
|
||||||
.project-card h3 {
|
display: flex;
|
||||||
font-size: 1.25rem;
|
align-items: center;
|
||||||
margin-bottom: 0.75rem;
|
gap: 0.5rem;
|
||||||
display: flex;
|
}
|
||||||
align-items: center;
|
.project-card h3 i {
|
||||||
gap: 0.5rem;
|
color: #3b82f6;
|
||||||
}
|
}
|
||||||
.project-card h3 i {
|
.project-tech {
|
||||||
color: #3b82f6;
|
display: flex;
|
||||||
font-size: 1.4rem;
|
flex-wrap: wrap;
|
||||||
}
|
gap: 0.4rem;
|
||||||
.project-card p {
|
margin-top: 0.8rem;
|
||||||
color: #9ca3af;
|
}
|
||||||
font-size: 0.95rem;
|
.project-tech span {
|
||||||
margin-bottom: 1rem;
|
background: white;
|
||||||
}
|
padding: 0.2rem 0.8rem;
|
||||||
.project-tech {
|
border-radius: 30px;
|
||||||
display: flex;
|
font-size: 0.8rem;
|
||||||
flex-wrap: wrap;
|
border: 1px solid #e2e8f0;
|
||||||
gap: 0.5rem;
|
}
|
||||||
margin-top: 1rem;
|
@media (max-width: 700px) {
|
||||||
}
|
.resume { grid-template-columns: 1fr; }
|
||||||
.project-tech span {
|
.sidebar { border-right: none; border-bottom: 1px solid #e2e8f0; }
|
||||||
background: #2d3748;
|
}
|
||||||
padding: 0.25rem 0.75rem;
|
</style>
|
||||||
border-radius: 20px;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
color: #d1d5db;
|
|
||||||
}
|
|
||||||
.project-link {
|
|
||||||
margin-top: 1.2rem;
|
|
||||||
display: inline-block;
|
|
||||||
color: #3b82f6;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.project-link i {
|
|
||||||
transition: transform 0.2s;
|
|
||||||
}
|
|
||||||
.project-link:hover i {
|
|
||||||
transform: translateX(4px);
|
|
||||||
}
|
|
||||||
/* Опыт работы */
|
|
||||||
.experience-item {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 1.5rem;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
border-bottom: 1px solid #2a2a2a;
|
|
||||||
}
|
|
||||||
.experience-item:last-child {
|
|
||||||
border-bottom: none;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
.exp-date {
|
|
||||||
min-width: 100px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #3b82f6;
|
|
||||||
}
|
|
||||||
.exp-content {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
.exp-content h3 {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
|
||||||
.exp-content .company {
|
|
||||||
color: #9ca3af;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
display: inline-block;
|
|
||||||
background: #1f2937;
|
|
||||||
padding: 0.2rem 1rem;
|
|
||||||
border-radius: 30px;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
.exp-duties {
|
|
||||||
list-style-type: disc;
|
|
||||||
padding-left: 1.5rem;
|
|
||||||
color: #d1d5db;
|
|
||||||
}
|
|
||||||
.exp-duties li {
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
/* Футер */
|
|
||||||
.footer-note {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 3rem;
|
|
||||||
color: #6b7280;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
/* Адаптация для мобильных */
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
.container { padding: 1.5rem; }
|
|
||||||
.profile { flex-direction: column; text-align: center; }
|
|
||||||
.profile-info .location { justify-content: center; }
|
|
||||||
.contacts { justify-content: center; }
|
|
||||||
h2:after { left: 50%; transform: translateX(-50%); width: 80px; }
|
|
||||||
.experience-item { flex-direction: column; gap: 0.5rem; }
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="resume">
|
||||||
<!-- Шапка профиля -->
|
<!-- Левая колонка -->
|
||||||
<div class="profile">
|
<div class="sidebar">
|
||||||
<!-- Аватар (замените на своё фото) -->
|
<img src="https://via.placeholder.com/140" alt="avatar" class="avatar">
|
||||||
<img src="https://i.imgur.com/p5kRCHS.jpeg" alt="Avatar" class="profile-avatar">
|
<h1>Екатерина Иванова</h1>
|
||||||
<div class="profile-info">
|
<div class="title">Product Manager / Tech Lead</div>
|
||||||
<h1>Evgeniy Spirin</h1>
|
<div class="info-item"><i class="fas fa-map-marker-alt"></i> Санкт-Петербург</div>
|
||||||
<div class="title">DevOps Engineer</div>
|
<div class="info-item"><i class="fas fa-envelope"></i> <a href="mailto:ek@example.dev">ek@example.dev</a></div>
|
||||||
<div class="location">
|
<div class="info-item"><i class="fas fa-phone-alt"></i> <a href="tel:+78121234567">+7 812 123-45-67</a></div>
|
||||||
<i class="fas fa-map-marker-alt"></i> Нижний Новгород, Россия
|
<div class="info-item"><i class="fab fa-github"></i> <a href="#">/ekaterina-dev</a></div>
|
||||||
</div>
|
<div class="info-item"><i class="fab fa-linkedin"></i> <a href="#">/in/ekaterina</a></div>
|
||||||
<!-- Контакты (замените ссылки) -->
|
|
||||||
<div class="contacts">
|
<div class="skills-side">
|
||||||
<a href="mailto:oit_vpn@grenu4.ru"><i class="fas fa-envelope"></i> oit_vpn@grenu4.ru</a>
|
<h3>Технические навыки</h3>
|
||||||
<a href="https://t.me/y0zhyck" target="_blank"><i class="fab fa-telegram"></i> Telegram</a>
|
<div class="skill-tags">
|
||||||
<a href="https://git.grenu4.ru/y0zhyck" target="_blank"><i class="fab fa-github"></i> My GIT</a>
|
<span>Product Strategy</span><span>Agile</span><span>User Research</span>
|
||||||
</div>
|
<span>Python</span><span>SQL</span><span>Tableau</span><span>A/B testing</span>
|
||||||
</div>
|
<span>Jira</span><span>Confluence</span><span>Figma</span>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- О себе -->
|
|
||||||
<section class="about">
|
|
||||||
<h2>О себе</h2>
|
|
||||||
<p>DevOps Engineer. Увлекаюсь автоматизацией, Kubernetes и Go. Open-source энтузиаст, автор нескольких полезных утилит для мониторинга и оптимизации инфраструктуры. Постоянно изучаю новые технологии и делюсь знаниями с сообществом.</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Навыки (список можно редактировать) -->
|
|
||||||
<section>
|
|
||||||
<h2>Навыки</h2>
|
|
||||||
<ul class="skills-list">
|
|
||||||
<li>CI/CD (GitLab CI, GitHub Actions)</li>
|
|
||||||
<li>Kubernetes</li>
|
|
||||||
<li>Docker</li>
|
|
||||||
<li>Terraform</li>
|
|
||||||
<li>Ansible</li>
|
|
||||||
<li>Golang</li>
|
|
||||||
<li>Python</li>
|
|
||||||
<li>Prometheus / Grafana</li>
|
|
||||||
<li>Linux</li>
|
|
||||||
<li>Bash</li>
|
|
||||||
<li>Helm</li>
|
|
||||||
<li>Istio</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Проекты (замените на свои) -->
|
|
||||||
<section>
|
|
||||||
<h2>Проекты</h2>
|
|
||||||
<div class="projects-grid">
|
|
||||||
<!-- Карточка 1 -->
|
|
||||||
<div class="project-card">
|
|
||||||
<h3><i class="fas fa-network-wired"></i> Cloud VPN</h3>
|
|
||||||
<p>Масштабируемый VPN-сервис. Поддержка VLESS, Trojan, Shadowsocks.</p>
|
|
||||||
<div class="project-tech">
|
|
||||||
<span>Kubernetes</span>
|
|
||||||
<span>Xray</span>
|
|
||||||
<span>Prometheus</span>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="project-link">Подробнее <i class="fas fa-arrow-right"></i></a>
|
|
||||||
</div>
|
|
||||||
<!-- Карточка 2 -->
|
|
||||||
<div class="project-card">
|
|
||||||
<h3><i class="fas fa-coins"></i> K8s Cost Optimizer</h3>
|
|
||||||
<p>Инструмент для анализа и оптимизации затрат в Kubernetes. Интеграция с AWS, GCP, Azure.</p>
|
|
||||||
<div class="project-tech">
|
|
||||||
<span>Golang</span>
|
|
||||||
<span>Prometheus</span>
|
|
||||||
<span>Cloud APIs</span>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="project-link">Подробнее <i class="fas fa-arrow-right"></i></a>
|
|
||||||
</div>
|
|
||||||
<!-- Карточка 3 -->
|
|
||||||
<div class="project-card">
|
|
||||||
<h3><i class="fas fa-chart-line"></i> Speedtest Exporter</h3>
|
|
||||||
<p>Prometheus-экспортер для измерения скорости интернета до множества глобальных точек.</p>
|
|
||||||
<div class="project-tech">
|
|
||||||
<span>Golang</span>
|
|
||||||
<span>Prometheus</span>
|
|
||||||
<span>Docker</span>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="project-link">Подробнее <i class="fas fa-arrow-right"></i></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Опыт работы -->
|
|
||||||
<section>
|
|
||||||
<h2>Опыт работы</h2>
|
|
||||||
|
|
||||||
<div class="experience-item">
|
|
||||||
<div class="exp-date">2022 — 2023</div>
|
|
||||||
<div class="exp-content">
|
|
||||||
<h3>DevOps Engineer</h3>
|
|
||||||
<span class="company">Гарда технологии, Москва (гибрид)</span>
|
|
||||||
<ul class="exp-duties">
|
|
||||||
<li>Миграция монолитных приложений в Kubernetes, внедрение GitOps (ArgoCD).</li>
|
|
||||||
<li>Оптимизация CI/CD пайплайнов (сокращение времени сборки на 40%).</li>
|
|
||||||
<li>Настройка Service Mesh (Istio) для безопасного взаимодействия микросервисов.</li>
|
|
||||||
<li>Менторство 3 джуниоров, проведение внутренних воркшопов.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="experience-item">
|
|
||||||
<div class="exp-date">2023 — настоящее время</div>
|
|
||||||
<div class="exp-content">
|
|
||||||
<h3>DevOps Engineer</h3>
|
|
||||||
<span class="company">Зитех, удалённо</span>
|
|
||||||
<ul class="exp-duties">
|
|
||||||
<li>Разработка инфраструктуры на AWS (Terraform, Ansible).</li>
|
|
||||||
<li>Внедрение мониторинга на базе Prometheus + Grafana, настройка алертов.</li>
|
|
||||||
<li>Автоматизация резервного копирования баз данных и восстановления.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Небольшой футер -->
|
|
||||||
<div class="footer-note">
|
|
||||||
© 2022-2030 Евгений Спирин. Сделано с <i class="fas fa-heart" style="color: #ef4444;"></i> для портфолио.
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Правая колонка -->
|
||||||
|
<div class="main">
|
||||||
|
<section class="section">
|
||||||
|
<h2>О себе</h2>
|
||||||
|
<p>Продуктовый менеджер с инженерным бэкграундом. 7+ лет опыта в разработке и управлении цифровыми продуктами. Умею выявлять потребности пользователей, формулировать гипотезы и доводить продукты до релиза.</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="section">
|
||||||
|
<h2>Опыт работы</h2>
|
||||||
|
<div class="exp-item">
|
||||||
|
<div class="exp-header">
|
||||||
|
<h3>Senior Product Manager</h3>
|
||||||
|
<span class="exp-date">2021 — наст. время</span>
|
||||||
|
</div>
|
||||||
|
<div class="exp-company">SkyEng, удалённо</div>
|
||||||
|
<ul class="exp-desc">
|
||||||
|
<li>Управление платформой для онлайн-обучения (MAU 2M). Рост конверсии в платёж на 18%.</li>
|
||||||
|
<li>Запуск мобильного приложения с нуля: аналитика, прототипы, работа с командой разработки.</li>
|
||||||
|
<li>Внедрение системы аналитики Amplitude и дашбордов для продуктовых метрик.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="exp-item">
|
||||||
|
<div class="exp-header">
|
||||||
|
<h3>Product Owner</h3>
|
||||||
|
<span class="exp-date">2018 — 2021</span>
|
||||||
|
</div>
|
||||||
|
<div class="exp-company">Тинькофф, Москва</div>
|
||||||
|
<ul class="exp-desc">
|
||||||
|
<li>Развитие интернет-банка для юридических лиц, приоритизация бэклога.</li>
|
||||||
|
<li>Проведение пользовательских интервью и юзабилити-тестирований.</li>
|
||||||
|
<li>Координация трёх scrum-команд, релиз каждые две недели.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="section">
|
||||||
|
<h2>Проекты</h2>
|
||||||
|
<div class="project-card">
|
||||||
|
<h3><i class="fas fa-chart-pie"></i> Дашборд метрик продукта</h3>
|
||||||
|
<p>Разработала прототип и ТЗ для внутреннего дашборда, который объединил данные из нескольких источников. Внедрение сократило время подготовки отчётов на 70%.</p>
|
||||||
|
<div class="project-tech"><span>SQL</span><span>Tableau</span><span>Redash</span></div>
|
||||||
|
</div>
|
||||||
|
<div class="project-card">
|
||||||
|
<h3><i class="fas fa-robot"></i> Чат-бот для поддержки</h3>
|
||||||
|
<p>Инициировала и курировала создание бота, который обрабатывает 60% типовых обращений. Интеграция с CRM и базами знаний.</p>
|
||||||
|
<div class="project-tech"><span>Python</span><span>Dialogflow</span><span>API</span></div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user