https://github.com/leolanese/software-lab
This is a Lab playground.
https://github.com/leolanese/software-lab
css javascript
Last synced: about 2 months ago
JSON representation
This is a Lab playground.
- Host: GitHub
- URL: https://github.com/leolanese/software-lab
- Owner: leolanese
- License: mit
- Created: 2014-03-30T11:21:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T14:08:12.000Z (over 2 years ago)
- Last Synced: 2025-02-24T12:11:36.055Z (2 months ago)
- Topics: css, javascript
- Language: CSS
- Homepage:
- Size: 10.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### My Software Lab
------I'm Leo Lanese (@leolaneseltd), here you could find my Lab.
Containing test with new trends, inside the code you can find a lot of comments.
These comments are there to help, and lead us to create a better code.
If you find a bug or a better way to improve the code, please let me know. I'm happy to fix and improve the
code together :)# Web Code
http://leolanese.github.io/lab/# Skills I have used (the usual suspects):
- javascript
- HTML5
- CSS3# Tools I have used:
- node.js
├── grunt
├── compass
├── jshint
├── requirejs
├── sass
├── watch
└── ngmin- Grunt.js
├── grunt.loadNpmTasks('grunt-contrib-watch');
├── grunt.loadNpmTasks('grunt-contrib-requirejs');
├── grunt.loadNpmTasks('grunt-contrib-jshint');
├── grunt.loadNpmTasks('grunt-contrib-sass');
├── grunt.loadNpmTasks('grunt-contrib-compass');
├── grunt.loadNpmTasks('grunt-contrib-csslint');
└── grunt.loadNpmTasks('grunt-ngmin');- Bower.js
├── angular#1.2.16
├── jquery#1.10.2 (latest is 2.1.1-rc2)
├── modernizr#2.6.3 (latest is 2.7.2)
├── normalize-css#3.0.1 extraneous
├── requirejs#2.1.11 extraneous
└── requirejs-text#2.0.12 extraneous# Libraries:
rwd-reset.css (https://github.com/sirwilliam/rwd-reset)# IDE
WebStorm 10# TEST
Large: Chrome, safari
Medium: Chrome, safari, iPad
Small: iPhone5s---
### Thanks!
> { 'Leo Lanese',
'Building Inspiring Responsive Reactive Solutions',
'London, UK' }##### Twitter @LeoLaneseltd
##### Portfolio www.leolanese.com
##### DEV.to dev.to/leolanese
##### Blog: leolanese.com/blog
##### Questions / Suggestion / Recommendation: [email protected]