From 055e79cb01d579ad75fc41847a4a685113c54251 Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 02:25:25 +0530
Subject: [PATCH] Minor Fixes

---
 coc.html      | 5 +++--
 learners.html | 1 -
 sched.html    | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/coc.html b/coc.html
index 2e32692..78be752 100644
--- a/coc.html
+++ b/coc.html
@@ -23,9 +23,10 @@
                     <i class="nav-icon fas fa-bars"></i>
                     </label>
                     <ul class="menu">
-                        <li><a href="#">About</a></li>
+                        <li><a href="index.html#about">About</a></li>
                         <li><a href="#">Code of Conduct</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/learners.html b/learners.html
index 6082dd8..dc1b1cd 100644
--- a/learners.html
+++ b/learners.html
@@ -9,7 +9,6 @@
         <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="" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
         <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
     </head>
     <body>
diff --git a/sched.html b/sched.html
index e15c4d9..b572f19 100644
--- a/sched.html
+++ b/sched.html
@@ -9,7 +9,6 @@
         <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://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
         <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-5/14.0.awesome/css/all.min.css" crossorigin="anonymous" />
     </head>
     <body>
-- 
GitLab