1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-24 17:22:28 +01:00

21 Commits

Author SHA1 Message Date
Thomas Bui
0304708b30 Add contact info and more legal details 2021-12-21 21:18:36 -08:00
Thomas Bui
5d3630a909 Add color picker to svg section 2021-12-21 20:56:14 -08:00
Thomas Bui
be344b424c Add checkerboard functionality 2021-12-21 20:49:32 -08:00
Thomas Bui
5ddbd262b9 Add color reset functionality 2021-12-21 19:43:59 -08:00
Thomas Bui
50e8a9c9cf Color picker menu can now be toggled 2021-12-21 19:26:37 -08:00
Thomas Bui
cbb38dc2cc Add styling for color picker 2021-12-21 13:57:50 -08:00
Thomas Bui
d08971df1a Add copy to clipboard button to website 2021-12-19 23:30:15 -08:00
David Leal
4ce9053de5
feat: Improve SEO 2021-11-22 10:57:04 -06:00
Thomas Bui
63b340cb29
New Feature: webpage now displays <img> of SVG (#834)
* Webpage now displays <img> of SVG

* Update docs/index.html

Co-authored-by: David Leal <halfpacho@gmail.com>

* Add a hint to change width/height for svg/img

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-09-06 19:07:46 -07:00
M Pater
92417d491b
Feature/website cache busting (#813)
* Feature: Cache busting website data (JavaScript and SVG files) by adding '?version' to these filenames

* Updated script.js to use CDN versioning style

* Cache busting script.js as well, to load cache busting changes

* Website cache busting fix

* Cache busting script.js using Date.now()

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-08-23 12:11:32 -07:00
The Blob SCP
0221a52c16
Improved noscript warning for index.html (#761)
* Made tag red and header

* Added icon to noscript

* Removed class from svg

* Removed extra sentence

* Moved line down

* removed icon

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-07-21 14:34:43 -07:00
The Blob SCP
916d54b07b
Viewport meta tag (#752)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed the meta tag

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-07-17 00:39:30 +02:00
The Blob SCP
bc6301d7a7
Noscript element on HTML (#751)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* Added a noscript element

* Made noscript a p element

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-07-17 00:35:33 +02:00
Thomas Bui
d1f8d1736b
Add a color picker to enhance the devicon.dev ui (#704)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-06-30 11:47:26 +02:00
Malte Jürgens
4b12bc19b6
Replace raw.githubusercontent.com with jsdelivr (#586)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-01 21:57:47 +02:00
David Leal
31ad403475
Add Discord invitation on the website,...
...`README.md`, and `CONTRIBUTING.md`
2021-03-19 19:09:53 -06:00
amacado
c798e67da0 update resource links to raw githubusercontent 2020-12-30 16:31:42 +01:00
amacado
3f38ec5296 fetch latest release via github api and use it for showing the header and CDN links 2020-12-28 20:11:12 +01:00
amacado
843c073f17 use devicon icons for buttons 2020-12-28 19:54:39 +01:00
amacado
f97406dd79 implementing method for copying the resulting build files (and source svg's) to /docs/dist folder allowing them to be used in GitHub page (see #394) 2020-12-28 19:43:26 +01:00
Thomas Bui
f2720f50f6 Moved index.html into docs/ 2020-12-13 13:50:42 -08:00