Skip to content

Commit

Permalink
Merge pull request #23 from blackfyre/#22-graphics-components
Browse files Browse the repository at this point in the history
#22 graphics components
  • Loading branch information
blackfyre authored Oct 13, 2023
2 parents ea57653 + 0e41840 commit f7a8be0
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 22 deletions.
3 changes: 1 addition & 2 deletions assets/public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/assets/images/mstile-70x70.png"/>
<square150x150logo src="/assets/images/mstile-150x150.png"/>
<TileColor>#ff0000</TileColor>
<TileColor>#013365</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified assets/public/images/android-chrome-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 removed assets/public/images/android-chrome-256x256.png
Binary file not shown.
Binary file modified assets/public/images/android-chrome-512x512.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed assets/public/images/apple-touch-icon-120x120.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/public/images/apple-touch-icon-152x152.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/public/images/apple-touch-icon-180x180.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/public/images/apple-touch-icon-60x60.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/public/images/apple-touch-icon-76x76.png
Binary file not shown.
Binary file not shown.
Binary file modified assets/public/images/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 modified assets/public/images/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 modified assets/public/images/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 assets/public/images/favicon.ico
Binary file not shown.
Binary file modified assets/public/images/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.
Binary file removed assets/public/images/mstile-70x70.png
Binary file not shown.
31 changes: 22 additions & 9 deletions assets/public/images/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.
Binary file added assets/public/images/smo_cover_1080x1080.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: 4 additions & 8 deletions assets/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/assets/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#003366",
"theme_color": "#013365",
"background_color": "#013365",
"start_url": "/",
"display": "standalone",
"start_url": "/"
"orientation": "portrait"
}
8 changes: 5 additions & 3 deletions assets/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ff0000">
<meta name="theme-color" content="#ffffff">
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#013365">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<meta name="msapplication-TileColor" content="#013365">
<meta name="msapplication-config" content="/assets/browserconfig.xml">
<meta name="theme-color" content="#013365">
{{block "head" .}}
{{end}}
</head>
Expand Down

0 comments on commit f7a8be0

Please sign in to comment.