elixir-on-docker
elixir-on-docker copied to clipboard
Create a nice homepage
The homepage template is incredibly bare bone. https://github.com/CrowdHailer/elixir-on-docker/blob/master/www/lib/www/home_page.html.eex
It should be extended and receive some simple styling.
Mind if I worked on this? fairly new to open source, so any requirements you'd like added I'd try and implement it
Hi, nice to here from you. Go for it.
perhaps for some context, I should mention I am not actively working on this project. You might be intersted in looking at raxx_kit. that is a project generator that also has a docker option.
Oh I see, I'll take a look at that project as well. Let me know how you feel about the PR I did for this, and if you would like any revisions :)
Hi, thanks for the PR. Because it's such a small page I would rather we didn't have to use any JS or rely on assets from CDN's, relying on the wild internet means that local development is messed up if you don't have the internet. I'm often working on a train and it's just not good to use the WiFi.
If you were to find a smaller CSS framework such that it could be added to the project that would be an approach which I think would fit better for this project