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

Commit

Permalink
Fix up site preview images
Browse files Browse the repository at this point in the history
Updates the site preview images to match the latest design, updates the favicon and removes a bunch of the OS-specific icons.
  • Loading branch information
crisbeto committed Nov 4, 2024
1 parent ac859c2 commit f4c00cf
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 39 deletions.
1 change: 1 addition & 0 deletions scenes/src/app/scene-viewer/scene-viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.
11 changes: 2 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@
<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="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">
Expand All @@ -68,7 +61,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"
}
}
Expand Down

0 comments on commit f4c00cf

Please sign in to comment.