Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix video width #74

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading