v2 done: fixed mobile and responsive issues.
This commit is contained in:
parent
719e74d14b
commit
6352db73c9
93 changed files with 3951 additions and 66 deletions
|
|
@ -50,7 +50,41 @@ title: Resume
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="experience" >
|
||||
<div id="experience">
|
||||
<div class="jobs">
|
||||
<div class="job" style="--bg-image: url('../media/mambu-logo-272x263.webp')">
|
||||
<h2>Senior Technical Writer</h2>
|
||||
<div class="company">
|
||||
<abbr title="Mambu is a Software-as-a-Service (SaaS) banking backend.">MAMBU</abbr>
|
||||
<span>2021 to 2023</span>
|
||||
</div>
|
||||
<div class="job-blurb">Promoted to team lead; managing a team of three technical writers.</div>
|
||||
<div class="job-achievements">
|
||||
<h5 onclick="document.querySelector('.mambu-ecosystem-modal-container').classList.add('is-visible')">Documented the Mambu ecosystem <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM272 296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h54.1l-103 103c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l103-103z"></path></svg></span></h5>
|
||||
<p>Documented integrations, such as payment and compliance services, and the low-code orchestrator that clients used for their workflows.</p>
|
||||
<h5 onclick="document.querySelector('.mambu-cli-modal-container').classList.add('is-visible')">Documented a command-line interface <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM272 296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h54.1l-103 103c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l103-103z"></path></svg></span></h5>
|
||||
<p>Documented the Mambu <abbr title='Command-line interfaces use text instead of UI elements.'>CLI</abbr> for external engineers to connect to the backend directly.</p>
|
||||
<h5 style="cursor: default" >Assumed leadership role</h5>
|
||||
<p>Promoted to team lead, which shifted the role into more managerial responsibilities - on top of working on documentation.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="job" style="--bg-image: url('../media/spread-ai-logo-125x144.webp')">
|
||||
<h2>Documentation Engineer</h2>
|
||||
<div class="company"><abbr title="SPREAD is a Software-as-a-Service (SaaS) platform for creating actionable and contextualised data for product engineers. The platform counts Volkswagen, Audi, BMW, and other automotive firms as users.">SPREAD</abbr> <span>2024 to 2026</span></div>
|
||||
<div class="job-blurb">First Technical Writer hired; to establish the documentation function. <a href="https://docs.spread.ai" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="var(--dark-grey)" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM272 296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h54.1l-103 103c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l103-103z"></path></svg></span></a></div>
|
||||
<div class="job-achievements">
|
||||
<h5 style="cursor: default">Built a docs-as-code publishing pipeline</h5>
|
||||
<p>Built a pipeline that used GitHub Actions to build the documentation site, Vale to lint content, Docker to deploy the site, and shell scripting.</p>
|
||||
<h5 onclick="document.querySelector('.spread-docs-modal-container').classList.add('is-visible')">Established the documentation function <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM272 296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h54.1l-103 103c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l103-103z"></path></svg></span></h5>
|
||||
<p>Socialized the company to documentation processes; this included onboarding colleagues to edit and use docs.</p>
|
||||
<h5 style="cursor: default">Documented the full product range</h5>
|
||||
<p>Documented the full product range within two quarters. Kept the documentation up to date through two product refreshes.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div id="experience" >
|
||||
<div class="grid cards">
|
||||
<ul>
|
||||
<li>
|
||||
|
|
@ -85,7 +119,7 @@ title: Resume
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="mambu-ecosystem-modal-container modal-container">
|
||||
<label onclick="this.closest('.modal-container').classList.remove('is-visible')" class="close-icon">
|
||||
|
|
@ -276,7 +310,7 @@ title: Resume
|
|||
<li>
|
||||
<figure>
|
||||
<img src="assets/media/ollama-logo-250x250.webp" alt="The Ollama logo" >
|
||||
<figcaption>Used Ollama to manage, test, and run open-source models locally.</figcaption>
|
||||
<figcaption>Used Ollama to manage and run models locally.</figcaption>
|
||||
</figure>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -288,7 +322,7 @@ title: Resume
|
|||
<li>
|
||||
<figure>
|
||||
<img src="assets/media/modelcontextprotocol-logo-250x250.webp" alt="The MCP logo" >
|
||||
<figcaption>Experimented with offering an Model Context Protocol server at Spread.</figcaption>
|
||||
<figcaption>Experimented with Model Context Protocol servers.</figcaption>
|
||||
</figure>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -346,7 +380,7 @@ title: Resume
|
|||
<div class="prefooter" >
|
||||
<div><a href="https://git.gugulet.hu/explore" target="_blank"><img src="assets/media/git-link-512x512.webp" alt="Self-hosted ForgeJo instance with git repos"></a></div>
|
||||
<div><a href="https://linkedin.com/in/gugulet-hu" target="_blank"><img src="assets/media/linkedin-logo-512x512.webp" alt="Link to LinkedIn profile"></a></div>
|
||||
<!-- <div><a href="https://gugulet.hu" target="_blank"><img src="assets/media/download-link-256x256.webp" alt="Link to the home page"></a></div> -->
|
||||
<div><a href="assets/media/gugulethu-hlekwayo-v202602.pdf" target="_blank"><img src="assets/media/download-link-256x256.webp" alt="Link to download the PDF resume (860kb)"></a></div>
|
||||
</div>
|
||||
|
||||
<div class="faq-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue