Skip to content

Commit

Permalink
add KISTERS mini-case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed May 15, 2024
1 parent 7365981 commit e1dedec
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
17 changes: 17 additions & 0 deletions src/cases/kisters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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>
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 @@ -249,11 +250,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
3 changes: 2 additions & 1 deletion src/work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ eleventyNavigation:
<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 @@ -48,6 +48,7 @@ eleventyNavigation:
{{ clientCards(['timify', 'aleph-alpha']) }}
{{ clientCards(['ringler', 'dim3']) }}
{{ clientCards(['clark', 'rail-europe']) }}
{{ clientCards(['sage']) }}
</ul>
</div>

Expand Down
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 e1dedec

Please sign in to comment.