Commit b497f82d authored by Aurelien's avatar Aurelien
Browse files

Merge branch '341-add-footer-for-tos-and-privacy' into 'latest'

Resolve "Add footer for  TOS and Privacy"

Closes #341

See merge request r2devops/hub!195
parents 018cd29f df4f34cd
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -316,3 +316,25 @@ opacity: .8;
.md-header {
    z-index: 3;
}

.somethingwrong{

  font-size: .64rem;
  font-weight: initial;
  padding: 10px;
}


.tellus{
  display: inline-block;
  padding: .625em 2em;
  border: .01rem solid currentColor;
  border-radius: .15rem;
  background-color: #FFFFFF;
  color:#000000;
  font-size:0.55rem;
}

.tellus:hover{
  background-color: #D9D9D9;
}

docs/privacy.md

0 → 100644
+15 −0
Original line number Diff line number Diff line
---
title: Privacy
description: Find here the privacy of R2Devops
---

## We respect you
R2Devops does not collect your personal data! We do track the visits on our website, but by using [Plausible.io](https://plausible.io/data-policy){:target="_blank"}, a GDPR compliant solution, we ensure no personal data are stored. With Plausible, we don't use cookies and respect the privacy of our website visitors.

## Privacy Policy
R2Devops’s Privacy Policy details the different ways personal data received from users are collected via the Website.

!!! success "It's simple, we do not store any personal data except your GitLab username if you are a contributor."


--8<-- "includes/abbreviations.md"

docs/tos.md

0 → 100644
+8 −0
Original line number Diff line number Diff line
---
title: Terms of use
description: Find here the terms of use of R2Devops
---



--8<-- "includes/abbreviations.md"
+5 −5
Original line number Diff line number Diff line
@@ -6,10 +6,11 @@ site_url: 'https://r2devops.io/'

# Copyright
copyright: '
🍪 This website uses cookies  <br/>
Copyright &copy; 2021 Go2Scale

'
tos: '/tos'
privacy: '/privacy'

# Repository
repo_name: 'r2devops/hub'
@@ -43,6 +44,8 @@ extra:
      link: 'https://discord.gg/5QKpGqR'
    - icon: 'fontawesome/solid/globe'
      link: 'https://go2scale.com/'
    - icon: fontawesome/brands/twitter
      link: https://twitter.com/Go2Scale
    - icon: 'fontawesome/brands/gitlab'
      link: 'https://gitlab.com/r2devops/'
    - icon: 'fontawesome/brands/youtube'
@@ -50,6 +53,7 @@ extra:
    - icon: 'fontawesome/brands/linkedin'
      link: 'https://www.linkedin.com/company/go2scale/'


extra_css:
    - css/extra.css
    - css/custom_admonitions.css
@@ -122,7 +126,3 @@ plugins:
  - awesome-pages
  - minify:
      minify_html: true # minification of html

google_analytics:
  - UA-180635226-1
  - auto
+0 −1
Original line number Diff line number Diff line
@@ -40,4 +40,3 @@
{% endblock %}
{% block content %}
{% endblock %}
{% block footer %}{% endblock %}
Loading