Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bumbu/template-slicing
Template slicing from PSD and AI to HTML, CSS and JS
https://github.com/bumbu/template-slicing
Last synced: about 1 month ago
JSON representation
Template slicing from PSD and AI to HTML, CSS and JS
- Host: GitHub
- URL: https://github.com/bumbu/template-slicing
- Owner: bumbu
- Created: 2012-09-21T01:25:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-05T17:34:14.000Z (about 12 years ago)
- Last Synced: 2024-10-14T04:44:07.150Z (3 months ago)
- Language: JavaScript
- Homepage: http://bumbu.github.com/Template-Slicing
- Size: 6.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template Slicing
=================This is an example of template slicing (AI/PSD to HTML).
[I](http://bumbu.ru) made it public to show to potential employers, friends and anybody else how I'm doing slicing. Also this project will force me to learn by refactoring.
Compiled version of sliced page is [here](http://bumbu.github.com/Template-Slicing/)
Used technologies
----------* [Less css preprocessor](http://lesscss.org/])
* [HTML5 Boilerplate](http://html5boilerplate.com/)
* few [Twitter Bootstrap](http://twitter.github.com/bootstrap/) .less sources
* [jQuery](http://jquery.com/)Tested browsers
----------* IE 8
* Opera
* Chrome
* Firefox
* Android browserBrowsers to fix
----------* IE 7
* iPad SafariToDos
-----------* selects (js)
* carousel (js)
* header submenu (html and js)
* mobile dropdown menu (html and js)
* use fonts as in AI
* add Licence
* clearup imported less
* clearup lessVersions
----------
### v0.4 (in dev)### v0.3
* Added mobile template framework### v0.2
* Added tablets template framework### v0.1
* Added desktop template framework### Initial commit
* Added lage layout
* Added normalize.css
* Added jQuery.js
* Added less.js
* Added modernizr.js