https://github.com/flexbox/star-wars-images
Responsive images with respond-to media query
https://github.com/flexbox/star-wars-images
Last synced: 4 months ago
JSON representation
Responsive images with respond-to media query
- Host: GitHub
- URL: https://github.com/flexbox/star-wars-images
- Owner: flexbox
- License: gpl-2.0
- Created: 2015-05-10T14:56:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T14:58:51.000Z (about 10 years ago)
- Last Synced: 2025-01-10T03:19:13.196Z (6 months ago)
- Language: Ruby
- Homepage: http://flexbox.github.io/star-wars-images/
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# star-wars-images
Reponsive images with star wars characters based on [codeless](https://github.com/fexbox/codeless).
###### Preprocessing
- [Slim](http://slim-lang.com) *[for html]*
- [Sass](http://sass-lang.com) *[for css]*
- [CoffeeScript](http://coffeescript.org) *[for js]*###### Tools
- [Bower](http://bower.io) *[js package management]*
- [GitHub Pages](http://pages.github.com) *[deployment/hosting]*
- [Middleman Autoprefixer](https://github.com/middleman/middleman-autoprefixer) *[Automatically add vendor prefixes to CSS rules]*
- [Middleman Favicon Maker](https://github.com/follmann/middleman-favicon-maker) *[Generate favicon files in various sizes]*
- [Middleman Live Reload](https://github.com/middleman/middleman-livereload) *[Reloads the page when files change]*## Getting Started
Install
bundle install
Start the project
middleman server
## Bower
Find and install the packages you need…
bower search PACKAGE_NAME
bower install ACTUAL_PACKAGE_NAME -S`@import 'folder/file'` - *for css files*
## Contributing
If you have problems, please create a [GitHub Issue](https://github.com/flexbox/codeless/issues).
Have a fix or want to add a feature? [Pull Requests](https://github.com/flexbox/codeless/pulls) are welcome!
## Author
| [](https://twitter.com/_flexbox "Follow @_flexbox on Twitter") |
|---|
| [David Leuliette](http://davidl.fr/) |## License
This project is free software, and may be redistributed under [GNU/GPL license](LICENSE.md).