Skip to content

Commit

Permalink
Added apple touch icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vedarshshah committed Jan 17, 2024
1 parent c1b9589 commit f0cf437
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
Binary file added _media/apple-touch-icon-114x114.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-120x120.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-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 _media/apple-touch-icon-152x152.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-180x180.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-57x57.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-72x72.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-76x76.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 _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.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@
<meta charset="UTF-8">
<title>Duke Robotics Club Wiki</title>

<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">

<link rel="apple-touch-icon" href="_media/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="_media/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="_media/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="_media/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="_media/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="_media/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="_media/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="_media/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="_media/apple-touch-icon-180x180.png" />

<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

0 comments on commit f0cf437

Please sign in to comment.