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

Update logo and design #43

Merged
merged 1 commit into from Jan 14, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -4,7 +4,7 @@
class="example-icon"
aria-label="Example icon-button with menu icon"
>
<img height="40" src="../../assets/logo.jpeg">
<img height="40" src="../../assets/logo.png">
</button>

<h1 i18n="site header|App Title">{{ title }}</h1>
Expand Down
9 changes: 8 additions & 1 deletion apps/vaccitron/src/app/app-header/app-header.component.scss
Expand Up @@ -5,5 +5,12 @@ button {
mat-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-around;
background: transparent !important;
color: black;
box-shadow: 5px 10px 18px #888888;
}

mat-toolbar h1 {
color: black;
}
2 changes: 1 addition & 1 deletion apps/vaccitron/src/app/app.component.ts
Expand Up @@ -7,5 +7,5 @@ import { CITIES } from '@vacgaps/constants';
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
name = 'חברים לחיסונים';
name = 'המשקפת';
}
Binary file added apps/vaccitron/src/assets/attachments.zip
Binary file not shown.
Binary file added apps/vaccitron/src/assets/icons/128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/384.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/72.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/vaccitron/src/assets/icons/96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/vaccitron/src/assets/icons/icon-128x128.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-144x144.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-152x152.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-192x192.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-384x384.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-512x512.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-72x72.png
Binary file not shown.
Binary file removed apps/vaccitron/src/assets/icons/icon-96x96.png
Binary file not shown.
Binary file added apps/vaccitron/src/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions apps/vaccitron/src/manifest.webmanifest
Expand Up @@ -8,49 +8,49 @@
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"src": "assets/icons/72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-96x96.png",
"src": "assets/icons/96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-128x128.png",
"src": "assets/icons/128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-144x144.png",
"src": "assets/icons/144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-152x152.png",
"src": "assets/icons/152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-192x192.png",
"src": "assets/icons/192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-384x384.png",
"src": "assets/icons/384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-512x512.png",
"src": "assets/icons/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
Expand Down