Changes between Version 57 and Version 58 of Projects/Design


Ignore:
Timestamp:
12/01/14 08:11:00 (10 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Design

    v57 v58  
    194194
    195195For this task, you should:
    196 * Produce an actual Eden theme.
     196* Produce an actual Eden theme. You'll be adding a new directory here:[[br]]
     197  https://github.com/flavour/eden/tree/master/static/themes [[br]]
     198  Check with the mentors to pick a good directory name. Eventually, your new theme may replace the default theme.
    197199* Provide a better landing page.
    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!).
    202210
    203211Please read the rest of the information in [#DesignaSahanaEdenTheme Design a Sahana Eden Theme].