Commit Graph

7 Commits (a5acec329e2ca61044f1e1d96858624f2c4a46ac)

Author SHA1 Message Date
techknowlogick f8a668ab0c
Clean up SVG ()
* Clean up SVG

* update per feedback

* fix css style

* Delete gitea.png

* no new line at end of file

* fix newline?

Co-authored-by: 6543 <6543@obermui.de>
silverwind 7cf23399a0
Rework 'make generate-images' ()
* Rework 'make generate-images'

- Remove external dependencies and replace it with a node script that
  does does the same.
- Move detail removal from gitea-sm.png to favicon.png
- Remove favicon.ico and its generation, it is unused and we already serve
  favicon.png in its place.

Fixes: https://github.com/go-gitea/gitea/issues/12314

* use proper centering value for preserveAspectRatio

* fix lint

* use fabric

* better linting fix

* fix typo

* mention detail-remove class in docs
silverwind d86f878b3e optimize all images in public/img ()
Fixes: https://github.com/go-gitea/gitea/pull/6357
Lauris BH 60d7e56c69 Add task to generate images from SVG and change to new logo ()
* Add makefile task to generate images from SVG and change to new logo

* use absolute path on generate-images
Peter Dave Hello 2368bbb672 Optimize png images via Google zopflipng [ci skip] ()
Rachid Zarouali c040f2fbb1 first batch of Readme updates ()
Sandro Santilli 8a248696e9 Use a gopher as default avatar (rather than the gravatar logo) ()
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.

Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).

In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)