From ecf1a1c6a0a1e880ee20b8a40ccc6a59bd385d44 Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Sat, 19 Sep 2020 03:58:34 +0530 Subject: [PATCH] Added Privacy Policy --- coc.html | 1 + index.html | 3 ++- learners.html | 1 + mentors.html | 1 + sched.html | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/coc.html b/coc.html index 9fac2d5..11cec9b 100644 --- a/coc.html +++ b/coc.html @@ -97,6 +97,7 @@ <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> </div> + <h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3> <p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> </footer> </main> diff --git a/index.html b/index.html index eb15de4..5cf474a 100644 --- a/index.html +++ b/index.html @@ -202,7 +202,8 @@ <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> </div> -<p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> + <h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3> + <p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> </footer> </main> </body> diff --git a/learners.html b/learners.html index 44e7f2b..499ef48 100644 --- a/learners.html +++ b/learners.html @@ -52,6 +52,7 @@ <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> </div> + <h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3> <p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> </footer> </main> diff --git a/mentors.html b/mentors.html index 92c9006..5ab0ca0 100644 --- a/mentors.html +++ b/mentors.html @@ -57,6 +57,7 @@ <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> </div> <p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> + <h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3> </footer> </main> </body> diff --git a/sched.html b/sched.html index a606ae0..1a096c9 100644 --- a/sched.html +++ b/sched.html @@ -143,6 +143,7 @@ <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> </div> + <h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3> <p style="text-align: center;">Made with <span style="color: #e25555;">♥</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p> </footer> </main> -- GitLab