Leandro Bighetti
Leandro Bighetti
in `config.exs` we should move this value to a env var
We need to define what the workflow is going to be for using the app. At this point it can be just a high-level one, without much details, but just...
Let's start simple. Perhaps it can be based on this bootstrap example https://getbootstrap.com/docs/4.0/examples/jumbotron/ From here user should be able to: * Learn more about the project * Signup * Login
As we can see the deployed version: http://www.littlealchemist.io/cerberus/ I put 3 pages on the Landing Page: `about`, `mentorships`, `hosting` but perhaps they can be united in one. Or perhaps they...
The menu is there, but doesn't work because normally bootstrap uses jQuery plugin. We need to implement the triggering of the menu by changing its classes
This will describe Hades Mentorship project * https://github.com/lbighetti/hades/ The goals, how it works and how to get involved.
A simple login page should be implemented. We can start from a Bootstrap template like https://getbootstrap.com/docs/4.0/examples/signin/ Converting that to elm with https://mbylstra.github.io/html-to-elm/ should be a good start.
Similar to #1 but with a few more things. We'll need at least `user`, `password` and `passwor_confirmation` and perhaps handle the case where email is already in use, passwords do...