Skip to content

Commit

Permalink
Product masterclass (#16)
Browse files Browse the repository at this point in the history
* draft

* figure shortcode fallback

* fix image
  • Loading branch information
klausbreyer committed Jan 30, 2025
1 parent f266b81 commit aa1456f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
start:
hugo server --buildDrafts & ./tailwindcss -i ./assets/css/tailwind.css -o ./static/css/tailwind.css --watch
hugo server & ./tailwindcss -i ./assets/css/tailwind.css -o ./static/css/tailwind.css --watch

build:
HUGO_ENVIRONMENT=production hugo --minify
Expand Down
22 changes: 22 additions & 0 deletions content/posts/2025-product-masterclass-edding/index.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Product Masterclass: B2B SaaS bei edding – mit interdisziplinären Teams "
date: 2025-01-30
categories: ["Leadership"]
image: preview.de.jpg
social: https://www.linkedin.com/events/warumnicht-digitalefirmenkeined7287516741629321216/comments/
---

![](preview.de.jpg)

Bei einer LinkedIn Live-Session von [Product Masterclass](https://www.product-masterclass.com/de) erzählte ich gemeinsam mit **Boontham Temaismithi (CDO)**, wie wir **B2B SaaS bei edding** aufsetzen.

Worüber wir sprechen, ist nicht nur für den Mittelstand relevant – auch Startups können beim Thema interdisziplinäre Kollaboration wertvolle Erkenntnisse mitnehmen.

**Was wir behandelt haben:**

- Die häufigsten Stolpersteine bei der Entwicklung digitaler Produkte
- Konkrete Ansätze, die wirklich funktionieren – und warum sie entscheidend sind
- Schlüsselmomente aus der Transformation bei edding
- Praktische Beispiele, wie digitale Innovation bei edding operativ umgesetzt wird

{{< youtube aYgwPgEceBs >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions layouts/partials/side.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ <h3 class="mb-2 text-xl font-bold ">Newsletter</h3>

<li class="">
<a class=" text-primary hover:underline" href="{{ .Permalink }}">
{{/* {{ .Date.Format "2006-01-02" }} | */}}
{{ .Title }}</a>
</li>

{{ end }}

</ul>
Expand Down
4 changes: 4 additions & 0 deletions layouts/shortcodes/youtube.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="relative w-full pb-[56.25%] h-0">
<iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube-nocookie.com/embed/{{ .Get 0 }}" frameborder="0" allowfullscreen>
</iframe>
</div>

0 comments on commit aa1456f

Please sign in to comment.