Files
My-site/index.html
2026-03-12 13:13:11 +03:00

259 lines
8.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Екатерина Иванова — Product Manager</title>
<!-- Google Fonts + Font Awesome -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<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&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #f4f6f9;
font-family: 'Inter', sans-serif;
color: #1e293b;
line-height: 1.5;
padding: 2rem 1rem;
}
.resume {
max-width: 1050px;
margin: 0 auto;
background: white;
border-radius: 32px;
box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
display: grid;
grid-template-columns: 300px 1fr;
overflow: hidden;
}
/* Левая панель */
.sidebar {
background: #f8fafc;
padding: 2rem 1.5rem;
border-right: 1px solid #e2e8f0;
}
.avatar {
width: 140px;
height: 140px;
border-radius: 50%;
object-fit: cover;
border: 4px solid white;
box-shadow: 0 8px 16px rgba(0,0,0,0.05);
margin-bottom: 1.5rem;
}
.sidebar h1 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 0.25rem;
}
.sidebar .title {
color: #475569;
font-weight: 500;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid #e2e8f0;
}
.info-item {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1rem;
color: #334155;
}
.info-item i {
width: 20px;
color: #3b82f6;
}
.info-item a {
color: inherit;
text-decoration: none;
}
.info-item a:hover {
color: #3b82f6;
}
.skills-side h3 {
font-size: 1.1rem;
margin: 2rem 0 1rem 0;
}
.skill-tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.skill-tags span {
background: white;
padding: 0.3rem 1rem;
border-radius: 40px;
font-size: 0.85rem;
border: 1px solid #e2e8f0;
font-weight: 500;
}
/* Правая панель */
.main {
padding: 2rem 2rem 2rem 1.5rem;
}
.section {
margin-bottom: 2.5rem;
}
.section h2 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1.2rem;
position: relative;
display: inline-block;
}
.section h2:after {
content: '';
position: absolute;
left: 0;
bottom: -6px;
width: 50px;
height: 3px;
background: #3b82f6;
border-radius: 2px;
}
.exp-item {
margin-bottom: 1.8rem;
}
.exp-header {
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
margin-bottom: 0.5rem;
}
.exp-header h3 {
font-size: 1.2rem;
font-weight: 600;
}
.exp-date {
color: #64748b;
font-size: 0.9rem;
}
.exp-company {
color: #3b82f6;
font-weight: 500;
margin-bottom: 0.5rem;
}
.exp-desc {
color: #334155;
font-size: 0.95rem;
list-style-type: disc;
padding-left: 1.2rem;
}
.exp-desc li {
margin-bottom: 0.3rem;
}
.project-card {
background: #f8fafc;
border-radius: 16px;
padding: 1.2rem;
margin-bottom: 1rem;
border: 1px solid #e2e8f0;
}
.project-card h3 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.project-card h3 i {
color: #3b82f6;
}
.project-tech {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
margin-top: 0.8rem;
}
.project-tech span {
background: white;
padding: 0.2rem 0.8rem;
border-radius: 30px;
font-size: 0.8rem;
border: 1px solid #e2e8f0;
}
@media (max-width: 700px) {
.resume { grid-template-columns: 1fr; }
.sidebar { border-right: none; border-bottom: 1px solid #e2e8f0; }
}
</style>
</head>
<body>
<div class="resume">
<!-- Левая колонка -->
<div class="sidebar">
<img src="https://via.placeholder.com/140" alt="avatar" class="avatar">
<h1>Екатерина Иванова</h1>
<div class="title">Product Manager / Tech Lead</div>
<div class="info-item"><i class="fas fa-map-marker-alt"></i> Санкт-Петербург</div>
<div class="info-item"><i class="fas fa-envelope"></i> <a href="mailto:ek@example.dev">ek@example.dev</a></div>
<div class="info-item"><i class="fas fa-phone-alt"></i> <a href="tel:+78121234567">+7 812 123-45-67</a></div>
<div class="info-item"><i class="fab fa-github"></i> <a href="#">/ekaterina-dev</a></div>
<div class="info-item"><i class="fab fa-linkedin"></i> <a href="#">/in/ekaterina</a></div>
<div class="skills-side">
<h3>Технические навыки</h3>
<div class="skill-tags">
<span>Product Strategy</span><span>Agile</span><span>User Research</span>
<span>Python</span><span>SQL</span><span>Tableau</span><span>A/B testing</span>
<span>Jira</span><span>Confluence</span><span>Figma</span>
</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>
</html>