Skip to content

Commit

Permalink
Merge pull request #311 from smartlogic/create-privacy-policy
Browse files Browse the repository at this point in the history
Create privacy.html
  • Loading branch information
danivovich authored Apr 2, 2024
2 parents 8c41e8e + 52aeb59 commit c8bd6ad
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/footer-common.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<li class="footer__right-menu-item"><a href="/about/team">Our Team</a></li>
<li class="footer__right-menu-item"><a href="/about/community">Community</a></li>
<li class="footer__right-menu-item"><a href="https://blog.smartlogic.io/">Blog</a></li>
<li class="footer__right-menu-item"><a target="_blank" href="https://mailchi.mp/smartlogic/signup">Newsletter</a></li>
<!-- <li class="footer__right-menu-item"><a target="_blank" href="https://mailchi.mp/smartlogic/signup">Newsletter</a></li> -->
<li class="footer__right-menu-item"><a href="/about/privacy.html">Privacy Policy</a></li>
<li class="footer__right-menu-item"><a href="/about/jobs">Jobs</a></li>

</ul>
Expand Down
22 changes: 22 additions & 0 deletions _sass/pages/privacy.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.privacy {
margin-left: 16px;
margin-right: 16px;
h1 {
display: block;
margin-top: 12px;
margin-bottom: 12px;
}
h2 {
display: block;
margin-top: 8px;
margin-bottom: 8px;
}
h3 {
display: block;
margin-top: 6px;
margin-bottom: 6px;
}
li {
padding: 6px;
}
}
Loading

0 comments on commit c8bd6ad

Please sign in to comment.