{"id":18687828,"url":"https://github.com/jorgechato/funbootstrap","last_synced_at":"2026-01-24T22:40:28.910Z","repository":{"id":84530203,"uuid":"58063067","full_name":"jorgechato/funbootstrap","owner":"jorgechato","description":"Playing around bootstrap, less and node. Building a landing page of a random company with 4 links and \"lorem ipsum\" content","archived":false,"fork":false,"pushed_at":"2016-05-08T17:37:37.000Z","size":2539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T20:06:20.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://funbootstrap.herokuapp.com/","language":"HTML","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/jorgechato.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-04T15:27:46.000Z","updated_at":"2016-05-08T17:37:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc90f0a7-6d4f-446d-b4b6-00c6afe35568","html_url":"https://github.com/jorgechato/funbootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorgechato/funbootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Ffunbootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Ffunbootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Ffunbootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Ffunbootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgechato","download_url":"https://codeload.github.com/jorgechato/funbootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Ffunbootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-07T10:34:29.145Z","updated_at":"2026-01-24T22:40:28.896Z","avatar_url":"https://github.com/jorgechato.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FrunBootstrap\n\n# Demo\nhttps://funbootstrap.herokuapp.com/\n\n# Production\n## Install\n```zsh\nnpm install --production\n```\n## Run\n```zsh\nnode index.js #or forever index.js\n```\n# Develop\n## Install\n```zsh\nnpm install\nbower install\n```\n## Run\n```zsh\ngulp\n```\n# Ressources\n## Color\n```less\n@nav-color : #BDBDBD;\n@sky : #6caff1;\n@red : #ff5967;\n@orange : #ff794d;\n@blue : #5082e5;\n@purple : #be5fb6;\n@darkpink : #ff5867;\n@lightblue : #33ccbe;\n@yellow : #ffaf40;\n@green : #68bf60;\n@black : #262626;\n@grey : #464646;\n@inputgrey : #ccc;\n@lightgrey : #b2b2b2;\n@basegrey : #e4e4e4;\n@darkerwhite : #f6f5f6;\n@lime : #cccc52;\n@purpleblue : #7870cc;\n@bluegrey : #548899;\n@basewhite : #fff;\n@mainColor : @black;\n```\n## Font\n```less\n@import url(\"//fonts.googleapis.com/css?family=Lato:300,400,700\");\n@import \"font-awesome\";\n```\n\n# Technology\n+ *Backend* Node.js\n+ *Style*\n  + Normalice.css\n  + bootstrap 3\n+ *Template Engine* swig\n\n# Structure\n```zsh\n.\n├── bower.json\n├── dist          # production folder\n│   ├── assets\n│   │   └── img\n│   │       ├── 1.jpg\n│   │       ├── 2.jpg\n│   │       ├── 3.jpg\n│   │       ├── 4.jpg\n│   │       ├── favicon.ico\n│   │       ├── logo.png\n│   │       └── ...\n│   ├── fonts\n│   │   ├── emoticons.eot\n│   │   ├── emoticons.svg\n│   │   ├── emoticons.ttf\n│   │   ├── emoticons.woff\n│   │   ├── FontAwesome.otf\n│   │   ├── fontawesome-webfont.eot\n│   │   ├── fontawesome-webfont.svg\n│   │   ├── fontawesome-webfont.ttf\n│   │   ├── fontawesome-webfont.woff\n│   │   └── fontawesome-webfont.woff2\n│   ├── scripts\n│   │   ├── base.min.js\n│   │   └── vendor.min.js\n│   ├── style\n│   │   ├── base.min.css\n│   │   └── vendor.min.css\n│   └── views    # views compressed by node in server side\n│       ├── activities.html\n│       ├── contact.html\n│       ├── elements\n│       │   ├── footer.html\n│       │   └── nav.html\n│       ├── events.html\n│       ├── index.html\n│       └── _layout.html\n├── gulpfile.js\n├── index.js    # Server\n├── package.json\n├── Procfile\n├── README.md\n└── src         # develop folder\n    ├── scripts\n    ├── style\n    │   ├── import.less\n    │   ├── split\n    │   │   ├── _base.less\n    │   │   ├── _footer.less\n    │   │   └── _header.less\n    │   └── _variables.less\n    └── views\n        ├── activities.html\n        ├── contact.html\n        ├── elements\n        │   ├── footer.html\n        │   └── nav.html\n        ├── events.html\n        ├── index.html\n        └── _layout.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Ffunbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgechato%2Ffunbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Ffunbootstrap/lists"}