-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪 lab-site: Improve various unrelated aspects of the first labs (#407)
* Improve the HSL example to work with drag and flicker less * Add a video embed * Fix broken links to docs sites This merges the following commits: * build-tools: Re-write "/SUBDOMAIN/..." links in .htmlf files * lab-site: Rework interactive hsl example * lab: Add embedded and styled YouTube player to welcome page * lab-site: Ensure all links from notes open in new tab build-tools/site-gen/main.go | 19 +++--- frontend/lab/css/overrides.css | 9 +++ frontend/lab/samples/intro/circles.htmlf | 2 +- frontend/lab/samples/intro/coords.htmlf | 1 + frontend/lab/samples/intro/welcome.htmlf | 15 +++-- frontend/lab/samples/loops/hsl.evy | 73 +++++++++++++++++------- 6 files changed, 83 insertions(+), 36 deletions(-) Pull-request: #407
- Loading branch information
Showing
6 changed files
with
83 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters