Fixing missing 'mailto:' and broken link in Terms (#204)

* Fixing missing 'mailto:'

* Fixing broken link in Terms
pull/1657/head
Peter Thaleikis 4 years ago committed by GitHub
parent 77b046d161
commit b8372b4ebe
  1. 2
      content/pages/about.md
  2. 2
      pages/terms.js

@ -35,5 +35,5 @@ Just make sure to [follow the contribution guidelines](https://github.com/kamran
No, the license of the content on this website does not allow you to redistribute any of the content on this website anywhere. You can use it for personal use or share the link to the content if you have to but redistribution is not allowed.
## What is the best way to contact you?
Tweet or send me a message [@kamranahmedse](https://twitter.com/kamranahmedse) or email me at [kamran@roadmap.sh](kamran@roadmap.sh). I get lots of messages so apologies in advance if you don't hear back from me soon but I do reply to everyone.
Tweet or send me a message [@kamranahmedse](https://twitter.com/kamranahmedse) or email me at [kamran@roadmap.sh](mailto:kamran@roadmap.sh). I get lots of messages so apologies in advance if you don't hear back from me soon but I do reply to everyone.

@ -26,7 +26,7 @@ const Terms = () => (
<p>Except for changes by us as described here, no other amendment or modification of these Terms will be effective unless in writing and signed by both you and us.</p>
<h4>Do these terms cover privacy?</h4>
<p>You can view the current roadmap.sh Privacy Policy <a href="/policy">here</a>.</p>
<p>You can view the current roadmap.sh Privacy Policy <a href="/privacy">here</a>.</p>
<p>The Childrens Online Privacy Protection Act (COPPA) requires that online service providers obtain parental consent before they knowingly collect personally identifiable information online from children who are under 13. We do not knowingly collect or solicit personally identifiable information from children under 13. If
you
are a child under 13, please do not attempt to register for the Services or send any personal information about yourself to us. If we learn we have collected personal information from a child under 13, we will delete that information as quickly as possible. If you believe that a child under 13 may have provided us personal

Loading…
Cancel
Save