Skip to content

Commit

Permalink
fix video width (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Aolin <[email protected]>
  • Loading branch information
Oreoxmt authored Sep 8, 2024
1 parent 240198d commit 06cd97a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ReactPlayer playing controls url='/img/workcalc-demo.mp4' />
<ReactPlayer playing controls url='/img/workcalc-demo.mp4' width="100%" height="auto" />

- [**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.

<ReactPlayer playing controls url='/img/holiparse-demo.mp4' />
<ReactPlayer playing controls url='/img/holiparse-demo.mp4' width="100%" height="auto" />

- **Automatic Release Scheduler**: streamlines the product release process by automatically scheduling tasks based on a given release date.

<ReactPlayer playing controls url='/img/autosched-demo.mp4' />
<ReactPlayer playing controls url='/img/autosched-demo.mp4' width="100%" height="auto" />

## From idea to implementation

Expand Down

0 comments on commit 06cd97a

Please sign in to comment.