Changes between Version 64 and Version 65 of Projects/Design
- Timestamp:
- 01/05/15 14:45:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Design
v64 v65 199 199 * Provide html files for a template. This will go in a new template (or be used in the current default template), but producing 200 200 a complete template is not part of this task, so you can just add a new template directory here:[[br]] 201 https://github.com/flavour/eden/tree/master/ private/templates/ [[br]]201 https://github.com/flavour/eden/tree/master/modules/templates/ [[br]] 202 202 with the same name as your theme directory. Add a "views" subdirectory there -- your new landing page and layout files can go there.[[br]] 203 203 * Provide a better landing page. This is called index.html, and it goes in the views directory you added above.[[br]] … … 207 207 * Provide a better overall page layout. The files for this are layout.html and footer.html.[[br]] 208 208 You can look at the current default files here:[[br]] 209 https://github.com/flavour/eden/tree/master/ private/templates/default/views/ [[br]]209 https://github.com/flavour/eden/tree/master/modules/templates/default/views/ [[br]] 210 210 There are also examples in the other templates. 211 211 * 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