1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-08 15:46:32 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
David Leal
b6e387d942 Major build improvements (#1668)
* Major build improvements

* Cleanup and fix path

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Remove `selenium` from the NPM dependencies

* Revert `nano` icon changes

* Use quote notes

* Update

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Snailedlt/improve build changes (#187)

* Make README more readable

* move logic from index.html to script.js

* fix devicon min css in head

* Fix build script missing token error

* Add more print statements to local build script

* Change from ng-href to href in code view

* Minor readme improvements

---------

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

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-04-21 08:46:43 -06:00
kilianpaquier
bda1033778 new feature: icons number (#1267)
* new feature: icons number - fix #1218

* icon numbers| review suggestions application

Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>

* Change shield link to https://devicon.dev

* add titles and rename logos & icons to icons & icon-versions

* replace = with :

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* fixed avg fonts number to integer and added float in title

* Update docs/index.html

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

---------

Co-authored-by: Kilian PAQUIER <contact@kilian-paquier.fr>
Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-03-14 20:30:16 -03:00
David Leal
714c453081 Darken a bit the website colors (#1669)
This fixes the issue of the invisible Devicon logo.
It could be fixed by changing the background color manually, but I think we should have it fixed by default.

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-02-26 12:42:51 +01:00
Jørgen Kalsnes Hagen
3f45117218 add altnames #1165 (#1167)
* add altnames #1165

* fixup! add altnames #1165

* fixup! add altnames #1165

* fixup! add altnames #1165

* fixup! add altnames #1165

* fixup! add altnames #1165
2022-06-06 23:49:43 +02: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
d08971df1a Add copy to clipboard button to website 2021-12-19 23:30:15 -08: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
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
amacado
0d21141479 fix bug where the content of svg could not be extracted when there was a comment above 2021-01-04 01:55:11 +01: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
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
99495ccd29 Added missing icons from the devicon.dev site 2020-12-14 22:34:06 -08:00
Thomas Bui
f2720f50f6 Moved index.html into docs/ 2020-12-13 13:50:42 -08:00