diff --git a/website/content/learners.md b/website/content/learners.md index f44d96b5da884a3c339af177a32075a9ee10964b..add03f43887447c072307e8177b8566d191b7547 100644 --- a/website/content/learners.md +++ b/website/content/learners.md @@ -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> diff --git a/website/layouts/_default/baseof.html b/website/layouts/_default/baseof.html index 67f75eb99274e0044b379335f1fbdcd3168400ac..ef75271609775e1b663f9e9a63c631159f3f6988 100644 --- a/website/layouts/_default/baseof.html +++ b/website/layouts/_default/baseof.html @@ -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 }}