elixir-on-docker icon indicating copy to clipboard operation
elixir-on-docker copied to clipboard

Create a nice homepage

Open CrowdHailer opened this issue 7 years ago • 4 comments

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.

CrowdHailer avatar Oct 31 '17 11:10 CrowdHailer

Mind if I worked on this? fairly new to open source, so any requirements you'd like added I'd try and implement it

ODAVING avatar Oct 10 '19 21:10 ODAVING

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.

CrowdHailer avatar Oct 11 '19 18:10 CrowdHailer

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 :)

ODAVING avatar Oct 11 '19 19:10 ODAVING

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

CrowdHailer avatar Oct 12 '19 09:10 CrowdHailer