{"id":27968682,"url":"https://github.com/ging/fi-ware-style-guide-v.3","last_synced_at":"2025-06-26T12:34:06.462Z","repository":{"id":14870405,"uuid":"17593867","full_name":"ging/FI-WARE-Style-guide-v.3","owner":"ging","description":"FI-WARE Style guide replace and extend the last version of FI-WARE Style guide.","archived":false,"fork":false,"pushed_at":"2014-06-03T07:12:11.000Z","size":9096,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-07T21:06:28.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ging.github.io/FI-WARE-Style-guide-v.3/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ging.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-10T13:41:41.000Z","updated_at":"2014-06-03T07:12:11.000Z","dependencies_parsed_at":"2022-09-05T21:30:44.604Z","dependency_job_id":null,"html_url":"https://github.com/ging/FI-WARE-Style-guide-v.3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ging/FI-WARE-Style-guide-v.3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2FFI-WARE-Style-guide-v.3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2FFI-WARE-Style-guide-v.3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2FFI-WARE-Style-guide-v.3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2FFI-WARE-Style-guide-v.3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ging","download_url":"https://codeload.github.com/ging/FI-WARE-Style-guide-v.3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2FFI-WARE-Style-guide-v.3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262068555,"owners_count":23253838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T21:06:27.473Z","updated_at":"2025-06-26T12:34:06.420Z","avatar_url":"https://github.com/ging.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"FI-WARE-style-guide  \n============================\n Bootstrap 3 implementation\n____________________________\n\u003cpre\u003e\n\u003ccode\u003e\nassets/\n  ├── bootstrap/\n  │   ├── css/\n  │   │  ├── bootstrap.css\n  │   │  ├── bootstrap.min.css\n  │   │  ├── docs.min.css\n  │   │  └── sticky-footer-navbar.css\n  │   │\n  │   ├── fonts/\n  │   │   ├── glyphicons-halflings-regular.eot\n  │   │   ├── glyphicons-halflings-regular.svg\n  │   │   ├── glyphicons-halflings-regular.ttf\n  │   │   └── glyphicons-halflings-regular.woff\n  │   │\n  │   └── js/\n  │       ├── bootstrap.js\n  │       ├── bootstrap.min.js\n  │       └── jquery.min.js\n  │\n  │  \n  │\n  ├── bootstrap-rewrite/\n  │   └── css/\n  │      └──bootstrap-rewrite.css\n  │\n  │\n  ├── addons/\n  │   ├── backstretch/\n  │   │  ├── css\n  │   │  │  └── backstretch.css\n  │   │  ├── img\n  │   │  │  ├── backstretch-example1.jpg\n  │   │  │  ├── backstretch-example2.jpg\n  │   │  │  └── backstretch-example3.jpg\n  │   │  └── js\n  │   │         └── jquery.backstretch.min.js\n  │   │\n  │   │\n  │   ├── font awesome/\n  │   │  ├── css/\n  │   │  │  └── font-awesome.min.css\n  │   │  └── fonts/\n  │   │     └── font-awesome webfont.css\n  │   │\n  │   │\n  │   ├── maxlength/\n  │   │  └── js\n  │   │     └── bootstrap-maxlength.min.css\n  │   │\n  │   │\n  │   ├── tour/\n  │   │  ├── css\n  │   │  │  └── bootstrap-tour.min.css\n  │   │  └── js\n  │   │     └── bootstrap-tour.min.js\n  │   │\n  │   │\n  │   └── select2/\n  │      ├── css\n  │      │  └── select2.css\n  │      └── js\n  │         └── select2.js\n  │\n  │\n  ├── FI-WARE/\n  │   ├── css/\n  │   │  ├── fonts.css\n  │   │  └── docs.css\n  │   │\n  │   ├── fonts/\n  │   │  ├── neotechstd-medium webfont\n  │   │  └── neotechstd-regular webfont\n  │   │\n  │   ├── img/\n  │   │  ├── FI-WARE style guide\n  │   │  │  ├── getting_started\n  │   │  │  │  └── responsive-illustrations.png\n  │   │  │  ├── index\n  │   │  │  │  ├── ribon_index.png\n  │   │  │  │  └── texture-text-mask.jpg\n  │   │  │  ├── javascript\n  │   │  │  │  ├── carousel-01.jpg\n  │   │  │  │  ├── carousel-02.jpg\n  │   │  │  │  └── carousel-03.jpg\n  │   │  │  ├── identity\n  │   │  │  │  └── brand.jpg\n  │   │  │  └── wordpress\n  │   │  │     └── examples\n  │   │  │        ├── by-admin.jpg\n  │   │  │        ├── index_FI-LAB.jpg\n  │   │  │        └── post and comments.jpg\n  │   │  └── logos\n  │   │     ├── header-logo-index.png\n  │   │     ├── header-logo.png\n  │   │     └── ico\n  │   │        ├── apple-touch-icon-57-precomposed.png\n  │   │        ├── apple-touch-icon-72-precomposed.png\n  │   │        ├── apple-touch-icon-144-precomposed.png\n  │   │        └── favicon.ico\n  │   │\n  │   └── js/\n  │      └── jquery.js\n  │\n  └── download/\n      └── typography\n         ├── neotechstd-medium.zip\n         └── neotechstd-regular.zip\n\u003c/code\u003e\n\u003c/pre\u003e                                \n                                  \n                                  \n                                  \n                                  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Ffi-ware-style-guide-v.3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fging%2Ffi-ware-style-guide-v.3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Ffi-ware-style-guide-v.3/lists"}