aboutsummaryrefslogtreecommitdiff
path: root/static
Commit message (Collapse)AuthorAge
* Add hrefs to code keywordsDimitrii Dulgher2024-04-15
|
* Put nav at the bottom of the page, so it doesn't move around from lesson to ↵Jacob Fenton2024-04-03
| | | | lesson.
* Revert "Put nav at the bottom of the page, so it doesn't move around from ↵Louis Pilfold2024-04-01
| | | | | | lesson to lesson." This reverts commit 4d346ace41edd8a11fd90aa2928f801eea9b93a2.
* Put nav at the bottom of the page, so it doesn't move around from lesson to ↵Jacob Fenton2024-04-01
| | | | lesson.
* Remove off brand transitionsLouis Pilfold2024-03-26
|
* Remove unclickable button and off brand animationLouis Pilfold2024-03-26
| | | | | | | | Closes https://github.com/gleam-lang/language-tour/issues/69 It would be nice to bring this menu back on mobile, but it needs design work for where the button would be placed and to be implemented in a way that works on touch devices.
* Remove off-brand transitions and mobile UI breaking linkLouis Pilfold2024-03-26
|
* Improve introduction of modules and importsLouis Pilfold2024-03-26
| | | | Thanks @RyanBrewer317!
* style: tweak light accent color for better accessibilityJean-Nicolas Veigel2024-03-26
|
* style: tweak link colorJean-Nicolas Veigel2024-03-26
|
* fix: snippet link marginJean-Nicolas Veigel2024-03-26
|
* style: add breathing room between lesson paragraphsJean-Nicolas Veigel2024-03-26
|
* chore: seperate common page styles from lesson page stylesJean-Nicolas Veigel2024-03-26
|
* fix: FOUC on /everyting when on dark themeJean-Nicolas Veigel2024-03-26
|
* chore: move everything css to separate fileJean-Nicolas Veigel2024-03-26
|
* chore: format filesJean-Nicolas Veigel2024-03-26
|
* chore: format cssJean-Nicolas Veigel2024-03-26
|
* feat: highlight js gleam lang definitionJean-Nicolas Veigel2024-03-26
|
* chore: move highlight.js coreJean-Nicolas Veigel2024-03-26
|
* syntax highlight regexesJean-Nicolas Veigel2024-03-26
|
* style: add support for more color schemesJean-Nicolas Veigel2024-03-26
| | | | toggle between light & dark variants
* feat: atom one dark / light generic declarationJean-Nicolas Veigel2024-03-26
|
* feat(wip): add hljs for gleamJean-Nicolas Veigel2024-03-26
|
* fix(style): remove empty rulesetJean-Nicolas Veigel2024-03-26
|
* style: tweak colors, hovers & snipetsJean-Nicolas Veigel2024-03-26
|
* style: tweak light mode code blockJean-Nicolas Veigel2024-03-26
|
* style: replicate code bloc style, polish mobile table of contentsJean-Nicolas Veigel2024-03-26
|
* style: revert changes to playground & global navbarJean-Nicolas Veigel2024-03-26
|
* style: mobile table of contents overlayJean-Nicolas Veigel2024-03-26
|
* style: tweak dim-bg classJean-Nicolas Veigel2024-03-26
|
* feat(style): preserve style with original common colorsJean-Nicolas Veigel2024-03-26
|
* fix(css): revert common off-white colorJean-Nicolas Veigel2024-03-26
|
* fix: revert common.css changesJean-Nicolas Veigel2024-03-26
|
* style: more responsive & useful uiJean-Nicolas Veigel2024-03-26
|
* feat: add sugar, links, css & content to /everything pageJean-Nicolas Veigel2024-03-26
|
* Make content on single page (needs CSS and new name)Louis Pilfold2024-03-26
|
* Revert "fix nav-bar on MS Edge"Louis Pilfold2024-03-19
| | | | This reverts commit 783b978c5f828a8c7df489bf96be5568b0658382.
* fix nav-bar on MS EdgeRicardo Fernández Serrata2024-03-19
| | | fixes #46
* Add homepage linkdomnantas2024-03-11
|
* Add dark mode support (#26)Filip Figiel2024-03-06
|
* feat: use the new v1 logoFilip Figiel2024-03-05
|
* Update to Gleam v1.0.0Louis Pilfold2024-03-04
|
* SimplifyLouis Pilfold2024-01-23
|
* Fix race condition in webworker logic (hopefully)Daniel Sherlock2024-01-23
|
* Fix pathLouis Pilfold2024-01-19
|
* Avoid flooding the workerLouis Pilfold2024-01-19
|
* Run compiler and code in web workerLouis Pilfold2024-01-19
|
* Missing keywordsLouis Pilfold2024-01-18
|
* RenameLouis Pilfold2024-01-18
|
* Multiline stringsLouis Pilfold2024-01-16
| | | | Closes https://github.com/gleam-lang/try-gleam/issues/3