{"id":20832245,"url":"https://github.com/scbd/scbd-branding","last_synced_at":"2026-03-11T08:02:11.731Z","repository":{"id":58226682,"uuid":"51089014","full_name":"scbd/scbd-branding","owner":"scbd","description":"SCBD Branding Directives","archived":false,"fork":false,"pushed_at":"2018-09-24T14:23:02.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-02-16T14:24:08.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-04T16:31:05.000Z","updated_at":"2018-09-24T14:23:04.000Z","dependencies_parsed_at":"2022-08-31T05:22:02.586Z","dependency_job_id":null,"html_url":"https://github.com/scbd/scbd-branding","commit_stats":null,"previous_names":["scbd/scbd-angularjs-branding"],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/scbd/scbd-branding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fscbd-branding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fscbd-branding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fscbd-branding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fscbd-branding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scbd","download_url":"https://codeload.github.com/scbd/scbd-branding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fscbd-branding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30375478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: 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-18T00:10:55.755Z","updated_at":"2026-03-11T08:02:11.714Z","avatar_url":"https://github.com/scbd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# scbd-angularjs-branding   \n\nA collection of AngularJS directives used to create consistent branding among SCBD sites.\n\n\nAssumed dependancies: app(as angular project), requirejs, requiretext, requirecss, fontawsome, bootstrap, bootstrap-theme.  It is also assumed that all projects using this app will be storing their bower_components\nin /app/libs/.\n\nMotivation for this could be any of the following:\n\n- central repo for all shared scbd site branding\n- less man hours maintaining updating individual projects\n\n\n# Installation\n\nInstall via Bower:\n\n```bash\nbower install scbd-angularjs-branding\n```\n\n\n# Usage\n\nAdd the package to use to your boot.js file's requirejs plugins config:\nSee: https://github.com/scbd/plevra.cbd.int/blob/master/app/boot.js\n```javascript\npackages: [\n      { name: 'scbd-branding', main: 'main', location : 'libs/scbd-angularjs-branding' },\n]\n```\n\n\nTo use the package's directives components in your scbd project simply define as shown below:\n\n```javascript\ndefine(['app',\n'scbd-branding/header',\n'scbd-breanding/footer'], function(app, $) {\n    app.controller('TemplateController', ['$scope', '$rootScope', '$window', '$location', 'authentication',  'realm', function($scope, $rootScope, $window, $location, authentication,  realm) {\n```\n\nand you're good to go.\n\n\n\n# Directive Structure\n\neach directive has a corresponding template and css file\n\n```javascript\n-header\n  |--account\n      |--login\n  |--accounts-validation\n  |--locale\n  |--xuser-notifications-icon\n-xuser-notifications\n-footer\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fscbd-branding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscbd%2Fscbd-branding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fscbd-branding/lists"}