Description
I'm submitting a ... (check one with "x")
- bug report
- feature request
- support request => Please do not submit support requests here, instead ask your query in out Gitter channel at https://gitter.im/fossasia/meilix
Actual Behaviour
The website directly takes us to the page that has the form with no information about what meilix or meilix generator is and what it does.
Expected Behaviour
Would be great to have an index page that tells people what meilix is and how meilix generator can be used. We could redirect the users on to the form through the route /build-iso
or something like that wherein they fill the form and build their own ISOs.
Steps to reproduce it
Just visit the website. Directly takes us to the page with form.
Other information:
All we need to do now is create a new page and transfer the form code (content of index.html) on to that page and then replace the index.html page with basic description about meilix and meilix generator.
The content of index.html currently, can be transferred on to a new page that we create, probably, build-iso.html
In the app.py file we'll have to add a new route (/build-iso
) that can render the template of build-iso.html. In /
we render the template of index.html with a redirection to /build-iso
.
This, I think, would make the site look more professional. Would make more sense for the user to see what meilix is first.
Would you like to work on the issue?
Yes, I'd like to work on this.