Skip to content

Commit

Permalink
replace with care logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9111 committed Mar 23, 2022
1 parent f0d6d11 commit cda198d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

REACT_APP_TITLE=Corona Care
REACT_APP_META_DESCRIPTION=CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations.
REACT_APP_COVER_IMAGE=https://cdn.coronasafe.network/ksdma_logo.png
REACT_APP_COVER_IMAGE_ALT=https://cdn.coronasafe.network/ksdma_logo.webp
REACT_APP_COVER_IMAGE=https://cdn.coronasafe.network/care-manifest/images/icons/icon-192x192.png
REACT_APP_COVER_IMAGE_ALT=https://cdn.coronasafe.network/care-manifest/images/icons/icon-192x192.webp
REACT_APP_GITHUB_URL=https://github.com/coronasafe
REACT_APP_HEADER_LOGO=https://cdn.coronasafe.network/header_logo.png
REACT_APP_DEPLOYED_URL=care.coronasafe.network
Expand Down
98 changes: 36 additions & 62 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,65 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="%REACT_APP_META_DESCRIPTION%" />
<title>%REACT_APP_TITLE%</title>
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"
/>
<meta property="og:title" content="%REACT_APP_TITLE%" />
<meta
property="og:description"
content="%REACT_APP_META_DESCRIPTION%"
/>
<meta
property="og:image"
content="%REACT_APP_COVER_IMAGE%"
/>
<meta property="og:url" content="https://care.coronasafe.network/" />
<meta property="og:site_name" content="Care CoronaSafe Network." />
<meta name="twitter:title" content="Corona Care" />
<meta
name="twitter:description"
content="CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations."
/>
<meta
name="twitter:image"
content="%REACT_APP_COVER_IMAGE%"
/>
<meta name="twitter:card" content="summary" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Care" />
<link
rel="apple-touch-icon"
href="https://cdn.coronasafe.network/care-manifest/images/icons/icon-192x192.png"
/>
<meta name="theme-color" content="#33BB17" />
<link
rel="shortcut icon"
href="https://cdn.coronasafe.network/care-manifest/images/icons/favicon.ico"
type="image/x-icon"
/>
<link
rel="icon"
href="https://cdn.coronasafe.network/care-manifest/images/icons/favicon.ico"
type="image/x-icon"
/>
<link
rel="manifest"
href="/manifest.webmanifest"
crossorigin="use-credentials"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<script src="https://kit.fontawesome.com/f47a1fbb1c.js"></script>
</html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="%REACT_APP_META_DESCRIPTION%" />
<title>%REACT_APP_TITLE%</title>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
<meta property="og:title" content="%REACT_APP_TITLE%" />
<meta property="og:description" content="%REACT_APP_META_DESCRIPTION%" />
<meta property="og:image" content="%REACT_APP_COVER_IMAGE%" />
<meta property="og:url" content="https://care.coronasafe.network/" />
<meta property="og:site_name" content="Care CoronaSafe Network." />
<meta name="twitter:title" content="Corona Care" />
<meta name="twitter:description"
content="CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations." />
<meta name="twitter:image" content="%REACT_APP_COVER_IMAGE%" />
<meta name="twitter:card" content="summary" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Care" />
<link rel="apple-touch-icon" href="https://cdn.coronasafe.network/care-manifest/images/icons/icon-192x192.png" />
<meta name="theme-color" content="#33BB17" />
<link rel="shortcut icon" href="https://cdn.coronasafe.network/care-manifest/images/icons/favicon.ico"
type="image/x-icon" />
<link rel="icon" href="https://cdn.coronasafe.network/care-manifest/images/icons/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<script src="https://kit.fontawesome.com/f47a1fbb1c.js"></script>

</html>

0 comments on commit cda198d

Please sign in to comment.