-
Notifications
You must be signed in to change notification settings - Fork 1
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 #261 from zimmerman-team/develop
Variety of copy & URL/I changes
- Loading branch information
Showing
25 changed files
with
138 additions
and
189 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,71 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<!-- | ||
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/ | ||
--> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<!-- | ||
Notice the use of %PUBLIC_URL% in the tags above. | ||
It will be replaced with the URL of the `public` folder during the build. | ||
Only files inside the `public` folder can be referenced from the HTML. | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<!-- | ||
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/ | ||
--> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<!-- | ||
Notice the use of %PUBLIC_URL% in the tags above. | ||
It will be replaced with the URL of the `public` folder during the build. | ||
Only files inside the `public` folder can be referenced from the HTML. | ||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will | ||
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`. | ||
--> | ||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will | ||
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`. | ||
--> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CP65J0T1G0"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script src="https://unpkg.com/[email protected]/dist/ponyfill.es6.js"></script> | ||
<title>IATI.cloud</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
gtag('config', 'G-CP65J0T1G0'); | ||
</script> | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
<script src="https://unpkg.com/[email protected]/dist/ponyfill.es6.js"></script> | ||
|
||
<script type="text/javascript"> | ||
(function(e, t, r, n, a) { | ||
var c = []; | ||
e[a] = function() { | ||
c.push(arguments); | ||
}; | ||
e[a].queue = c; | ||
var s = t.createElement(r); | ||
s.async = 1; | ||
s.src = n; | ||
var u = t.getElementsByTagName(r)[0]; | ||
u.parentNode.insertBefore(s, u); | ||
})(window, document, 'script', '//cdn.sematext.com/rum.js', 'strum'); | ||
</script> | ||
<script type="text/javascript"> | ||
strum('config', { | ||
token: '155abb23-9f7e-4bf0-bebd-86ee4043ed74', | ||
receiverUrl: 'https://rum-receiver.eu.sematext.com', | ||
}); | ||
</script> | ||
<title>IATI.cloud</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
To begin the development, run `npm start` or `yarn start`. | ||
To create a production bundle, use `npm run build` or `yarn build`. | ||
--> | ||
</body> | ||
To begin the development, run `npm start` or `yarn start`. | ||
To create a production bundle, use `npm run build` or `yarn build`. | ||
--> | ||
</body> | ||
</html> |
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
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
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 |
---|---|---|
|
@@ -60,23 +60,23 @@ export const FooterLG = () => { | |
<Mail style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
[email protected] | ||
[email protected] | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
<Grid container item alignItems="center"> | ||
<Twitter style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="https://twitter.com/IATI_aid" | ||
href="https://twitter.com/zimmerman_team" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
@iati | ||
@zimmerman | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
|
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 |
---|---|---|
|
@@ -59,23 +59,23 @@ export const FooterMD = () => { | |
<Mail style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
[email protected] | ||
[email protected] | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
<Grid item style={{ display: 'flex' }} > | ||
<Twitter style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="https://twitter.com/IATI_aid" | ||
href="https://twitter.com/zimmerman_team" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
@iati | ||
@zimmerman | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
|
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 |
---|---|---|
|
@@ -32,23 +32,23 @@ export const FooterSM = () => { | |
<Mail style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
[email protected] | ||
[email protected] | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
<Grid item style={{ display: 'flex' }} > | ||
<Twitter style={{ marginRight: '16px', fill: 'white' }} /> | ||
<Typography variant="body1" color="textSecondary"> | ||
<Link | ||
href="https://twitter.com/IATI_aid" | ||
href="https://twitter.com/zimmerman_team" | ||
target="_blank" | ||
style={{ color: 'white', textDecoration: 'underline' }} | ||
> | ||
@iati | ||
@zimmerman | ||
</Link> | ||
</Typography> | ||
</Grid> | ||
|
Oops, something went wrong.