Skip to content

Commit

Permalink
Merge pull request finos#101 from grizzwolf/master
Browse files Browse the repository at this point in the history
added .png versions of Users - changed users.json files to .png
  • Loading branch information
rikoe authored Jul 10, 2019
2 parents 504c865 + da0219c commit d772491
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 11 deletions.
4 changes: 4 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ Change "background-color" to your Project's main color (FDC3 is #0033A0)

Note: make sure that you add your new logo to the docs/assets folder first - this is a separate image repository from the "website" part.

# users.json

iOS doesn't currently (July 2019) support .webp image files - so use .png - and force the code to use .png as well

# Full Documentation

Full documentation can be found on the [website](https://docusaurus.io/).
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Footer extends React.Component {
</section>
<section className="finos finosBanner">
<a href="https://www.finos.org">
<img id="finosicon" src={`https://grizzwolf.github.io/FDC3/img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<img id="finosicon" src={`img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<h2 id="proud">Proud member of the Fintech Open Source Foundation</h2>
</a>

Expand Down
24 changes: 24 additions & 0 deletions website/core/img/finos_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions website/data/users.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
[ {
"caption": "Adaptive Financial Consulting",
"image": "/img/users/adaptive.webp",
"image": "/img/users/adaptive.png",
"infoLink": "https://weareadaptive.com/",
"pinned": true,
"isMember": false
},
{
"caption": "Chart IQ",
"image": "/img/users/ChartIQ.webp",
"image": "/img/users/ChartIQ.png",
"infoLink": "https://www.chartiq.com/",
"pinned": true,
"isMember": true
},
{
"caption": "FactSet",
"image": "/img/users/FactSet.webp",
"image": "/img/users/FactSet.png",
"infoLink": "https://www.factset.com/",
"pinned": true,
"isMember": true
},
{
"caption": "Glue42",
"image": "/img/users/GLUE42.webp",
"image": "/img/users/GLUE42.png",
"infoLink": "https://glue42.com/",
"pinned": true,
"isMember": true
},
{
"caption": "GreenKey",
"image": "/img/users/GreenKey.webp",
"image": "/img/users/GreenKey.png",
"infoLink": "https://greenkeytech.com/",
"pinned": true,
"isMember": true
},
{
"caption": "IHS Markit",
"image": "/img/users/IHSMarkit.webp",
"image": "/img/users/IHSMarkit.png",
"infoLink": "https://ihsmarkit.com/",
"pinned": true,
"isMember": true
},
{
"caption": "JP Morgan",
"image": "/img/users/JPMorgan.webp",
"image": "/img/users/JPMorgan.png",
"infoLink": "https://www.jpmorgan.com/",
"pinned": true,
"isMember": true
},
{
"caption": "OpenFin",
"image": "/img/users/Openfin.webp",
"image": "/img/users/Openfin.png",
"infoLink": "https://openfin.co/",
"pinned": true,
"isMember": true
},
{
"caption": "Refinitv",
"image": "/img/users/Refinitiv.webp",
"image": "/img/users/Refinitiv.png",
"infoLink": "https://www.refinitiv.com/",
"pinned": true,
"isMember": true
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const siteConfig = {

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
repoUrl: 'https://grizzwolf.github.io/FDC3/'
repoUrl: 'https://github.com/FDC3/FDC3'
};

module.exports = siteConfig;
Binary file added website/static/img/users/FactSet.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 added website/static/img/users/GLUE42.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 added website/static/img/users/GreenKey.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 added website/static/img/users/IHSMarkit.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 added website/static/img/users/JPMorgan.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 added website/static/img/users/Openfin.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 added website/static/img/users/Refinitiv.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 added website/static/img/users/adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d772491

Please sign in to comment.