Skip to content

Commit

Permalink
Favicon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vedarshshah committed Jan 17, 2024
1 parent 770b4c5 commit c1b9589
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
Binary file added _media/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 _media/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 _media/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 _media/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 _media/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 _media/favicon.ico
Binary file not shown.
Binary file removed _media/favicon.jpg
Binary file not shown.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<meta charset="UTF-8">
<title>Duke Robotics Club Wiki</title>
<link rel="icon" href="/_media/favicon.jpg" />
<link rel="apple-touch-icon" href="/_media/favicon.jpg">

<link rel="apple-touch-icon" sizes="180x180" href="_media/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="_media/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="_media/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Long-form documentation of Duke Robotics Club projects.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
Expand Down
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit c1b9589

Please sign in to comment.