├── .coveragerc ├── .github └── workflows │ └── commitlint.yml ├── .gitignore ├── AUTHORS ├── LICENSE ├── Makefile ├── README.md ├── arabic_reshaper.py ├── cert-data.yml ├── certificate_agent.py ├── create_pdfs.py ├── gen_cert.py ├── logsettings.py ├── openedx.yaml ├── openedx_certificates ├── __init__.py └── queue_xqueue.py ├── requirements ├── base.in ├── base.txt ├── constraints.txt ├── testing.in └── testing.txt ├── settings.py ├── setup.cfg ├── template_data ├── blank-letter.pdf ├── blank-portrait-A4.pdf ├── blank.pdf ├── fonts │ ├── Arial Unicode.ttf │ ├── OpenSans-Bold.ttf │ ├── OpenSans-BoldItalic.ttf │ ├── OpenSans-ExtraBold.ttf │ ├── OpenSans-ExtraBoldItalic.ttf │ ├── OpenSans-Italic.ttf │ ├── OpenSans-Light.ttf │ ├── OpenSans-LightItalic.ttf │ ├── OpenSans-Regular.ttf │ ├── OpenSans-Semibold.ttf │ └── OpenSans-SemiboldItalic.ttf ├── images │ ├── edx-logo.png │ ├── osxgpg-key-list.png │ ├── osxgpg-new-keypair.png │ ├── osxgpg-sign-key.png │ ├── wingpg-certify-cert.png │ ├── wingpg-key-list.png │ ├── wingpg-new-cert.png │ ├── wingpg-new-cert2.png │ └── wingpg-verify-cert.png ├── invalid.html ├── stylesheets │ └── base.css ├── v1-cert-templates │ ├── blank-portrait.pdf │ ├── certificate-template-edX-DemoX-verified.pdf │ └── certificate-template-edX-DemoX.pdf ├── v2 │ ├── invalid.html │ ├── static │ │ ├── css │ │ │ ├── style-application.css │ │ │ └── vendor │ │ │ │ ├── font-awesome.css │ │ │ │ └── normalize.css │ │ ├── fonts │ │ │ └── vendor │ │ │ │ └── fontawesome │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ ├── images │ │ │ ├── bg-paperfibers.png │ │ │ ├── osxgpg-key-list.png │ │ │ ├── osxgpg-new-keypair.png │ │ │ ├── osxgpg-sign-key.png │ │ │ ├── pl-5x5-000.png │ │ │ ├── pl-5x5-255255255.png │ │ │ ├── wingpg-certify-cert.png │ │ │ ├── wingpg-key-list.png │ │ │ ├── wingpg-new-cert.png │ │ │ ├── wingpg-new-cert2.png │ │ │ └── wingpg-verify-cert.png │ │ ├── js │ │ │ └── vendor │ │ │ │ ├── jquery-1.10.2.min.js │ │ │ │ └── modernizr-2.6.2.min.js │ │ └── sass │ │ │ ├── _base.scss │ │ │ ├── _shame.scss │ │ │ ├── assets │ │ │ ├── _anims.scss │ │ │ ├── _fonts.scss │ │ │ └── _graphics.scss │ │ │ ├── contexts │ │ │ ├── _ie.scss │ │ │ └── _print.scss │ │ │ ├── elements │ │ │ ├── _controls.scss │ │ │ ├── _footer.scss │ │ │ ├── _header.scss │ │ │ ├── _navigation.scss │ │ │ └── _typography.scss │ │ │ ├── style-application.scss │ │ │ ├── utilities │ │ │ ├── _mixins.scss │ │ │ ├── _variables.scss │ │ │ ├── bourbon │ │ │ │ ├── _bourbon-deprecated-upcoming.scss │ │ │ │ ├── _bourbon.scss │ │ │ │ ├── addons │ │ │ │ │ ├── _button.scss │ │ │ │ │ ├── _clearfix.scss │ │ │ │ │ ├── _font-family.scss │ │ │ │ │ ├── _hide-text.scss │ │ │ │ │ ├── _html5-input-types.scss │ │ │ │ │ ├── _position.scss │ │ │ │ │ ├── _prefixer.scss │ │ │ │ │ ├── _retina-image.scss │ │ │ │ │ ├── _size.scss │ │ │ │ │ ├── _timing-functions.scss │ │ │ │ │ └── _triangle.scss │ │ │ │ ├── css3 │ │ │ │ │ ├── _animation.scss │ │ │ │ │ ├── _appearance.scss │ │ │ │ │ ├── _backface-visibility.scss │ │ │ │ │ ├── _background-image.scss │ │ │ │ │ ├── _background.scss │ │ │ │ │ ├── _border-image.scss │ │ │ │ │ ├── _border-radius.scss │ │ │ │ │ ├── _box-sizing.scss │ │ │ │ │ ├── _columns.scss │ │ │ │ │ ├── _flex-box.scss │ │ │ │ │ ├── _font-face.scss │ │ │ │ │ ├── _hidpi-media-query.scss │ │ │ │ │ ├── _image-rendering.scss │ │ │ │ │ ├── _inline-block.scss │ │ │ │ │ ├── _keyframes.scss │ │ │ │ │ ├── _linear-gradient.scss │ │ │ │ │ ├── _perspective.scss │ │ │ │ │ ├── _placeholder.scss │ │ │ │ │ ├── _radial-gradient.scss │ │ │ │ │ ├── _transform.scss │ │ │ │ │ ├── _transition.scss │ │ │ │ │ └── _user-select.scss │ │ │ │ ├── functions │ │ │ │ │ ├── _compact.scss │ │ │ │ │ ├── _flex-grid.scss │ │ │ │ │ ├── _grid-width.scss │ │ │ │ │ ├── _linear-gradient.scss │ │ │ │ │ ├── _modular-scale.scss │ │ │ │ │ ├── _px-to-em.scss │ │ │ │ │ ├── _radial-gradient.scss │ │ │ │ │ ├── _tint-shade.scss │ │ │ │ │ └── _transition-property-name.scss │ │ │ │ └── helpers │ │ │ │ │ ├── _deprecated-webkit-gradient.scss │ │ │ │ │ ├── _gradient-positions-parser.scss │ │ │ │ │ ├── _linear-positions-parser.scss │ │ │ │ │ ├── _radial-arg-parser.scss │ │ │ │ │ ├── _radial-positions-parser.scss │ │ │ │ │ ├── _render-gradients.scss │ │ │ │ │ └── _shape-size-stripper.scss │ │ │ └── neat │ │ │ │ ├── _neat-helpers.scss │ │ │ │ ├── _neat.scss │ │ │ │ ├── functions │ │ │ │ ├── _new-breakpoint.scss │ │ │ │ ├── _private.scss │ │ │ │ └── _px-to-em.scss │ │ │ │ ├── grid │ │ │ │ ├── _fill-parent.scss │ │ │ │ ├── _grid.scss │ │ │ │ ├── _media.scss │ │ │ │ ├── _omega.scss │ │ │ │ ├── _outer-container.scss │ │ │ │ ├── _pad.scss │ │ │ │ ├── _private.scss │ │ │ │ ├── _reset.scss │ │ │ │ ├── _row.scss │ │ │ │ ├── _shift.scss │ │ │ │ ├── _span-columns.scss │ │ │ │ ├── _to-deprecate.scss │ │ │ │ └── _visual-grid.scss │ │ │ │ └── settings │ │ │ │ ├── _grid.scss │ │ │ │ └── _visual-grid.scss │ │ │ └── views │ │ │ ├── _invalid.scss │ │ │ ├── _valid.scss │ │ │ └── _validate.scss │ ├── valid.html │ └── verify.html ├── v3_dynamic-cert-templates │ └── certificate-template-edX-DemoX_v3.pdf ├── valid.html └── verify.html └── tests ├── .gitignore ├── __init__.py ├── gen_cert_test.py └── test_data.py /.coveragerc: -------------------------------------------------------------------------------- 1 | [run] 2 | branch = True 3 | source = ./ 4 | -------------------------------------------------------------------------------- /.github/workflows/commitlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/.github/workflows/commitlint.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *~ 3 | *.sw[po] 4 | *.DS_Store 5 | certs/ 6 | .coverage 7 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/AUTHORS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/README.md -------------------------------------------------------------------------------- /arabic_reshaper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/arabic_reshaper.py -------------------------------------------------------------------------------- /cert-data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/cert-data.yml -------------------------------------------------------------------------------- /certificate_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/certificate_agent.py -------------------------------------------------------------------------------- /create_pdfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/create_pdfs.py -------------------------------------------------------------------------------- /gen_cert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/gen_cert.py -------------------------------------------------------------------------------- /logsettings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/logsettings.py -------------------------------------------------------------------------------- /openedx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/openedx.yaml -------------------------------------------------------------------------------- /openedx_certificates/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /openedx_certificates/queue_xqueue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/openedx_certificates/queue_xqueue.py -------------------------------------------------------------------------------- /requirements/base.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/requirements/base.in -------------------------------------------------------------------------------- /requirements/base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/requirements/base.txt -------------------------------------------------------------------------------- /requirements/constraints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/requirements/constraints.txt -------------------------------------------------------------------------------- /requirements/testing.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/requirements/testing.in -------------------------------------------------------------------------------- /requirements/testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/requirements/testing.txt -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/settings.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/setup.cfg -------------------------------------------------------------------------------- /template_data/blank-letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/blank-letter.pdf -------------------------------------------------------------------------------- /template_data/blank-portrait-A4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/blank-portrait-A4.pdf -------------------------------------------------------------------------------- /template_data/blank.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/blank.pdf -------------------------------------------------------------------------------- /template_data/fonts/Arial Unicode.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/Arial Unicode.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-BoldItalic.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-Italic.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-Light.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-LightItalic.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /template_data/fonts/OpenSans-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/fonts/OpenSans-SemiboldItalic.ttf -------------------------------------------------------------------------------- /template_data/images/edx-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/edx-logo.png -------------------------------------------------------------------------------- /template_data/images/osxgpg-key-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/osxgpg-key-list.png -------------------------------------------------------------------------------- /template_data/images/osxgpg-new-keypair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/osxgpg-new-keypair.png -------------------------------------------------------------------------------- /template_data/images/osxgpg-sign-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/osxgpg-sign-key.png -------------------------------------------------------------------------------- /template_data/images/wingpg-certify-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/wingpg-certify-cert.png -------------------------------------------------------------------------------- /template_data/images/wingpg-key-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/wingpg-key-list.png -------------------------------------------------------------------------------- /template_data/images/wingpg-new-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/wingpg-new-cert.png -------------------------------------------------------------------------------- /template_data/images/wingpg-new-cert2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/wingpg-new-cert2.png -------------------------------------------------------------------------------- /template_data/images/wingpg-verify-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/images/wingpg-verify-cert.png -------------------------------------------------------------------------------- /template_data/invalid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/invalid.html -------------------------------------------------------------------------------- /template_data/stylesheets/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/stylesheets/base.css -------------------------------------------------------------------------------- /template_data/v1-cert-templates/blank-portrait.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v1-cert-templates/blank-portrait.pdf -------------------------------------------------------------------------------- /template_data/v1-cert-templates/certificate-template-edX-DemoX-verified.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v1-cert-templates/certificate-template-edX-DemoX-verified.pdf -------------------------------------------------------------------------------- /template_data/v1-cert-templates/certificate-template-edX-DemoX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v1-cert-templates/certificate-template-edX-DemoX.pdf -------------------------------------------------------------------------------- /template_data/v2/invalid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/invalid.html -------------------------------------------------------------------------------- /template_data/v2/static/css/style-application.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/css/style-application.css -------------------------------------------------------------------------------- /template_data/v2/static/css/vendor/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/css/vendor/font-awesome.css -------------------------------------------------------------------------------- /template_data/v2/static/css/vendor/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/css/vendor/normalize.css -------------------------------------------------------------------------------- /template_data/v2/static/fonts/vendor/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/fonts/vendor/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.svg -------------------------------------------------------------------------------- /template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/fonts/vendor/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /template_data/v2/static/images/bg-paperfibers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/bg-paperfibers.png -------------------------------------------------------------------------------- /template_data/v2/static/images/osxgpg-key-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/osxgpg-key-list.png -------------------------------------------------------------------------------- /template_data/v2/static/images/osxgpg-new-keypair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/osxgpg-new-keypair.png -------------------------------------------------------------------------------- /template_data/v2/static/images/osxgpg-sign-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/osxgpg-sign-key.png -------------------------------------------------------------------------------- /template_data/v2/static/images/pl-5x5-000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/pl-5x5-000.png -------------------------------------------------------------------------------- /template_data/v2/static/images/pl-5x5-255255255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/pl-5x5-255255255.png -------------------------------------------------------------------------------- /template_data/v2/static/images/wingpg-certify-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/wingpg-certify-cert.png -------------------------------------------------------------------------------- /template_data/v2/static/images/wingpg-key-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/wingpg-key-list.png -------------------------------------------------------------------------------- /template_data/v2/static/images/wingpg-new-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/wingpg-new-cert.png -------------------------------------------------------------------------------- /template_data/v2/static/images/wingpg-new-cert2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/wingpg-new-cert2.png -------------------------------------------------------------------------------- /template_data/v2/static/images/wingpg-verify-cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/images/wingpg-verify-cert.png -------------------------------------------------------------------------------- /template_data/v2/static/js/vendor/jquery-1.10.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/js/vendor/jquery-1.10.2.min.js -------------------------------------------------------------------------------- /template_data/v2/static/js/vendor/modernizr-2.6.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/js/vendor/modernizr-2.6.2.min.js -------------------------------------------------------------------------------- /template_data/v2/static/sass/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/_base.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/_shame.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/_shame.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/assets/_anims.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/assets/_anims.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/assets/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/assets/_fonts.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/assets/_graphics.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/assets/_graphics.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/contexts/_ie.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/contexts/_ie.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/contexts/_print.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/contexts/_print.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/elements/_controls.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/elements/_controls.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/elements/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/elements/_footer.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/elements/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/elements/_header.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/elements/_navigation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/elements/_navigation.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/elements/_typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/elements/_typography.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/style-application.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/style-application.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/_mixins.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/_variables.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/_bourbon-deprecated-upcoming.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/_bourbon-deprecated-upcoming.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/_bourbon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/_bourbon.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_button.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_clearfix.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_clearfix.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_font-family.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_font-family.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_hide-text.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_hide-text.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_html5-input-types.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_html5-input-types.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_position.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_position.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_prefixer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_prefixer.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_retina-image.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_retina-image.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_size.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_size.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_timing-functions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_timing-functions.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/addons/_triangle.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/addons/_triangle.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_animation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_animation.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_appearance.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_appearance.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_backface-visibility.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_backface-visibility.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_background-image.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_background-image.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_background.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_background.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_border-image.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_border-image.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_border-radius.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_border-radius.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_box-sizing.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_box-sizing.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_columns.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_columns.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_flex-box.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_flex-box.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_font-face.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_font-face.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_hidpi-media-query.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_hidpi-media-query.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_image-rendering.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_image-rendering.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_inline-block.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_inline-block.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_keyframes.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_keyframes.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_linear-gradient.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_linear-gradient.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_perspective.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_perspective.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_placeholder.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_placeholder.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_radial-gradient.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_radial-gradient.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_transform.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_transform.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_transition.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_transition.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/css3/_user-select.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/css3/_user-select.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_compact.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_compact.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_flex-grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_flex-grid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_grid-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_grid-width.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_linear-gradient.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_linear-gradient.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_modular-scale.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_modular-scale.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_px-to-em.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_px-to-em.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_radial-gradient.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_radial-gradient.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_tint-shade.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_tint-shade.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/functions/_transition-property-name.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/functions/_transition-property-name.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_deprecated-webkit-gradient.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_deprecated-webkit-gradient.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_gradient-positions-parser.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_gradient-positions-parser.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_linear-positions-parser.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_linear-positions-parser.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_radial-arg-parser.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_radial-arg-parser.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_radial-positions-parser.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_radial-positions-parser.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_render-gradients.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_render-gradients.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/bourbon/helpers/_shape-size-stripper.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/bourbon/helpers/_shape-size-stripper.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/_neat-helpers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/_neat-helpers.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/_neat.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/_neat.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/functions/_new-breakpoint.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/functions/_new-breakpoint.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/functions/_private.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/functions/_private.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/functions/_px-to-em.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/functions/_px-to-em.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_fill-parent.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_fill-parent.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_grid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_media.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_media.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_omega.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_omega.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_outer-container.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_outer-container.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_pad.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_pad.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_private.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_private.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_reset.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_row.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_row.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_shift.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_shift.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_span-columns.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_span-columns.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_to-deprecate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_to-deprecate.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/grid/_visual-grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/grid/_visual-grid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/settings/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/settings/_grid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/utilities/neat/settings/_visual-grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/utilities/neat/settings/_visual-grid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/views/_invalid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/views/_invalid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/views/_valid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/views/_valid.scss -------------------------------------------------------------------------------- /template_data/v2/static/sass/views/_validate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/static/sass/views/_validate.scss -------------------------------------------------------------------------------- /template_data/v2/valid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/valid.html -------------------------------------------------------------------------------- /template_data/v2/verify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v2/verify.html -------------------------------------------------------------------------------- /template_data/v3_dynamic-cert-templates/certificate-template-edX-DemoX_v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/v3_dynamic-cert-templates/certificate-template-edX-DemoX_v3.pdf -------------------------------------------------------------------------------- /template_data/valid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/valid.html -------------------------------------------------------------------------------- /template_data/verify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/template_data/verify.html -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- 1 | certs/ 2 | -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/gen_cert_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/tests/gen_cert_test.py -------------------------------------------------------------------------------- /tests/test_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openedx-unsupported/edx-certificates/HEAD/tests/test_data.py --------------------------------------------------------------------------------