From 06cd97a158ae81a4b598995b6daa422c173818aa Mon Sep 17 00:00:00 2001 From: Aolin Date: Sun, 8 Sep 2024 22:26:59 +0800 Subject: [PATCH] fix video width (#74) Signed-off-by: Aolin --- .../2024-07-10-building-productivity-tools-with-marimo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md b/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md index 0a5cd9b..593b45d 100644 --- a/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md +++ b/website/blog/2024-07-10-building-productivity-tools-with-marimo/2024-07-10-building-productivity-tools-with-marimo.md @@ -28,15 +28,15 @@ Let's dive into the tools I built using marimo: - [**Working Day Calculator**](https://tool.oreo.life/workcalc/): parses official holiday announcements from the General Office of the State Council and generates data for annual public holidays and compensatory working days in China. - + - [**Holiday Announcement Parser**](https://tool.oreo.life/holiparse/): calculates dates before or after a specified number of working days, taking into account official public holidays and compensatory working days in China. - + - **Automatic Release Scheduler**: streamlines the product release process by automatically scheduling tasks based on a given release date. - + ## From idea to implementation