@@ -46,3 +46,6 @@ Other items that we may not care about at the moment, but aren't available in Fr
...
@@ -46,3 +46,6 @@ Other items that we may not care about at the moment, but aren't available in Fr
# Usage Tip: Avatars / Images
# Usage Tip: Avatars / Images
In GitLab, Projects, Users, and Groups can all be configured with avatars (a profile image). A good source of these is Emoji's that have been converted to images since these have fewer distribution restrictions, plus you can then generally easily maintain your project branding in Markdown files using GitLab's built-in emoji's. In particular, Microsoft provides SVG images of most Emoji's here: [Fluent Emoji](https://github.com/microsoft/fluentui-emoji). The images are under the `assets` directory and generally you'll want the color versions. There are so many subdirectories that GitHub web interface won't list them all, so you'll have to use the search box to access anything at the end if the alphabet. You'll also need to convert them to PNG of size 192x192 pixels, which can be done via various online converters.
In GitLab, Projects, Users, and Groups can all be configured with avatars (a profile image). A good source of these is Emoji's that have been converted to images since these have fewer distribution restrictions, plus you can then generally easily maintain your project branding in Markdown files using GitLab's built-in emoji's. In particular, Microsoft provides SVG images of most Emoji's here: [Fluent Emoji](https://github.com/microsoft/fluentui-emoji). The images are under the `assets` directory and generally you'll want the color versions. There are so many subdirectories that GitHub web interface won't list them all, so you'll have to use the search box to access anything at the end if the alphabet. You'll also need to convert them to PNG of size 192x192 pixels, which can be done via various online converters.