muslih / noname

Just for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Framework Current directory structure:

Framework
    ├── apple-touch-icon-precomposed.png
    ├── config.rb
    ├── crossdomain.xml
    ├── favicon.ico
    ├── Guardfile
    ├── humans.txt
    ├── index.html
    ├── public
    │   ├── css
    │   │   ├── ie.css
    │   │   ├── main.css
    │   │   ├── normalize.css
    │   │   ├── print.css
    │   │   └── screen.css
    │   ├── img
    │   └── js
    │       ├── main.js
    │       ├── plugins.js
    │       └── vendor
    │           ├── jquery-1.10.2.min.js
    │           └── modernizr-2.6.2.min.js
    ├── README.md
    ├── robots.txt
    └── src
        ├── coffee
        │   └── js.coffee
        └── scss
            ├── basis
            │   ├── _ie.scss
            │   ├── _normalize.scss
            │   ├── _print.scss
            │   └── _screen.scss
            ├── helpers
            ├── komponen
            ├── main.scss
            ├── tata_letak
            ├── tema
            └── vendor

    14 directories, 24 files

About

Just for fun


Languages

Language:CSS 80.6%Language:HTML 10.9%Language:Ruby 5.6%Language:JavaScript 2.9%