Skip to content

Commit

Permalink
add app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Baber committed Sep 25, 2016
1 parent 75229e1 commit 25dc2ec
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1 deletion.
Binary file added assets/apple-touch-icon.psd
Binary file not shown.
Binary file added assets/favicon.psd
Binary file not shown.
Binary file added src/favicon.ico
Binary file not shown.
Binary file added src/img/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 src/img/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 modified src/img/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 src/img/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 src/img/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.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<title>Hallo, ich bin Patrick Baber.</title>
<meta name="description" content="Ich entwickle digitales Zeug und bin Teil von überdosis und Servivum.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,700" rel="stylesheet">
<style>
html, body {
Expand Down

0 comments on commit 25dc2ec

Please sign in to comment.