Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
with the orange color taken from the voxpupuli logo.

Based on the icon created by Jonathan Coutiño
(https://thenounproject.com/ralts01/) under
the Attribution 3.0 Unported (CC BY 3.0) license
(https://creativecommons.org/licenses/by/3.0/),
downloaded from the Noun Project (https://thenounproject.com).
  • Loading branch information
gdubicki committed Nov 29, 2021
1 parent 3c0df3c commit 5ac830f
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ for the open source Puppet.
* [Configuration](#configuration)
* [Getting Help](#getting-help)
* [Contributing](#contributing)
* [Legal](#legal)

## Requirements

Expand Down Expand Up @@ -256,3 +257,11 @@ Older ones, may be a bit outdated:
![Single metric](https://raw.githubusercontent.com/voxpupuli/puppetboard/master/screenshots/metric.png)

![Query view](https://raw.githubusercontent.com/voxpupuli/puppetboard/master/screenshots/query.png)

# Legal

The app code is licensed under the [Apache License, Version 2.0](./LICENSE).

The favicon has been created based on the icon created by [Jonathan Coutiño](https://thenounproject.com/ralts01/)
under the [Attribution 3.0 Unported (CC BY 3.0) license](https://creativecommons.org/licenses/by/3.0/),
downloaded from the [Noun Project](https://thenounproject.com).
Binary file added puppetboard/static/favicon.ico
Binary file not shown.
39 changes: 39 additions & 0 deletions puppetboard/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions puppetboard/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{config.PAGE_TITLE}}</title>
<link rel="icon" href="{{ url_for('static', filename='favicon.ico')}}" sizes="any"/>
<link rel="icon" href="{{ url_for('static', filename='favicon.svg')}}" type="image/svg+xml"/>
{% if config.OFFLINE_MODE %}
<style>
@font-face {
Expand Down

0 comments on commit 5ac830f

Please sign in to comment.