From 078501bcf0a4bd37f66eaf8ebcc071c6c34ba9fa Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 03:02:58 +0530
Subject: [PATCH] Adding Footer

---
 coc.html      | 8 ++++++++
 learners.html | 8 ++++++++
 mentors.html  | 8 ++++++++
 sched.html    | 8 ++++++++
 4 files changed, 32 insertions(+)

diff --git a/coc.html b/coc.html
index 78be752..da3cd26 100644
--- a/coc.html
+++ b/coc.html
@@ -91,6 +91,14 @@
                     </div>
                 </section>
             </div>
+            <footer>
+                <div class="footer-icon-row ">
+                    <h1>Organised By</h1>
+                    <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;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
+            </footer>
         </main>
     </body>
 </html>
diff --git a/learners.html b/learners.html
index dc1b1cd..47a6e2c 100644
--- a/learners.html
+++ b/learners.html
@@ -46,6 +46,14 @@
                     <div class="reg_form">
                         <iframe frameborder="2" src="https://ee.kobotoolbox.org/single/FMPfxisV" width="80%" height="100%" style="margin: auto;"></iframe>
                     </div>
+            <footer>
+                <div class="footer-icon-row ">
+                    <h1>Organised By</h1>
+                    <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;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
+            </footer>
         </main>
     </body>
 </html>
diff --git a/mentors.html b/mentors.html
index bbfd1e5..cc14d45 100644
--- a/mentors.html
+++ b/mentors.html
@@ -50,6 +50,14 @@
                     <div class="reg_form">
                         <iframe frameborder="2" src="https://ee.kobotoolbox.org/single/eJ2m4rrb" width="80%" height="100%" style="margin: auto;"></iframe>
                     </div>
+            <footer>
+                <div class="footer-icon-row ">
+                    <h1>Organised By</h1>
+                    <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;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
+            </footer>
         </main>
     </body>
 </html>
diff --git a/sched.html b/sched.html
index b572f19..9e10e6a 100644
--- a/sched.html
+++ b/sched.html
@@ -137,6 +137,14 @@
                     </tbody>
                 </table>
             </section>
+            <footer>
+                <div class="footer-icon-row ">
+                    <h1>Organised By</h1>
+                    <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;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
+            </footer>
         </main>
     </body>
 </html>
-- 
GitLab