Changes between Version 19 and Version 20 of Projects/Design


Ignore:
Timestamp:
11/24/13 01:39:25 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Design

    v19 v20  
    6969See [wiki:DeveloperGuidelines/Themes]
    7070
     71A theme for a web site provides the "look and feel" of the pages. It gives the overall layout for pages -- it tells where major page elements, like navigation controls, menu bars, side bars, footer, are placed. It specifies colours and backgrounds and logos. Most web sites, Eden included, have several different types of pages that display data from the server's database or provide forms and controls for user interaction -- the theme determines the general layout and page elements for each type of page, independent of the actual data shown.
     72
    7173Ideally we're looking for:
    7274* A new 'base' theme that could be adapted for use by various organizations, and easily built upon foe branding.
     
    8082The design of Sahana Eden could be enhanced greatly with everything from a better colour scheme (for example, the grey menu blends into the browser which is confusing) to making more efficient use of space.  If you're more of a web designer than programmer, your input is greatly needed. If you could come up with static designs for the following pages, or programmers can do their thing and make Sahana Eden beautiful. If you can design and program, even better!
    8183
    82 Try producing designs for these pages -- they cover the main page types in Eden:
     84Try producing a design for each of these pages -- they cover the main page types in Eden:
    8385
    8486 * Home Page - http://demo.eden.sahanafoundation.org/eden/
     
    9395  * [http://eden.sahanafoundation.org/attachment/wiki/ProjectInformation/Sahana%20Eden%20-%20Components.jpg]
    9496
    95 Please share the image files and the original design files (preferably an open standard)
    96 
    9797 * Review CSS & layout.py for different themes to avoid duplication -- try for something unique.
    9898 * Ensure that elements have consistent design & class/id tags and can easily be customized
     
    102102  * Fonts
    103103  * Throbbers
    104  * Use class/id tags which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / JQueryUI to support easy re-theming (Can copy bootstrap) from https://github.com/flavour/eden/tree/master/private/templates/DRMP)
     104 * Use class/id tags which are consistent with [http://twitter.github.com/bootstrap/ Bootstrap] / [http://jqueryui.com/ JQueryUI] to support easy re-theming (Can copy bootstrap) from https://github.com/flavour/eden/tree/master/private/templates/DRMP)
    105105
     106Please share your CSS and HTML files and any images they need. If you have mockups or anything you'd like to point out about your theme, please include that too.
    106107=== Examples ===
    107108