From 741cf1e5e43bf764f69a2ce86e29ede5d316eedd Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Sun, 11 Oct 2020 00:19:02 +0530
Subject: [PATCH] Embed mailing list video in home and welcome pages

---
 website/content/welcome.md | 4 +++-
 website/layouts/index.html | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/website/content/welcome.md b/website/content/welcome.md
index 12120f6..30dbb5a 100644
--- a/website/content/welcome.md
+++ b/website/content/welcome.md
@@ -20,7 +20,9 @@ A mail send to a mailing list is distributed to all members, so when we send an
 
 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.
 
-Akshay has created a [video](https://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803) to explain how to join the mailing list.
+Akshay has created a [video](https://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803) to explain how to join the mailing list:
+
+<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" frameborder="0" allowfullscreen style="padding:10px"></iframe>
 
 ## Mastodon/Fediverse:
 
diff --git a/website/layouts/index.html b/website/layouts/index.html
index fff6203..6ff322e 100644
--- a/website/layouts/index.html
+++ b/website/layouts/index.html
@@ -113,13 +113,14 @@
                     <li><a href="https://bigbluebutton.org/" target="_blank">Big Blue Button</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
                     <li><a href="https://matrix.org" target="_blank">Matrix</a> rooms for instant messaging.</li>
                     <li><a href="https://joinmastodon.org/" target="_blank">Mastodon</a> for announcements.</li>
-                    <li><a href="https://list.org" target="_blank">Mailing list</a> for announcements and discussions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" target="_blank">Mailing list</a> for announcements and discussions.</li>
                     <li><a href="https://about.gitlab.com" target="_blank">Gitlab</a> wiki for documentation, etc.</li>
                     <li><a href="https://joinpeertube.org" target="_blank">Peertube</a> for uploading videos.</li>
                     <li><a href="https://cryptpad.fr" target="_blank">Cryptpad</a>/<a href="https://etherpad.org/">Etherpad</a> for collaborative editing.</li>
                     <li>Each project will have their own project communication platforms.</li>
                 </ul>
                 <p>These tools will be introduced during the course of the camp.</p>
+                <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" frameborder="0" allowfullscreen style="padding:10px"></iframe>
             </div>
         </div>
     </div>
-- 
GitLab