Skip to content

Commit

Permalink
Merge pull request #2410 from mainmatter/add-kisters
Browse files Browse the repository at this point in the history
add KISTERS mini-case
  • Loading branch information
marcoow authored Jul 4, 2024
2 parents 36f478d + fbbece0 commit 8aaa5b9
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 7 deletions.
19 changes: 19 additions & 0 deletions src/cases/kisters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: case-study
company: POELLATH
problem:
KISTERS was looking for a way to move load transparently between their
servers, edge functions, and users' browsers.
solution:
We developed a prototype tool for them that runs the same Rust code on the
server, edge function, and browsers via WebAssembly.
tags: Launch your idea
description:
<p>KISTERS are experts in environmental monitoring, IT and data
management</p><p>We developed a prototype tool for them that runs the same
Rust code on the server as well as on an edge function and in the browser via
WebAssembly.</p>
hero:
tags: "architecture / Rust / WASM"
permalink: false
---
8 changes: 3 additions & 5 deletions src/rust-consulting.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ og:
{% from "image-aspect-ratio.njk" import imageAspectRatio %}
{% from "quote.njk" import quote %}
{% from 'featured-case-study.njk' import featuredCaseStudy %}
{% from "featured-case-studies.njk" import featuredCaseStudies %}
{%
set 'content' = {
"eyebrow": "Our Expertise: Rust",
Expand Down Expand Up @@ -250,11 +251,8 @@ og:
</div>
</section>

<div class="work container container--xl">
<ul class="work__list">
{{ featuredCaseStudy('aleph-alpha', 'black', 'work__featured-case-study') }}
</ul>
</div>
{% set clients = ['aleph-alpha', 'kisters'] %}
{{ featuredCaseStudies(clients, 'Browse our work') }}

<section class="my-10 container container--lg">
<div class="split-content">
Expand Down
4 changes: 2 additions & 2 deletions src/work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ eleventyImport:
<h2 class="work__title h5">Meet our clients</h2>
<ul class="work__list">
{{ featuredCaseStudy('aleph-alpha', 'purple', 'work__featured-case-study') }}
{{ clientCards(['sage', 'qonto']) }}
{{ clientCards(['kisters', 'qonto']) }}
{{ featuredCaseStudy('rail-europe', 'black', 'work__featured-case-study') }}
{{ clientCards(['auditboard', 'xbav']) }}
{{ featuredCaseStudy('qonto', 'purple', 'work__featured-case-study') }}
Expand All @@ -50,7 +50,7 @@ eleventyImport:
{{ clientCards(['timify', 'aleph-alpha']) }}
{{ clientCards(['ringler', 'dim3']) }}
{{ clientCards(['clark', 'rail-europe']) }}
{{ clientCards(['embedd']) }}
{{ clientCards(['sage', 'embedd']) }}
</ul>
</div>

Expand Down
16 changes: 16 additions & 0 deletions static/assets/images/logos/kisters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions static/assets/images/logos/monochrome/kisters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8aaa5b9

Please sign in to comment.