From 955d849aa976be953f83b7b030dfa7eb8eb24225 Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Sun, 11 Oct 2020 22:27:32 +0530
Subject: [PATCH] Add schedule link to welcome pages

---
 welcome-mentors/index.html | 7 +++++--
 welcome/index.html         | 5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/welcome-mentors/index.html b/welcome-mentors/index.html
index 81c398d..27b3e54 100644
--- a/welcome-mentors/index.html
+++ b/welcome-mentors/index.html
@@ -72,10 +72,13 @@ We have received your application to join Free Software Camp 2020 organized by F
 <li>Add your project ideas to this <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list">wiki page</a> (contact us with your git.fosscommunity.in username for getting access to edit the wiki page)</li>
 <li>Consider subscribing to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a> or following us on <a href="https://social.masto.host/@fscamp">mastodon/fediverse</a> for updates regarding the camp and join in the conversation on <a href="https://matrix.to/#/#fscamp:poddery.com">matrix</a> using any of the matrix powered apps like Element. If new to using matrix, you can sign up for accounts by following instructions at <a href="https://chat.feneas.org">chat.feneas.org</a>, <a href="https://chat.tchncs.de">chat.tchncs.de</a> or <a href="https://chat.privacytools.io">chat.privacytools.io</a>, instead of using matrix.org which will help to reduce their server load.</li>
 </ol>
+<div style="margin:30px auto">
+  <a class="button" href="../sched">View Camp Schedule</a>
+</div>
 <p>You can reach out to us on camp at mm.gnu.org.in for any queries or concerns.
 <br><br>
-Regards,
-Free Software Camp Organizing Team</p>
+Regards,</p>
+<p>Free Software Camp Organizing Team</p>
 
 </section>
 
diff --git a/welcome/index.html b/welcome/index.html
index 80cf8be..066a53c 100644
--- a/welcome/index.html
+++ b/welcome/index.html
@@ -73,7 +73,10 @@ We have received your application to join Free Software Camp 2020 organized by F
 <li>Consider subscribing to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a> or following us on <a href="https://social.masto.host/@fscamp">mastodon/fediverse</a> for updates regarding the camp and join in the conversation on <a href="https://matrix.to/#/#fscamp:poddery.com">matrix</a> using any of the matrix powered apps like Element.</li>
 <li>If your age is below 15, please contact us at camp at mm.gnu.org.in.</li>
 </ol>
-<p>If you are new to these terms, here is an explanation:</p>
+<div style="margin:30px auto">
+  <a class="button" href="../sched">View Camp Schedule</a>
+</div>
+<p>If you are new to some of the above terms, here is an explanation:</p>
 <h2 id="mailing-list">Mailing list:</h2>
 <p>A mail send to a mailing list is distributed to all members, so when we send an email to camp-announce mailing list, all of you will get a copy of the mail.</p>
 <p>We have sent you an invitation to join the camp-announce mailing list, but Gmail seems to be marking it as spam even though we have correct DKIM and SPF records (these are standards for authenticating emails) for our emails. If you mark the invitation as not spam, it may help new people receive the mail in their inbox.</p>
-- 
GitLab