├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Gemfile ├── Gemfile.lock ├── LICENSE.md ├── README.md ├── _articles └── framework.md ├── _config.yml ├── _includes ├── contents.html ├── footer.html └── navigation.html ├── _layouts ├── default.html ├── home.html └── page.html ├── acknowldgements.md ├── canvas.md ├── community-calls ├── olf-community-call-3.mp3 ├── olf-community-call-4.mp3 ├── olf-community-call-6.mp3 └── olf-community-call-7.mp3 ├── contents.html ├── css ├── main.css ├── mofo-bootstrap.css └── syntax.css ├── decision-log.md ├── global-sprint-coaching └── etherpad-template.txt ├── il8n ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── decision-log.md ├── framework.md └── images │ ├── Working-open-header.jpg │ ├── cc-logo.svg │ ├── footer-icon-conduct.svg │ ├── footer-icon-email.svg │ ├── footer-icon-github.svg │ ├── footer-icon-help.svg │ ├── footer-icon-irc.svg │ ├── footer-icon-terms.svg │ ├── footer-icon-twitter.svg │ ├── moz-logo-main-rgb.png │ ├── moz-logo-white.png │ ├── olm-build.png │ ├── olm-canvas.png │ ├── olm-design.png │ ├── olm-empower.png │ ├── olm-framework-bw.png │ ├── olm-toc.png │ └── why-open-table.png ├── images ├── Working-open-header.jpg ├── cc-logo.svg ├── footer-icon-conduct.svg ├── footer-icon-email.svg ├── footer-icon-github.svg ├── footer-icon-help.svg ├── footer-icon-irc.svg ├── footer-icon-terms.svg ├── footer-icon-twitter.svg ├── moz-logo-main-rgb.png ├── moz-logo-white.png ├── olf-build.png ├── olf-canvas.png ├── olf-design.png ├── olf-empower.png ├── olf-framework-bw.png ├── olf-toc.png └── why-open-table.png ├── index.md ├── personas.md ├── roadmap.md ├── use-cases ├── olf-project-design-assessment.pdf ├── olf-project-post-mortem.pdf └── olf-self-assessment.pdf └── vision.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/README.md -------------------------------------------------------------------------------- /_articles/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_articles/framework.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/contents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_includes/contents.html -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_includes/footer.html -------------------------------------------------------------------------------- /_includes/navigation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_includes/navigation.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_layouts/home.html -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/_layouts/page.html -------------------------------------------------------------------------------- /acknowldgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/acknowldgements.md -------------------------------------------------------------------------------- /canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/canvas.md -------------------------------------------------------------------------------- /community-calls/olf-community-call-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/community-calls/olf-community-call-3.mp3 -------------------------------------------------------------------------------- /community-calls/olf-community-call-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/community-calls/olf-community-call-4.mp3 -------------------------------------------------------------------------------- /community-calls/olf-community-call-6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/community-calls/olf-community-call-6.mp3 -------------------------------------------------------------------------------- /community-calls/olf-community-call-7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/community-calls/olf-community-call-7.mp3 -------------------------------------------------------------------------------- /contents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/contents.html -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/css/main.css -------------------------------------------------------------------------------- /css/mofo-bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/css/mofo-bootstrap.css -------------------------------------------------------------------------------- /css/syntax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/css/syntax.css -------------------------------------------------------------------------------- /decision-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/decision-log.md -------------------------------------------------------------------------------- /global-sprint-coaching/etherpad-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/global-sprint-coaching/etherpad-template.txt -------------------------------------------------------------------------------- /il8n/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /il8n/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/CONTRIBUTING.md -------------------------------------------------------------------------------- /il8n/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/LICENSE.md -------------------------------------------------------------------------------- /il8n/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/README.md -------------------------------------------------------------------------------- /il8n/decision-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/decision-log.md -------------------------------------------------------------------------------- /il8n/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/framework.md -------------------------------------------------------------------------------- /il8n/images/Working-open-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/Working-open-header.jpg -------------------------------------------------------------------------------- /il8n/images/cc-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/cc-logo.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-conduct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-conduct.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-email.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-github.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-help.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-irc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-irc.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-terms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-terms.svg -------------------------------------------------------------------------------- /il8n/images/footer-icon-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/footer-icon-twitter.svg -------------------------------------------------------------------------------- /il8n/images/moz-logo-main-rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/moz-logo-main-rgb.png -------------------------------------------------------------------------------- /il8n/images/moz-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/moz-logo-white.png -------------------------------------------------------------------------------- /il8n/images/olm-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-build.png -------------------------------------------------------------------------------- /il8n/images/olm-canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-canvas.png -------------------------------------------------------------------------------- /il8n/images/olm-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-design.png -------------------------------------------------------------------------------- /il8n/images/olm-empower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-empower.png -------------------------------------------------------------------------------- /il8n/images/olm-framework-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-framework-bw.png -------------------------------------------------------------------------------- /il8n/images/olm-toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/olm-toc.png -------------------------------------------------------------------------------- /il8n/images/why-open-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/il8n/images/why-open-table.png -------------------------------------------------------------------------------- /images/Working-open-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/Working-open-header.jpg -------------------------------------------------------------------------------- /images/cc-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/cc-logo.svg -------------------------------------------------------------------------------- /images/footer-icon-conduct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-conduct.svg -------------------------------------------------------------------------------- /images/footer-icon-email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-email.svg -------------------------------------------------------------------------------- /images/footer-icon-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-github.svg -------------------------------------------------------------------------------- /images/footer-icon-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-help.svg -------------------------------------------------------------------------------- /images/footer-icon-irc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-irc.svg -------------------------------------------------------------------------------- /images/footer-icon-terms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-terms.svg -------------------------------------------------------------------------------- /images/footer-icon-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/footer-icon-twitter.svg -------------------------------------------------------------------------------- /images/moz-logo-main-rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/moz-logo-main-rgb.png -------------------------------------------------------------------------------- /images/moz-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/moz-logo-white.png -------------------------------------------------------------------------------- /images/olf-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-build.png -------------------------------------------------------------------------------- /images/olf-canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-canvas.png -------------------------------------------------------------------------------- /images/olf-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-design.png -------------------------------------------------------------------------------- /images/olf-empower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-empower.png -------------------------------------------------------------------------------- /images/olf-framework-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-framework-bw.png -------------------------------------------------------------------------------- /images/olf-toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/olf-toc.png -------------------------------------------------------------------------------- /images/why-open-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/images/why-open-table.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | --- 4 | 5 | {% include_relative README.md %} 6 | -------------------------------------------------------------------------------- /personas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/personas.md -------------------------------------------------------------------------------- /roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/roadmap.md -------------------------------------------------------------------------------- /use-cases/olf-project-design-assessment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/use-cases/olf-project-design-assessment.pdf -------------------------------------------------------------------------------- /use-cases/olf-project-post-mortem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/use-cases/olf-project-post-mortem.pdf -------------------------------------------------------------------------------- /use-cases/olf-self-assessment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/use-cases/olf-self-assessment.pdf -------------------------------------------------------------------------------- /vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/open-leadership-framework/HEAD/vision.md --------------------------------------------------------------------------------