198 | | * Provide a better overall page layout. |
199 | | * Design a better appearance. Try to control the appearance mainly through CSS rather than hard-coding it into the HTML. |
200 | | * Check that your design works with all the standard page types (see [#DesignaSahanaEdenTheme Design a Sahana Eden Theme]): |
201 | | * You can include more page layouts if they are important to your design (or you'd like to show your accomplishments!). |
| 200 | * Provide a better overall page layout. This will go in a new template (or be used in the current default template), but that is not part of this task, so you can add a new template directory here:[[br]] |
| 201 | https://github.com/flavour/eden/tree/master/private/templates/ [[br]] |
| 202 | with the same name as your theme directory. Add a "views" subdirectory there, and put your new layout.html and footer.html there.[[br]] |
| 203 | You can look at the current default files here:[[br]] |
| 204 | https://github.com/flavour/eden/tree/master/private/templates/default/views/ |
| 205 | * Design a better appearance. Try to control the appearance mainly through CSS rather than hard-coding it into the HTML. Look at the other themes |
| 206 | to get an idea of what files you need to provide:[[br]] |
| 207 | https://github.com/flavour/eden/tree/master/static/themes [[br]] |
| 208 | * Check that your design works with all the standard page types (see [#DesignaSahanaEdenTheme Design a Sahana Eden Theme]), e.g. list pages, create pages, etc. |
| 209 | * You can include more page designs (e.g. module landing pages, dashboards, profile pages) if they are important to your design (or you'd like to show your accomplishments!). |