Skip to content

Commit

Permalink
Merge pull request #44 from 0xPolygonID/legal-docs
Browse files Browse the repository at this point in the history
Adds legal docs
  • Loading branch information
pragmatos authored Oct 21, 2023
2 parents 1cb91db + 218534a commit 1e60627
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,10 @@ p {
.faq-dropdown-list-content {
overflow: hidden;
}
.legal-docs {
padding-top: 1rem;
text-align: center;
}
.section-divider {
margin-bottom: 64px;
}
Expand Down
9 changes: 7 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,21 @@ function Home() {
<section className="faq">
<FAQSection {...contentData.faq}/>
</section>
<section>
<div className="legal-docs">
By using our services you agree to Polygon ID's <a href="privacy-policy.pdf" target='_blank'>Privacy Policy</a>, <a href="cookie-policy.pdf" target='_blank'>Cookie Policy</a> and <a href="terms-of-use.pdf" target='_blank'>Terms of Use</a>.
</div>
</section>
</div>
<div className="section-divider-40"></div>
{/*<div className="section-divider-40"></div>*/}
<section className="newsletter">
<div className="newsletter_anim-wrapper pb_intersection">
<div className="animation_embed w-embed w-iframe">
<iframe src="https://player.vimeo.com/video/791149043?h=a0b62c3daa&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479&amp;loop=1&amp;autoplay=1&amp;background=1" frameBorder="0" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen="" style={{position: 'absolute', top:0, left:0, width:'100%', height:'100%'}} title="Hero" data-ready="true"></iframe>
</div>
</div>
<div className="padding-global">
<div className="container-medium">
<div className="container-medium">
<div className="padding-section-large">
<div className="newsletter-section_max-width">
<div className="tiny-text">{contentData.stayUpToDate.title}</div>
Expand Down
Binary file added static/cookie-policy.pdf
Binary file not shown.
Binary file added static/privacy-policy.pdf
Binary file not shown.
Binary file added static/terms-of-use.pdf
Binary file not shown.

0 comments on commit 1e60627

Please sign in to comment.