Available pages:
All pages have to be made in Bootstrap only.
To work on this,
- Open issue with title :
New page proposal : org : <page name>
- Show layout of page by creating containers, rows, and columns by creating them in bootstrap, and share the code by uploading it on your personal github profile. All components should be inside respective cards.
- Share the link of the file uploaded / html preview ( or using github pages) in the issue description.
- Wait for approval.
- Start working once approved.
What to do when accepted
As the frontend submissions are being done relatively fast right now, I've created a separate repository to keep all the work we have finalized. i.e. ready to be integrated.
Those submissions that have been marked as accepted, change the code links (script tags, link tags, image tags) to ensure the following points
- Ensure that all css are there in assets/css
- Ensure that all js are there in assets/js
- Ensure that all images are there in assets/images
- Ensure that all fonts are there in assets/fonts
- Each module should have it's own folder. For example, user module must have it's files in /user directory.
and send a pull request to https://github.com/LockedUp-Coders/user-interface
Make a pull request only when your issue has been marked as "accepted"
How to close your child issue
Make sure that you add the text "Child of #48" in the issue body so that it is linked to this issue.
Available pages:
All pages have to be made in Bootstrap only.
To work on this,
New page proposal : org : <page name>What to do when accepted
As the frontend submissions are being done relatively fast right now, I've created a separate repository to keep all the work we have finalized. i.e. ready to be integrated.
Those submissions that have been marked as accepted, change the code links (script tags, link tags, image tags) to ensure the following points
and send a pull request to https://github.com/LockedUp-Coders/user-interface
Make a pull request only when your issue has been marked as "accepted"
How to close your child issue
Make sure that you add the text "Child of #48" in the issue body so that it is linked to this issue.