I get an SSL error when clicking on your site link. https://qrohlf.com/
Same here
You attempted to reach qrohlf.com, but instead you
actually reached a server identifying itself as
www.github.com. This may be caused by a misconfiguration
on the server or by something more serious. An attacker
on your network could be trying to get you to visit a
fake (and potentially harmful) version of qrohlf.com.
Gorgeous! I've been using http://cl.ly/image/0S0X0V3F2H2K for the last few years and looking for similar, nicely colored images to swap into a rotation. I had two fun thoughts w/r/t your code:
Something similar is used by https://peerlibrary.org/ on their homepage’s background, except that over there the pattern is dynamically being animated — to great effect.
Something similar is used by https://peerlibrary.org/ on their homepage’s background, except that over there the pattern is dynamically being animated — to great effect.
That's super slick - but it pretty much makes the site unusable on my phone with all the rendering that's constantly being done on the UI thread.
Gorgeous! I've been using http://cl.ly/image/0S0X0V3F2H2K for the last few years and looking for similar, nicely colored images to swap into a rotation. I had two fun thoughts w/r/t your code: * How would you feel about using https://kuler.adobe.com/ for color palettes? * Would it be possible to make the patterns repeatable or tile-able?
You can use any color palette you want! The whole thing is packaged up as a drop-in javascript library.
As for tiling, it's definitely possible but it wouldn't look very good with the gradient palettes - you'd have to use a randomized palette for the tiling to look natural. I'm probably not going to make those changes, but feel free to send a pull request!