No description
  • HTML 40.7%
  • Shell 21.6%
  • CSS 12.7%
  • Sass 9.3%
  • Less 9%
  • Other 6.7%
Find a file
Joshua Marsh (icub3d) 3c3d996ebd move to gitea
2022-01-20 13:54:45 -07:00
palettes add another color 2016-06-10 16:47:02 -06:00
.gitignore move to using svg and generating the various images from it and our palettes 2016-05-10 16:42:07 -06:00
browserconfig.tmpl.xml move to using svg and generating the various images from it and our palettes 2016-05-10 16:42:07 -06:00
dinglebit.svg svg of logo now uses a viewbox and classes so they can be styles with css and the size adjusted in html 2016-05-12 09:16:38 -06:00
favicons.tmpl.html fix path to manifest 2016-05-10 16:45:59 -06:00
LICENSE Initial commit 2016-04-18 17:07:37 -06:00
make-favicons.sh license 2016-05-12 15:34:30 -06:00
make-large-pngs.sh s/nodejs/node/g 2019-07-18 10:37:12 -06:00
Makefile license 2016-05-12 15:34:30 -06:00
manifest.json move to using svg and generating the various images from it and our palettes 2016-05-10 16:42:07 -06:00
package-lock.json move to gitea 2022-01-20 13:54:45 -07:00
package.json move to using svg and generating the various images from it and our palettes 2016-05-10 16:42:07 -06:00
README.md license 2016-05-12 15:34:30 -06:00

logo

Dinglebit logos.

generating logos

Generating the logos requires the linux command convert (ImageMagick) and the nodejs module svgexport. You can get the latter with:

npm update

Once done, simply run the command:

make

This will generate the files in the dist folder.

usage

You can use the svg/png wherever you'd like. To use the favicons for HTML apps, you want to copy the images folder for the palette you are interested in to your projects images folder. You should then insert the contents of favicons.html into the head of your HTML files. It makes references to browserconfig.xml and manifest.json for certain browsers, so you could copy them to the root of your project folder as well.

license

Copyright (C) 2016 Dinglebit Developers

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.