Add professional CV template project
This commit is contained in:
148
motolani-cv-template/index-recruiter.html
Normal file
148
motolani-cv-template/index-recruiter.html
Normal file
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Motolani Olaiya | Senior Python/Django Developer</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="One-page recruiter CV for Motolani Olaiya, senior Python/Django developer with strengths in Wagtail, Django Oscar, Elasticsearch, platform engineering, CI/CD, and automation."
|
||||
/>
|
||||
<link rel="stylesheet" href="css/styles.css" />
|
||||
<link rel="stylesheet" href="css/print.css" media="print" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="resume resume--compact">
|
||||
<header class="hero">
|
||||
<div class="hero__identity">
|
||||
<p class="eyebrow">Senior Django Developer • Senior Python Developer • Platform Engineer</p>
|
||||
<h1>Motolani Olaiya</h1>
|
||||
<p class="headline">
|
||||
Founder & Senior Python/Django Developer specializing in ecommerce
|
||||
platforms, CMS systems, platform engineering, search
|
||||
infrastructure, deployment automation, and scalable web
|
||||
applications.
|
||||
</p>
|
||||
</div>
|
||||
<ul class="hero__meta">
|
||||
<li>Netherlands</li>
|
||||
<li><a href="tel:+310653263426">+31 0653263426</a></li>
|
||||
<li><a href="mailto:mandeleolaiya15@icloud.com">mandeleolaiya15@icloud.com</a></li>
|
||||
<li><a href="https://www.linkedin.com/in/motolani-olaiya-ba2151296/">LinkedIn</a></li>
|
||||
<li><a href="https://www.mandelblog.com/">MandelBlog</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<section class="section">
|
||||
<h2>Value Statement</h2>
|
||||
<p>
|
||||
Experienced in building scalable ecommerce platforms, CMS systems,
|
||||
deployment infrastructure, onboarding automation, search platforms,
|
||||
and reusable software architectures using Python, Django, Wagtail,
|
||||
Django Oscar, Elasticsearch, Jenkins, and SaltStack.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section section--grid">
|
||||
<div class="panel">
|
||||
<h2>Technical Skills</h2>
|
||||
<dl class="stack-list">
|
||||
<div>
|
||||
<dt>Backend</dt>
|
||||
<dd>Python, Django 5, Django Oscar, REST APIs</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>CMS & Ecommerce</dt>
|
||||
<dd>Wagtail, Django Oscar, Elasticsearch</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>DevOps & Platform</dt>
|
||||
<dd>Jenkins, SaltStack, Linux, Sentry, CI/CD</dd>
|
||||
</div>
|
||||
<div>
|
||||
<dt>Frontend</dt>
|
||||
<dd>HTML, CSS, SCSS, Bootstrap 5</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<h2>Strength Areas</h2>
|
||||
<ul class="plain-list">
|
||||
<li>Python and Django platform delivery</li>
|
||||
<li>Wagtail and Django Oscar implementation</li>
|
||||
<li>Elasticsearch search infrastructure</li>
|
||||
<li>Platform architecture and plugin reuse</li>
|
||||
<li>CI/CD and deployment automation</li>
|
||||
<li>Staging and production reliability</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<h2>Core Experience</h2>
|
||||
<article class="entry">
|
||||
<div class="entry__head">
|
||||
<div>
|
||||
<h3>Founder & Lead Developer</h3>
|
||||
<p class="entry__org">MandelBlog</p>
|
||||
</div>
|
||||
<p class="entry__meta">Ongoing</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
Built a reusable Django/Wagtail/Django Oscar platform that
|
||||
accelerated client website and ecommerce delivery through shared
|
||||
architecture and automation.
|
||||
</li>
|
||||
<li>
|
||||
Built an automated onboarding system that provisions repositories,
|
||||
Jenkins jobs, staging environments, SSL certificates, and
|
||||
deployment tracking with minimal manual intervention.
|
||||
</li>
|
||||
<li>
|
||||
Implemented Elasticsearch-powered search infrastructure for
|
||||
products, categories, and content.
|
||||
</li>
|
||||
<li>
|
||||
Designed deployment infrastructure using Jenkins, SaltStack, and
|
||||
Linux to improve deployment consistency, traceability, and
|
||||
rollback capability across staging and production.
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
<article class="entry">
|
||||
<div class="entry__head">
|
||||
<div>
|
||||
<h3>Internship / Developer Experience</h3>
|
||||
<p class="entry__org">
|
||||
<a href="https://highbiza.nl/">Highbiza</a>
|
||||
</p>
|
||||
</div>
|
||||
<p class="entry__meta">1+ year</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
Gained real-world Django, Wagtail, Django Oscar, plugin, and
|
||||
ecommerce platform experience in a production-oriented setting.
|
||||
</li>
|
||||
<li>
|
||||
Built practical exposure to project delivery workflows that later
|
||||
informed MandelBlog platform engineering and deployment thinking.
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<footer class="section footer-meta">
|
||||
<p>
|
||||
Education: Diploma in Computer Engineering (Ukraine) |
|
||||
Languages: English (Fluent), Russian (Intermediate), Dutch (Basic /
|
||||
Working proficiency) | Reference available: Geertjan, Highbiza,
|
||||
<a href="tel:+31652362105">+31 652362105</a>
|
||||
</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user