Git Product home page Git Product logo

brand-mitol-residential's Introduction

@edx/brand-edx.org

This project contains branding assets and themes for edx.org. It is the edX implementation of the branding interface defined in @edx/brand-openedx. Note that we aim to avoid introducing any breaking changes.

Usage

Install this package one of two ways.

Versioned with npm. Including this project this way will allow you to control the version you pull into your application. This is safer, but it also means you will need to manually update it or use some automation to update it for you.

npm install --save @edx/brand@npm:@edx/brand-edx.org

Unversioned with Github. Including this project this way will pull in the latest version of it whenever a project's requirements are installed. This alleviates the need to manually pull in updates. The draw back is that if a breaking change is inadvertently introduced it is likely to gum up your pipeline or create a visual bug.

npm install --save @edx/brand@git+https://[email protected]/edx/brand-edx.org#master

Import assets from this package in a consuming node application:

import logo from '@edx/brand/logo.svg';

Images & Logos

edX Logo

edX

import logo from '@edx/brand/logo.svg';

// Or the png version
import logo from '@edx/brand/logo.png';

edX Logo with ®

edX

import logo from '@edx/brand/logo-trademark.svg';

// Or the png version
import logo from '@edx/brand/logo-trademark.png';

edX Logo in white

edX

import logo from '@edx/brand/logo-white.svg';

// Or the png version
import logo from '@edx/brand/logo-white.png';

edX Favicon

edX

// @edx/brand/favicon.ico;

Default fallback image for Card.ImageCap component

card-imagecap-fallback

// the png version
import cardFallbackImg from '@edx/brand/paragon/images/card-imagecap-fallback.png';

Paragon Theme

Use the theme in this package as described in the Paragon docs: https://edx.github.io/paragon/

@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";

Publishing with Semantic Release

This project is published to npm with Semantic Release. When a pull request is merged to master Semantic Release reads the commit messages to determine whether to make a new patch. minor, or major release of this package. For more info see https://github.com/semantic-release/semantic-release#how-does-it-work

brand-mitol-residential's People

Contributors

adamstankiewicz avatar arslanashraf7 avatar auraalba avatar awais786 avatar awaisdar001 avatar blarghmatey avatar edx-requirements-bot avatar edx-semantic-release avatar jignaciopm avatar monteri avatar nedbat avatar noisecapella avatar pkulkoraccoongang avatar shaidar avatar viktorrusakov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.