110 lines
3.5 KiB
HTML
110 lines
3.5 KiB
HTML
<!-- tests/fixtures/linkedin_profile.html -->
|
||
<!DOCTYPE html>
|
||
<html>
|
||
<head><title>Alan Weinstock | LinkedIn</title></head>
|
||
<body>
|
||
<!-- Name and headline -->
|
||
<div class="top-card-layout__entity-info">
|
||
<h1 class="top-card-layout__title">Alan Weinstock</h1>
|
||
<h2 class="top-card-layout__headline">Staff Engineer · Open to Work</h2>
|
||
</div>
|
||
|
||
<!-- About / Summary -->
|
||
<section data-section="about">
|
||
<div class="core-section-container__content">
|
||
<p class="show-more-less-text__text--less">
|
||
Experienced engineer with 10 years in embedded systems and DevOps.
|
||
Passionate about open-source and accessibility tooling.
|
||
</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Experience -->
|
||
<section data-section="experience">
|
||
<ul>
|
||
<li class="experience-item">
|
||
<div class="experience-item__info">
|
||
<span class="experience-item__title">Staff Engineer</span>
|
||
<span class="experience-item__subtitle">Acme Corp</span>
|
||
<span class="experience-item__duration">
|
||
<span class="date-range">
|
||
<time>Jan 2022</time>
|
||
<time>Present</time>
|
||
</span>
|
||
</span>
|
||
</div>
|
||
<div class="experience-item__description">
|
||
<p class="show-more-less-text__text--less">
|
||
Led migration of monolith to microservices. •
|
||
Reduced p99 latency by 40%. •
|
||
Mentored three junior engineers.
|
||
</p>
|
||
</div>
|
||
</li>
|
||
<li class="experience-item">
|
||
<div class="experience-item__info">
|
||
<span class="experience-item__title">Senior Engineer</span>
|
||
<span class="experience-item__subtitle">Beta Industries</span>
|
||
<span class="experience-item__duration">
|
||
<span class="date-range">
|
||
<time>Mar 2019</time>
|
||
<time>Dec 2021</time>
|
||
</span>
|
||
</span>
|
||
</div>
|
||
<div class="experience-item__description">
|
||
<p class="show-more-less-text__text--less">
|
||
Designed CI/CD pipeline. • Maintained Kubernetes clusters.
|
||
</p>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<!-- Education -->
|
||
<section data-section="education">
|
||
<ul>
|
||
<li class="education__list-item">
|
||
<div class="education__item--degree-info">
|
||
<h3 class="education__school-name">State University</h3>
|
||
<span class="education__item--degree-name">B.S. Computer Science</span>
|
||
<span class="education__item--duration">2010 – 2014</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<!-- Skills -->
|
||
<section data-section="skills">
|
||
<ul>
|
||
<li class="skills-section__list-item">
|
||
<div class="skills-section__skill">
|
||
<span class="mr1 t-bold">Python</span>
|
||
</div>
|
||
</li>
|
||
<li class="skills-section__list-item">
|
||
<div class="skills-section__skill">
|
||
<span class="mr1 t-bold">Kubernetes</span>
|
||
</div>
|
||
</li>
|
||
<li class="skills-section__list-item">
|
||
<div class="skills-section__skill">
|
||
<span class="mr1 t-bold">PostgreSQL</span>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<!-- Certifications -->
|
||
<section data-section="certifications">
|
||
<ul>
|
||
<li class="certifications__list-item">
|
||
<h3 class="certifications__name">AWS Solutions Architect – Associate</h3>
|
||
</li>
|
||
<li class="certifications__list-item">
|
||
<h3 class="certifications__name">CKA: Certified Kubernetes Administrator</h3>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
</body>
|
||
</html>
|