64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Oleg Proskurin — CV</title>
|
|
<link rel="stylesheet" href="/templates/cv-style.css" />
|
|
</head>
|
|
<body>
|
|
<header class="cv-header">
|
|
<h1 class="name">OLEG PROSKURIN</h1>
|
|
<p class="role">Senior/Lead Full-stack Software Engineer</p>
|
|
<p class="contacts">
|
|
<a href="mailto:usulpro@gmail.com">usulpro@gmail.com</a> |
|
|
<a href="https://www.linkedin.com/in/oleg-proskurin-76784453/">LinkedIn</a> |
|
|
Telegram: <a href="https://t.me/usulpro">@usulpro</a> |
|
|
<a href="https://github.com/UsulPro">Github</a>
|
|
</p>
|
|
</header>
|
|
|
|
<section class="cv-section">
|
|
<h2>Professional Summary</h2>
|
|
<p>One short paragraph. Keep it dense — role, years, focus areas, current scale-of-impact.</p>
|
|
</section>
|
|
|
|
<section class="cv-section cv-skills">
|
|
<h2>Skills</h2>
|
|
<p><span class="skills-category">Category A</span>: comma-separated list of tools/platforms.</p>
|
|
<p><span class="skills-category">Category B</span>: comma-separated list of tools/platforms.</p>
|
|
<p><span class="skills-category">Languages</span>: English C1, Russian native</p>
|
|
</section>
|
|
|
|
<section class="cv-section">
|
|
<h2>Work History</h2>
|
|
|
|
<article class="cv-job">
|
|
<div class="cv-job-header">
|
|
<span class="company"><a href="https://example.com">Company</a> — City/Country</span>
|
|
<span class="role">Role Title</span>
|
|
</div>
|
|
<div class="cv-job-meta">
|
|
<span>Short company descriptor</span>
|
|
<span class="dates">MM/YYYY — Current</span>
|
|
</div>
|
|
<ul>
|
|
<li>Bullet point — start with a verb, quantify impact when possible.</li>
|
|
<li>Another bullet — concrete result, not responsibility.</li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
|
|
<section class="cv-section">
|
|
<h2>Portfolio</h2>
|
|
<p class="cv-portfolio">
|
|
<a href="#">Project 1</a>, <a href="#">Project 2</a>, <a href="#">Project 3</a>
|
|
</p>
|
|
</section>
|
|
|
|
<section class="cv-section">
|
|
<h2>Education</h2>
|
|
<p><a href="#">Master in Engineering</a>, Faculty of Electronic Engineering, Moscow Power Engineering University (<a href="#">MPEI</a>) — Moscow, Russia</p>
|
|
</section>
|
|
</body>
|
|
</html>
|