purescript.github.io
purescript.github.io copied to clipboard
Project Homepage
Thank you so much for maintaining PureScript, everything works really well :-)
## Solution Solution taken from Fixes #154 ## Demo https://user-images.githubusercontent.com/13085980/216600194-2a9b50ef-c1d8-4f06-8038-e1fcdd499432.mp4
Not a big deal, but it would have helped me figuring out where the source code of the official website is hosted, if the name would have been `purescript.org`, and...
The video shows that the start page haskell.org behaves glitchy on mobile. You can scroll horizontally, but you shouldn't be able to. This doesn't result in a terrible user experience,...
CSS variables have [95% support on caniuse.com](https://caniuse.com/?search=css%20variables). These variables are particularly useful for theming: a set of variables representing colors, fonts, font sizes, spacing units, and more can be used...
Reported by @kurtmilam in slack. https://purescript.org gets you an SSL error because you’re presented with a cert which is only valid for github.com (according to some environments). > My environment...
I don't think we need the carousel for the code examples on larger screens. It might be nice to space things out a bit. Here is something I came up...