-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from reedu-reengineering-education/feat/logo
feat: add initial logo
- Loading branch information
Showing
32 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
BIN
+160 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+42.8 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png
Oops, something went wrong.
Binary file added
BIN
+160 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+42.8 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png
Oops, something went wrong.
Binary file added
BIN
+160 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png
Oops, something went wrong.
Binary file added
BIN
+42.8 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"icons": [ | ||
{ | ||
"src": "../icons/icon-48.webp", | ||
"type": "image/png", | ||
"sizes": "48x48", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-72.webp", | ||
"type": "image/png", | ||
"sizes": "72x72", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-96.webp", | ||
"type": "image/png", | ||
"sizes": "96x96", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-128.webp", | ||
"type": "image/png", | ||
"sizes": "128x128", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-192.webp", | ||
"type": "image/png", | ||
"sizes": "192x192", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-256.webp", | ||
"type": "image/png", | ||
"sizes": "256x256", | ||
"purpose": "any maskable" | ||
}, | ||
{ | ||
"src": "../icons/icon-512.webp", | ||
"type": "image/png", | ||
"sizes": "512x512", | ||
"purpose": "any maskable" | ||
} | ||
] | ||
} |