Skip to content
Snippets Groups Projects
Commit 767d1c4b authored by Bady's avatar Bady
Browse files

Add spam warning to all pages

parent 89905f3e
Branches
No related merge requests found
......@@ -11,9 +11,6 @@ slug: learners
- Willingness to contribute to society
- Willingness to use GNU/Linux
- Communicate with mentors using Free Software tools
<div style="background-color:#fbe7e3;color:#7e3328;padding:5px 35px 5px 35px;border-left: solid 7px #f3bbb1;text-align: center;display:flex;align-items:center;margin:5vh auto;">
<p>Dear Learner, If you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn't land in your Inbox. If you use Gmail, it might categorize mailing list emails under the 'Promotions' tab. You will need to set a filter for "<i>mm.gnu.org.in</i>" to ensure it ends up in your Primary inbox. If you don't get one please mail to <i>camp@mm.gnu.org.in</i></p>
</div>
<div class="deco-box">
<p>Do you want to apply as Mentor instead?</p>
<button><a href='../mentors'>Apply As Mentor</a></button>
......
......@@ -2,12 +2,9 @@
<html>
{{- partial "head.html" . -}}
<body>
{{ if .IsHome }}
<div style="background-color:#fbe7e3;color:#7e3328;padding:5px 35px 5px 35px;border-left: solid 7px #f3bbb1;text-align: center;">
<p>Dear Learner, If you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn't land in your Inbox. If you use Gmail, it might categorize mailing list emails under the 'Promotions' tab. You will need to set a filter for "<i>mm.gnu.org.in</i>" to ensure it ends up in your Primary inbox. If you don't get one please mail to <i>camp@mm.gnu.org.in</i></p>
<p>Dear learner and mentors, if you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn't land in your Inbox. If you use Gmail, it might categorize mailing list emails under the 'Promotions' tab. You will need to set a filter for "<i>mm.gnu.org.in</i>" to ensure it ends up in your Primary inbox. If you don't get one please mail to <i>camp@mm.gnu.org.in</i></p>
</div>
{{ end }}
{{- partial "nav.html" . -}}
<main>
{{- block "main" . }}{{- end }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment