Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cambio de logos #382

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"assets": ["src/assets/favicon/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": []
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout/components/menu/app.menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<li class="p-0">
<a routerLink="/">
<img
src="../../../../assets/images/home/header/isotipo-color-SC.png"
src="../../../../assets/images/home/header/isotipo_color.svg"
alt="logo"
class="logo"
style="width: 30px; border-radius: 7px">
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/error/page/error.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class="surface-ground flex align-items-center justify-content-center min-h-screen min-w-screen overflow-hidden"
>
<div class="flex flex-column align-items-center justify-content-center">
<icon-soundcollect [iconClass]="'mb-5 w-9rem'" />
<img id="login-logo" src="../../../assets/images/home/header/logo_color.svg"/>
<div
style="
border-radius: 56px;
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/home/page/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="header" class="flex col-12">
<div class="card w-full bg-color-green">
<div class="col-12 flex justify-content-end">
<img id="logo" src="../../../../assets/images/home/header/logo-color-SC.png" title="SC_Logo_CAT" alt="sonsCAT" loading="lazy">
<img id="logo" src="../../../../assets/images/home/header/logo_white.svg" title="SC_Logo_CAT" alt="sonsCAT" loading="lazy">
</div>
<div class="col-12">
<h1>{{'home.header.wellcome' | translate}}</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class="surface-ground flex align-items-center justify-content-center min-h-screen min-w-screen overflow-hidden"
>
<div class="flex flex-column align-items-center justify-content-center">
<img id="login-logo" src="../../../assets/images/home/header/logo-color-SC.png"/>
<img id="login-logo" src="../../../assets/images/home/header/logo_color.svg"/>
<div
style="
border-radius: 56px;
Expand Down
Binary file added src/assets/favicon/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.
Binary file added src/assets/favicon/favicon-96x96.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 src/assets/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "sonsCAT - Dashboard",
"short_name": "sonsCAT",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added src/assets/favicon/web-app-manifest-192x192.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 src/assets/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/assets/images/home/header/isotipo_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/assets/images/home/header/logo_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading