gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Update frontend assets


From: gnunet
Subject: [libeufin] branch master updated: Update frontend assets
Date: Mon, 01 Jun 2020 14:27:53 +0200

This is an automated email from the git hooks/post-receive script.

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 6824b0d  Update frontend assets
6824b0d is described below

commit 6824b0d897699ca3236b42be1d3391ac29cc482a
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Mon Jun 1 20:27:34 2020 +0800

    Update frontend assets
---
 frontend/public/favicon.ico              | Bin 3150 -> 0 bytes
 frontend/public/index.html               |   7 ++++---
 frontend/public/libeufin-icon.png        | Bin 0 -> 601 bytes
 frontend/public/libeufin-logo-large.png  | Bin 0 -> 4148 bytes
 frontend/public/libeufin-logo-normal.png | Bin 0 -> 2238 bytes
 frontend/public/logo192.png              | Bin 5347 -> 0 bytes
 frontend/public/logo512.png              | Bin 9664 -> 0 bytes
 frontend/public/manifest.json            |  20 +++++++++-----------
 8 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
deleted file mode 100644
index bcd5dfd..0000000
Binary files a/frontend/public/favicon.ico and /dev/null differ
diff --git a/frontend/public/index.html b/frontend/public/index.html
index aa069f2..8fd1134 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -2,14 +2,15 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
-    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+    <link rel="icon" href="%PUBLIC_URL%/libeufin-icon.png" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="theme-color" content="#000000" />
     <meta
       name="description"
       content="Web site created using create-react-app"
     />
-    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+    <link rel="stylesheet" href="index.css" />
+    <link rel="apple-touch-icon" href="%PUBLIC_URL%/libeufin-logo-normal.png" 
/>
     <!--
       manifest.json provides metadata used when your web app is installed on a
       user's mobile device or desktop. See 
https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +25,7 @@
       work correctly both with client-side routing and a non-root public URL.
       Learn how to configure a non-root public URL by running `npm run build`.
     -->
-    <title>React App</title>
+    <title>LibEuFin</title>
   </head>
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>
diff --git a/frontend/public/libeufin-icon.png 
b/frontend/public/libeufin-icon.png
new file mode 100644
index 0000000..2f1f752
Binary files /dev/null and b/frontend/public/libeufin-icon.png differ
diff --git a/frontend/public/libeufin-logo-large.png 
b/frontend/public/libeufin-logo-large.png
new file mode 100644
index 0000000..d9c6a70
Binary files /dev/null and b/frontend/public/libeufin-logo-large.png differ
diff --git a/frontend/public/libeufin-logo-normal.png 
b/frontend/public/libeufin-logo-normal.png
new file mode 100644
index 0000000..a1d6248
Binary files /dev/null and b/frontend/public/libeufin-logo-normal.png differ
diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png
deleted file mode 100644
index fc44b0a..0000000
Binary files a/frontend/public/logo192.png and /dev/null differ
diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png
deleted file mode 100644
index a4e47a6..0000000
Binary files a/frontend/public/logo512.png and /dev/null differ
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
index 080d6c7..5498906 100644
--- a/frontend/public/manifest.json
+++ b/frontend/public/manifest.json
@@ -1,25 +1,23 @@
 {
-  "short_name": "React App",
-  "name": "Create React App Sample",
+  "short_name": "LibEuFin",
+  "name": "LibEuFin Frontend",
   "icons": [
     {
-      "src": "favicon.ico",
-      "sizes": "64x64 32x32 24x24 16x16",
+      "src": "libeufin-icon.png",
+      "sizes": "32x32",
       "type": "image/x-icon"
     },
     {
-      "src": "logo192.png",
+      "src": "libeufin-logo-normal.png",
       "type": "image/png",
-      "sizes": "192x192"
+      "sizes": "170x31"
     },
     {
-      "src": "logo512.png",
+      "src": "libeufin-logo-large.png",
       "type": "image/png",
-      "sizes": "512x512"
+      "sizes": "333x64"
     }
   ],
   "start_url": ".",
-  "display": "standalone",
-  "theme_color": "#000000",
-  "background_color": "#ffffff"
+  "display": "standalone"
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]