Skip to content

Commit

Permalink
Adding FDC3 Survey Links in Marquee and temp using FeatureCallout for…
Browse files Browse the repository at this point in the history
… Survey (Hid Use Cases Temporarily)
  • Loading branch information
grizzwolf committed Dec 3, 2019
1 parent 9d34919 commit 3643df0
Show file tree
Hide file tree
Showing 6 changed files with 1,069 additions and 1,066 deletions.
Binary file added docs/assets/fdc3-survey-1080.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/why-fdc3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Why FDC3

## Why look for FDC3 enabled applications?

You want your business to move fast and use best of breed applications. Application integration has traditionally been a time consuming and costly exercise, meaning that once a set of applications supporting a workflow was established, changing parts of the workflow without very good reason was a no-go. The main goal of FDC3 is to standardize how applications communicate, without having defined inter-application workflows prior to being deployed. Applications that are FDC3 enabled can take part in a workflow on the desktop without any coding or manual integration, allowing you to replace one application with another application serving the same functions to the desktop (in FDC3 terms - supporting the same Intents and Context)
sssssYou want your business to move fast and use best of breed applications. Application integration has traditionally been a time consuming and costly exercise, meaning that once a set of applications supporting a workflow was established, changing parts of the workflow without very good reason was a no-go. The main goal of FDC3 is to standardize how applications communicate, without having defined inter-application workflows prior to being deployed. Applications that are FDC3 enabled can take part in a workflow on the desktop without any coding or manual integration, allowing you to replace one application with another application serving the same functions to the desktop (in FDC3 terms - supporting the same Intents and Context)

## Why should I FDC3-enable my applications?

Expand Down
4 changes: 3 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
"docusaurus": "1.12.0",
"redoc-cli": "0.8.5"
},
"resolutions": {"**/**/underscore.string": "^3.3.5" }
"resolutions": {
"**/**/underscore.string": "^3.3.5"
}
}
18 changes: 16 additions & 2 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class HomeSplash extends React.Component {
<PromoSection>
<Button href={docUrl('fdc3-intro')}>Get Started</Button>
<Button href={repoUrl}>GitHub</Button>
<Button href="https://www.surveymonkey.com/r/finosfdc3">FDC3 Survey</Button>
</PromoSection>
</div>
</SplashContainer>
Expand Down Expand Up @@ -102,6 +103,8 @@ class Index extends React.Component {
</Container>
);



const Features = () => (
<Block background="white" layout="fourColumn">
{[
Expand Down Expand Up @@ -137,11 +140,20 @@ class Index extends React.Component {

const FeatureCallout = () => (
<div className="featureShowcaseSection paddingBottom" style={{textAlign: 'center'}}>
<h2>Use Cases</h2>
<MarkdownBlock>{`Document business [use cases](${docUrl('use-cases/overview')}) that drive FDC3 interoperability standards.`}</MarkdownBlock>
<h2>FDC3 Survey</h2>

<p>As we approach the end of the first year of the FDC3 1.0 standards, FINOS would like to get your feedback on how well FDC3</p>
<p> - both the project community and the technical standard - </p>
<p>is doing addressing the needs of financial organizations, and how we can better help and support both companies adopting FDC,</p>
<p>as well as contributors involved in building out and further developing the specification.</p>
<h3><a href="https://www.surveymonkey.com/r/finosfdc3">Fill Out The Survey Here</a></h3>
<a href="https://www.surveymonkey.com/r/finosfdc3"><img id="fdc3survey" src={`${baseUrl}docs/assets/fdc3-survey-1080.jpeg`} height='300px' alt="FDC3 Survey" title="FDC3 Survey"/></a>

</div>
);

//<MarkdownBlock>{`Document business [use cases](${docUrl('use-cases/overview')}) that drive FDC3 interoperability standards.`}</MarkdownBlock>

//const FinosBanner = () => (
//<div className="finos finosBanner">
//<a href="https://www.finos.org">
Expand Down Expand Up @@ -192,4 +204,6 @@ class Index extends React.Component {

module.exports = Index;



//<FinosBanner />
3 changes: 2 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const siteConfig = {
organizationName: 'FDC3',
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{doc: 'fdc3-intro', label: 'Docs'},

{doc: 'fdc3-intro', label: 'Docs'},
{doc: 'use-cases/overview', label: 'Use Cases'},
{page: 'get-involved', label: 'Get Involved'},
{doc: 'why-fdc3', label: 'Why FDC3'}
Expand Down
Loading

0 comments on commit 3643df0

Please sign in to comment.