Commit Graph

4849 Commits

Author SHA1 Message Date
Engin Diri
76dfb74e73
Add Cloud Foundry icon (#5841)
* Add Cloud Foundry icon

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>

* Add Cloud Foundry icon

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>

* Add Cloud Foundry icon

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>

* Update Cloud Foundry icon

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>

Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-06-16 09:14:15 +02:00
Jonah Lawrence
91eddf05ef
Added pytest icon (#5871)
* Create pytest.svg

* Version 2

* Update simple-icons.json

* Remove "icon" from title

* Update pytest.svg
2021-06-15 18:57:15 -04:00
Eric Cornelissen
2d819e57d5 Add workflow_dispatch to Create Release Pull Request workflow
Add the `workflow_dispatch` trigger to the Create Release Pull Request
workflow. This will allow us to more easily trigger the release Pull
Request if either 1) the scheduled run failed for whatever reason or 2)
an extra release is needed as per the DISCLAIMER.md.

You can read more about `workflow_dispatch` in the GitHub docs at:
https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
2021-06-15 23:50:14 +02:00
Sachin Raja
eae16fb749
chore: update username for Python extension (#5944)
changed from `xCloudzx` to `sachinraja`
2021-06-15 15:01:54 -04:00
PHONG
21d465f487
Add Binance (#5906) 2021-06-15 08:28:25 -04:00
Arghya Ghosh
604f22d1dc
Add Railway Icon (#5818) 2021-06-15 10:58:38 +01:00
Eric P Pereira
1ed45bdfab
Add Portainer icon (#5868)
* Add Portainer icon

* Update SVG
2021-06-14 15:53:47 -04:00
Raphael Fleischlin
391a35a889
add wallabag icon (#5864) 2021-06-14 09:06:42 -04:00
GitHub Actions
0904a994cf version bump 2021-06-13 00:12:16 +00:00
Peter Noble
2a9de3bf84
Add BigBlueButton (#4830) 2021-06-12 22:39:17 +02:00
Arghya Ghosh
6da0f8218c
Add platform.sh icon (#5820)
* Added Palo Alto Networks Icon

* Update Brand Guidelines

* Added HashiCorp Logo

* Remove Palo Alto from this PR.

* Remove HashiCorp from this branch

* Added Platform.sh Icon

* Update platform.sh Icon

* Update platform.sh logo color

Co-authored-by: Adam Rusted <hello@adamrusted.me>
Co-authored-by: Peter Noble <petershaggynoble@gmail.com>
2021-06-12 11:35:30 +01:00
Engin Diri
c52bbb3e17
Add Kaufland icon (#5856) 2021-06-12 09:43:38 +01:00
PHONG
df7db8a2c4
Add zalo (#5895) 2021-06-10 09:18:31 +01:00
Alexandre Paradis
cae25487b3
Remove FedRAMP (#5883) 2021-06-08 15:30:22 +02:00
Álvaro Mondéjar
bbac9332b0
Update svg-path-segments to stable version (#5876) 2021-06-08 10:27:06 +02:00
Alexandre Paradis
f4c5a23ffd
Update Kaggle icon (#5463) 2021-06-07 16:59:52 +01:00
GitHub Actions
8cf7175fee version bump 2021-06-06 00:20:24 +00:00
Adam Rusted
562aaac048
Removed STACKIT (#5847) 2021-06-04 09:28:05 +02:00
Álvaro Mondéjar
8dc6c821d6
Update 'svg-path-bbox' to v1.0.0 (#5846)
Co-authored-by: Peter Noble <petershaggynoble@gmail.com>
2021-06-03 20:15:21 +01:00
Engin Diri
28022c0181
Add STACKIT icon (#5838) 2021-06-03 20:08:31 +01:00
Bogdan Iuga
565505e79d
Added PaddyPower icon (#5744) 2021-06-03 15:45:54 +01:00
Jonah Lawrence
06be8ee4b2
Add Construct 3 Icon (#5515) 2021-06-03 15:24:25 +01:00
Álvaro Mondéjar
797a34a2d7
Fix error in 'icon-precision' lint rule (#5842) 2021-06-03 11:12:39 +01:00
Álvaro Mondéjar
d94e08d8c3
Update ManageIQ (#5165) 2021-06-03 10:13:55 +01:00
Eric Cornelissen
6577913ec3
Add issue templated for docs and update existing issue templates (#5676)
* Add issue template for documentation

* Add missing space to the "Icon request" template's description

* Update issue template descriptios
2021-05-31 19:13:05 +02:00
Eric Cornelissen
24ae192ef7
Update enumerability documentation (#5813)
It currently suggests the loop variable is the brand's title, while in
fact it is the brand's slug.
2021-05-30 12:21:54 +01:00
Eric Cornelissen
1cfaf5bd02 version bump 2021-05-30 11:13:36 +02:00
Eric Cornelissen
2f2369b2d5
Make code snippets easier to copy (#5736) 2021-05-29 18:40:37 +01:00
Eric Cornelissen
c368b14e62
Remove (old) website source files (#5553)
* Remove files directly related to the website

Remove all the files directly related to the Jekyll-based website in
this repository. This includes the HTML, CSS and JS for the website, the
assets that can be found in the images/ folder, Jekyll-related files
(_config.yml, Gemfile, Gemfile.lock) and the CNAME file.

* Remove website-related configurations

Remove website-related files from ignore files, update the EditorConfig
configuration to remove any mention of website files, and update
.gitattributes to omit removed files.

* Update issue templates

Remove the issue templates for issues regarding the website and replace
it with a issue templates configuration file [1] that provides a link to
a the equivalent issue template in the simple-icons-website repository.

--
1. https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository


* Remove building website from verify workflow

* Remove mentions of website from Contributing Guidelines

* Remove mention of GitPod

I believe the main advantage of GitPod was that it allows you to preview
a contribution in the context of the website. Now that the website is no
longer in the repository this is not a thing anymore (unless someone
can configure GitPod to pull in the website from its repo), so I removed
any mention of it.

I'm open to reverting this change if contributors still want to use
GitPod.

* Add CI job for building the NodeJS package
2021-05-29 18:00:40 +02:00
Adam Rusted
c15eb68691
Add DISCLAIMER.md (#4912)
Co-authored-by: Peter Noble <PeterShaggyNoble@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>
2021-05-29 17:46:31 +02:00
renovate[bot]
627e868bac
Update dependency ws to 7.4.6 [SECURITY] (#5800)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-29 14:50:20 +02:00
Dan
9935b6b37e
Update: Microsoft Azure Icon and Color (#5745) 2021-05-29 13:20:26 +01:00
Yasser Ehab
e3b7324dbc
add web3.js icon (#5682) 2021-05-29 09:51:26 +01:00
Peter Noble
f6c07676a8
Update Hulu icon (#5774) 2021-05-28 17:33:01 +01:00
Dhruv Bhanushali
abb98e9b15
Add GoDaddy icon (#5773) 2021-05-28 16:57:54 +01:00
Eric Cornelissen
f6b60e428f
Rename 'get' to 'Get' on simpleIcons export (#5777) 2021-05-28 11:16:50 +01:00
Peter Noble
8d21b9910b
Remove Hyphens from Filenames (#5611) 2021-05-27 19:29:34 +02:00
Peter Noble
521c96fd04
Remove "icon" suffix from SVG titles (#5616) 2021-05-26 22:20:20 +02:00
Peter Noble
b2e16a4748
Update Alexa Rank Info in Contributing Guidelines (#5775) 2021-05-25 22:11:16 +02:00
Eric Cornelissen
c66b8bc2f3
Remove get-by-title from NPM package API (#4920) 2021-05-25 17:40:11 +01:00
Alexandre Paradis
860ab3874d
Rename WEBTOON (#5381) 2021-05-25 13:04:51 +01:00
Alexandre Paradis
863332821c
Remove Mathworks icon (#5351) 2021-05-25 12:55:13 +01:00
Alexandre Paradis
b99486c73f
Remove Periscope icon (#5415) 2021-05-25 12:53:59 +01:00
Alexandre Paradis
2497144afa
Remove Graphcool icon (#5602) 2021-05-24 16:33:26 +01:00
Alexandre Paradis
bb448d3725
Remove HipChat icon (#5556) 2021-05-24 16:33:09 +01:00
Alexandre Paradis
8b7e0125c8
Remove Pingup icon (#5416) 2021-05-24 16:32:56 +01:00
Alexandre Paradis
e54acb4997
Remove Quantopian icon (#5414) 2021-05-24 16:32:15 +01:00
Alexandre Paradis
46d1ce1ad7
Remove Monogram icon (#5345) 2021-05-24 16:31:32 +01:00
Alexandre Paradis
517c4f004e
Remove Klout icon (#5280) 2021-05-24 16:31:15 +01:00
Peter Noble
482cf475f8
Remove Gauges (#5748)
* Update Gauges icon

* Remove Gauges
2021-05-24 16:20:43 +01:00