diff --git a/404.html b/404.html index 6470875c..d5896ad1 100644 --- a/404.html +++ b/404.html @@ -180,292 +180,294 @@
diff --git a/colour-variables.less b/colour-variables.less index 801a37d8..846e1303 100644 --- a/colour-variables.less +++ b/colour-variables.less @@ -168,6 +168,7 @@ @color-brand-odnoklassniki: #F4731C; @color-brand-onedrive: #094AB2; @color-brand-opera: #FF1B2D; +@color-brand-origin: #F56C2D; @color-brand-overcast: #FC7E0F; @color-brand-patreon: #E6461A; @color-brand-paypal: #00457C; diff --git a/colour-variables.scss b/colour-variables.scss index f33d5cd5..0a5a4fca 100644 --- a/colour-variables.scss +++ b/colour-variables.scss @@ -168,6 +168,7 @@ $color-brand-oculus: #1C1E20; $color-brand-odnoklassniki: #F4731C; $color-brand-onedrive: #094AB2; $color-brand-opera: #FF1B2D; +$color-brand-origin: #F56C2D; $color-brand-overcast: #FC7E0F; $color-brand-patreon: #E6461A; $color-brand-paypal: #00457C; diff --git a/icons/origin.svg b/icons/origin.svg new file mode 100644 index 00000000..a313465c --- /dev/null +++ b/icons/origin.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index 6470875c..d5896ad1 100644 --- a/index.html +++ b/index.html @@ -180,292 +180,294 @@
diff --git a/src/build.js b/src/build.js index 630a1be5..bd4d2707 100644 --- a/src/build.js +++ b/src/build.js @@ -95,7 +95,7 @@ for (var i = 0; i < source.icons.length; i++) { filePath = "../icons/" + fileName + ".svg"; var fs = require('fs'); var svg = fs.readFileSync(filePath, 'utf8'); - main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; + main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; } // Put all content together and export to index.html diff --git a/src/simple-icons.json b/src/simple-icons.json index 7adef466..015064c2 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -850,6 +850,11 @@ "hex": "FF1B2D", "source": "https://github.com/operasoftware/logo" }, + { + "title": "Origin", + "hex": "F56C2D", + "source": "https://www.origin.com/gbr/en-us/store" + }, { "title": "Overcast", "hex": "FC7E0F",