Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Fix up site preview images #1286

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scenes/src/app/scene-viewer/scene-viewer.scss
Original file line number Diff line number Diff line change
@@ -13,4 +13,5 @@ app-scene-viewer {
top: 0;
height: 100%;
width: 100%;
pointer-events: none;
}
Binary file added src/assets/img/favicon.ico
Binary file not shown.
Binary file removed src/assets/img/favicons/android-chrome-192x192.png
Binary file not shown.
Binary file removed src/assets/img/favicons/android-chrome-512x512.png
Binary file not shown.
Binary file removed src/assets/img/favicons/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions src/assets/img/favicons/browserconfig.xml

This file was deleted.

Binary file removed src/assets/img/favicons/favicon-16x16.png
Binary file not shown.
Binary file removed src/assets/img/favicons/favicon-32x32.png
Binary file not shown.
Binary file removed src/assets/img/favicons/favicon.ico
Binary file not shown.
20 changes: 0 additions & 20 deletions src/assets/img/favicons/manifest.json

This file was deleted.

Binary file removed src/assets/img/favicons/mstile-150x150.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/img/favicons/safari-pinned-tab.svg

This file was deleted.

9 changes: 9 additions & 0 deletions src/assets/img/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Angular Material",
"short_name": "Angular Material",
"theme_color": "#FFFFFF",
"background_color": "#d7e3ff",
"start_url": "/",
"display": "standalone",
"icons": []
}
Binary file modified src/assets/img/site-preview.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/assets/screenshots/autocomplete.scene.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/assets/screenshots/select.scene.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/assets/screenshots/timepicker.scene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 3 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -36,14 +36,8 @@
<meta property="og:image:width" content="1339" />
<meta property="og:image:height" content="943" />

<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png?v=8.2.3">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png?v=8.2.3">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png?v=8.2.3">
<link rel="manifest" href="assets/img/favicons/manifest.json?v=8.2.3">
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg?v=8.2.3" color="#d7e3ff">
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico?v=8.2.3">
<meta name="msapplication-TileColor" content="#d7e3ff">
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml?v=8.2.3">
<link rel="manifest" href="assets/img/manifest.json?v=19.0.0">
<link rel="shortcut icon" href="assets/img/favicon.ico?v=19.0.0">
<meta name="theme-color" content="#d7e3ff">

<link rel="preconnect" href="https://fonts.gstatic.com">
@@ -68,7 +62,7 @@
"@type": "Organization",
"name": "Angular",
"description": "Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.",
"url": "https://angular.io",
"url": "https://angular.dev",
"logo": "https://angular.io/assets/images/logos/angular/angular.svg"
}
}