Skip to content

Commit

Permalink
Add favicon resources
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Mar 20, 2022
1 parent 4733560 commit b79b844
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Interface assets:

* [Bulma CSS Framework](https://bulma.io/)
* [CoreUI Icons](https://icons.coreui.io/icons/)
* [Favicon](https://favicon.io/)

Project Idea:

Expand Down
1 change: 1 addition & 0 deletions docker/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY docker/nginx/upstream.conf.template /etc/nginx/templates/upstream.conf.temp

# static assets
COPY public/css/ /usr/share/nginx/html/css/
COPY public/favicon/ /usr/share/nginx/html/favicon/
COPY public/fonts/ /usr/share/nginx/html/fonts/
COPY public/sprites/ /usr/share/nginx/html/sprites/
COPY public/svg/ /usr/share/nginx/html/svg/
Expand Down
6 changes: 6 additions & 0 deletions public/favicon/about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This favicon was generated using the following font:

- Font Title: Heebo
- Font Author: Copyright 2014 The Heebo Project Authors (https://github.com/OdedEzer/heebo)
- Font Source: http://fonts.gstatic.com/s/heebo/v18/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
Binary file added public/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/favicon/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/favicon/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
4 changes: 4 additions & 0 deletions resources/views/template.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="/css/bulma.min.css">
<link rel="stylesheet" href="/css/brand.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<section class="hero {% block hero_type %}{% endblock %}">
Expand Down

0 comments on commit b79b844

Please sign in to comment.