Ola
For the next part of my project, I need functionality for anyone to apply online to the college. So I thought perhaps for the first part, one can just be provided with a single screen for
1. Login
2. Register
3. Forgot Password and
4. Reset Password
And depending on what the user needs at a particular time, they can just select the tab they need.
To do this, we are using a single tab with containers inside. The tabs have a UL (unordered list) that contains 2 columns, 1 with 4 columns and another with 8 columns.
For each of the sections, a container is designed and through a data-toggler, the appropriate screen is shown. More functionality will be added to directly get/set data to a MySQL database.
Update: 2019-06-06
It seems feasible that due to this likely to be used on modile devices I might as well save space as much as I can.
For the next part of my project, I need functionality for anyone to apply online to the college. So I thought perhaps for the first part, one can just be provided with a single screen for
1. Login
2. Register
3. Forgot Password and
4. Reset Password
And depending on what the user needs at a particular time, they can just select the tab they need.
To do this, we are using a single tab with containers inside. The tabs have a UL (unordered list) that contains 2 columns, 1 with 4 columns and another with 8 columns.
For each of the sections, a container is designed and through a data-toggler, the appropriate screen is shown. More functionality will be added to directly get/set data to a MySQL database.
Update: 2019-06-06
It seems feasible that due to this likely to be used on modile devices I might as well save space as much as I can.
Last edited: