diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..fae3785 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +assets.nscale.com diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ddd768 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# NSCALE Assets + +![NSCALE Logo](./img/nscale/light/logo.svg#gh-light-mode-only) +![NSCALE Logo](./img/nscale/dark/logo.svg#gh-dark-mode-only) + +This repository contains all static assets used for company branding in various applications. +These include, but are not limited to, images and CSS. + +## Use in Your Web Application + +For now, these assets are served with GitHub pages. +To use them, use the following prefix, then the path as illustrated below: + +``` +https://assets.nscale.com/ +``` + +## Conventions + +Files, where appropriate, are intuitively named: + +* `light` - for use on light backgrounds. +* `dark` - for use on dark backgrounds. +* `adaptive` - for use on any background, the image will use the `currentColor` for black/white elements. However this requires the SVG contents to be in the DOM, so you must inject the SVG and not use an `` tag. You can use [svg-inject](https://github.com/iconfu/svg-inject) to perform this task. diff --git a/img/nscale/adaptive/logo.svg b/img/nscale/adaptive/logo.svg new file mode 100644 index 0000000..3ed83a7 --- /dev/null +++ b/img/nscale/adaptive/logo.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/img/nscale/dark/logo.svg b/img/nscale/dark/logo.svg new file mode 100644 index 0000000..2d60ff9 --- /dev/null +++ b/img/nscale/dark/logo.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/img/nscale/favicon/dark.svg b/img/nscale/favicon/dark.svg new file mode 100644 index 0000000..8204fd7 --- /dev/null +++ b/img/nscale/favicon/dark.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/img/nscale/favicon/favicon.svg b/img/nscale/favicon/favicon.svg new file mode 100644 index 0000000..28c48a5 --- /dev/null +++ b/img/nscale/favicon/favicon.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + diff --git a/img/nscale/favicon/light.svg b/img/nscale/favicon/light.svg new file mode 100644 index 0000000..a548783 --- /dev/null +++ b/img/nscale/favicon/light.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/img/nscale/light/logo.svg b/img/nscale/light/logo.svg new file mode 100644 index 0000000..2369ecb --- /dev/null +++ b/img/nscale/light/logo.svg @@ -0,0 +1,51 @@ + + + + + + + + + +