From c07e1b707affb0cc4b7bca03cb360952c1af23cb Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 03:30:44 +0530
Subject: [PATCH] CDN Fix and Style Fix

---
 coc.html      | 2 +-
 index.html    | 2 +-
 learners.html | 2 +-
 mentors.html  | 2 +-
 sched.html    | 6 +++---
 style.css     | 1 +
 6 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/coc.html b/coc.html
index da3cd26..9fac2d5 100644
--- a/coc.html
+++ b/coc.html
@@ -9,7 +9,7 @@
         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
         <link rel="apple-touch-icon" href="/apple-touch-icon.png">
         <!-- Place favicon.ico in the root directory -->
-        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
+        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
     </head>
     <body>
         <main>
diff --git a/index.html b/index.html
index 937e36e..ae8bb97 100644
--- a/index.html
+++ b/index.html
@@ -191,7 +191,7 @@
                     </div>
                 </div>
             </section>
-            <footer>
+            <footer style="margin-top: 0">
                 <div class="footer-icon-row " style="text-align: center">
                     <h1>Organised By</h1>
                     <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
diff --git a/learners.html b/learners.html
index 47a6e2c..44e7f2b 100644
--- a/learners.html
+++ b/learners.html
@@ -9,7 +9,7 @@
         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
         <link rel="apple-touch-icon" href="/apple-touch-icon.png">
         <!-- Place favicon.ico in the root directory -->
-        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
+        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
     </head>
     <body>
         <main>
diff --git a/mentors.html b/mentors.html
index cc14d45..92c9006 100644
--- a/mentors.html
+++ b/mentors.html
@@ -9,7 +9,7 @@
         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
         <link rel="apple-touch-icon" href="/apple-touch-icon.png">
         <!-- Place favicon.ico in the root directory -->
-        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
+        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
     </head>
     <body>
         <main>
diff --git a/sched.html b/sched.html
index 9e10e6a..a606ae0 100644
--- a/sched.html
+++ b/sched.html
@@ -9,7 +9,7 @@
         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
         <link rel="apple-touch-icon" href="/apple-touch-icon.png">
         <!-- Place favicon.ico in the root directory -->
-        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
+        <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
     </head>
     <body>
         <main>
@@ -25,8 +25,8 @@
                     <ul class="menu">
                         <li><a href="index.html#about">About</a></li>
                         <li><a href="coc.html">Code of Conduct</a></li>
-                        <li><a href="#">Schedule</a></li>
-                        <li><a href="#">Contact</a></li>
+                        <li><a href="sched.html">Schedule</a></li>
+                        <li><a href="index.html#contact">Contact</a></li>
                         <label for="chk" class="hide-menu-btn">
                             <i class="nav-icon fas fa-times"></i>
                         </label>
diff --git a/style.css b/style.css
index 9d89f21..86184ed 100644
--- a/style.css
+++ b/style.css
@@ -353,6 +353,7 @@ footer{
     padding: 20px;
     color: white;
     display: flex;
+    margin-top: 10vh;
     flex-direction: column;
 }
 footer .icon-row{
-- 
GitLab