Skip to content

Commit

Permalink
feat: add favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Jun 7, 2024
1 parent 8f1b1aa commit a09d6e3
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 2 deletions.
Binary file added favicon.ico
Binary file not shown.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/tree.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Green Ecolution | Smartes Grünflächenmanagement</title>
<meta name="author" content="Hochschule Flensburg – Forschungsprojekt">
<meta name="description" content="Die Projektwebsite zum Forschungsprojekt »Green Ecolution« für smartes Grünflächenmanagement der HS Flensburg.">
<meta name="theme-color" content="#659858">
<link rel="icon" type="image/svg+xml" href="/public/assets/favicons/favicon.svg" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/public/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/public/assets/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="/public/assets/favicons/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="192x192" href="/public/assets/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="144x144" href="/public/assets/favicons/android-chrome-144x144.png">
<link rel="icon" type="image/png" sizes="96x96" href="/public/assets/favicons/android-chrome-96x96.png">
<meta name="msapplication-TileColor" content="#4C7741">
<meta name="msapplication-TileImage" content="/public/assets/favicon/ms-icon-150x150">
<meta name="theme-color" content="#4C7741">
</head>
<body class="bg-white antialiased font-nunito-sans text-base text-grey-900 w-full overflow-x-hidden lg:text-lg selection:bg-green-light-900/20 selection:text-grey-900">
<div id="root"></div>
Expand Down
Binary file added public/assets/favicons/android-chrome-144x144.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/assets/favicons/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/assets/favicons/android-chrome-96x96.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/assets/favicons/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/assets/favicons/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/assets/favicons/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/assets/favicons/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/assets/favicons/favicon.svg
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/assets/favicons/ms-icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a09d6e3

Please sign in to comment.