Skip to content

Commit

Permalink
Merge pull request #137 from nkolba/cta-format
Browse files Browse the repository at this point in the history
fixed CTA style issues, tightened up the CTA copy
  • Loading branch information
rikoe authored Dec 4, 2019
2 parents 22a9f0f + f70b545 commit 7393805
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,16 @@ class Index extends React.Component {

const FeatureCallout = () => (
<div className="featureShowcaseSection paddingBottom">
<div style={{float:'left',paddingLeft:'9px',paddingRight:'9px',width:'200px'}}>
<div class="CTA-image" style={{paddingLeft:'9px',paddingRight:'9px'}}>
<a href="https://www.surveymonkey.com/r/finosfdc3" target="_blank"><img style={{width:'150px',height:'150px'}} id="fdc3survey" src={`${baseUrl}docs/assets/fdc3-survey-1080.jpeg`} height='300px' alt="FDC3 Survey" title="FDC3 Survey"/></a>

</div>
<div>
<div class="CTA-text">

<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
- both the project community and the technical standard -
is doing addressing the needs of financial organizations, and how we can better help and support both companies adopting FDC3,
as well as contributors involved in building out and further developing the specification.</p>
- both the community and the standard -
is addressing the needs of financial organizations. With your feedback, we can better help and support companies adopting FDC3,
as well as contributors to the specification.</p>
<h3><a href="https://www.surveymonkey.com/r/finosfdc3" target="_blank">Fill Out The Survey Here!</a></h3>
</div>

Expand Down
8 changes: 8 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ body {

.featureShowcaseSection .logos img {
width: 200px;

}

.featureShowcaseSection h2{
Expand All @@ -141,6 +142,13 @@ body {
background-color: #F7F7F7; /* CHANGE THIS TO PRIMARY PROJECT COLOR */
padding-top: 10px;
padding-bottom: 40px;
display: inline-flex;
flex-wrap: nowrap;
}

.CTA-image {
width: 200px;
flex: none;
}

.productShowcaseSection h2{
Expand Down

0 comments on commit 7393805

Please sign in to comment.