Skip to content

Commit

Permalink
Merge pull request #617 from pennlabs/aag/pdp-favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal authored Apr 6, 2024
2 parents 907f24d + d4a2e32 commit 61e81a0
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 10 deletions.
7 changes: 0 additions & 7 deletions frontend/degree-plan/pages/Test.tsx

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/degree-plan/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ export default function Document() {
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossOrigin="anonymous"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/>
<meta name="msapplication-TileColor" content="#da532c"/>
<meta name="theme-color" content="#ffffff"></meta>
</Head>
<Main />
<NextScript />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 frontend/degree-plan/public/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.
9 changes: 9 additions & 0 deletions frontend/degree-plan/public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added frontend/degree-plan/public/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 frontend/degree-plan/public/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 modified frontend/degree-plan/public/favicon.ico
Binary file not shown.
Binary file added frontend/degree-plan/public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/degree-plan/public/next.svg

This file was deleted.

32 changes: 32 additions & 0 deletions frontend/degree-plan/public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions frontend/degree-plan/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"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"
}
Binary file removed frontend/degree-plan/public/snapshot.png
Binary file not shown.
1 change: 0 additions & 1 deletion frontend/degree-plan/public/thirteen.svg

This file was deleted.

1 change: 0 additions & 1 deletion frontend/degree-plan/public/vercel.svg

This file was deleted.

0 comments on commit 61e81a0

Please sign in to comment.