Merge branch 'develop' into icon-acrobat

This commit is contained in:
Johan Fagerberg 2017-08-30 15:07:47 +02:00 committed by GitHub
commit f8cd5fd531
4 changed files with 21 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This repository welcomes contributions and corrections. Before submitting a pull
## JSON data for simpleicons.org
In addition to following the guidelines for SVGs, list new icons in the `_data/simple-icons.json` file. Each icon in the array has three required values:
- The `title` of the new SVG.
- A `hex` color value that matches the brand or logo's main accent color. (Without the `#` pound symbol.)
- The `source` URL of the logo being used.
@ -50,3 +50,11 @@ Here is the un-minified contents of the GitHub icon, for reference:
</svg>
```
* * *
# Building locally
- Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed.
- Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`).
- Build and run the website locally using `$ jekyll serve`.
- Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/`

View File

@ -20,6 +20,11 @@
"hex": "FF5C3E",
"source": "http://www.addthis.com/press"
},
{
"title": "Adobe",
"hex": "FF0000",
"source": "https://www.adobe.com/"
},
{
"title": "Adobe Acrobat Reader",
"hex": "EE3F24",
@ -60,6 +65,11 @@
"hex": "000000",
"source": "https://angel.co/logo"
},
{
"title": "Angular",
"hex": "DD0031",
"source": "https://angular.io/assets/images/logos/angular/angular_solidBlack.svg"
},
{
"title": "App.net",
"hex": "3A393C",

1
icons/adobe.svg Normal file
View File

@ -0,0 +1 @@
<svg aria-labelledby="title" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Adobe icon</title><path d="M15.1 2H24v20L15.1 2zM8.9 2H0v20L8.9 2zM12 9.4L17.6 22h-3.8l-1.6-4H8.1L12 9.4z"/></svg>

After

Width:  |  Height:  |  Size: 216 B

1
icons/angular.svg Normal file
View File

@ -0,0 +1 @@
<svg aria-labelledby="title" role="img" viewBox="0 0 24 24" fill-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><title>Angular</title><path d="M10.19 13.067h3.62L12 8.772"/><path d="M12 2L2.096 5.486l1.51 12.925L12 23.002l8.394-4.588 1.51-12.926L12 2zm6.18 16.023h-2.308l-1.244-3.066H9.372l-1.244 3.066h-2.31L12 4.32l6.18 13.703z"/></svg>

After

Width:  |  Height:  |  Size: 342 B