Skip to content

Commit

Permalink
chore: Update favicon and page title for Cisco NetAcad VIIT
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Aug 31, 2024
1 parent d9faf1f commit 2b7d7e3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 11 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/CN_Logo2.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/CN_Logo2.png" />
<meta name="description" content="Official Website of Cisco Networking Academy, VIIT." />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />

Expand All @@ -19,7 +19,7 @@
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<title>Cisco ViiT</title>
<title>Cisco NetAcad VIIT</title>
</head>

<body>
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
29 changes: 22 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Cisco VIIT",
"name": "Cisco NetAcad VIIT",
"description": "Official Website of Cisco NetAcad VIIT.",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "256x256",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"sizes": "192x192",
"src": "maskable_icon_x192.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "maskable_icon_x512.png",
"type": "image/png"
}
],
"screenshots": [
{
"src": "wide.png",
"sizes": "1280x720",
"type": "image/png",
"sizes": "192x192"
"form_factor": "wide"
},
{
"src": "logo512.png",
"src": "narrow.png",
"sizes": "720x1280",
"type": "image/png",
"sizes": "512x512"
"form_factor": "narrow"
}
],
"start_url": ".",
Expand Down
Binary file added public/maskable_icon_x192.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/maskable_icon_x512.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/narrow.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/wide.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 2b7d7e3

Please sign in to comment.