From ffb4a33826fe091ef7fd83994e7cd7b1cb1ff5c3 Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Fri, 25 Sep 2020 01:23:58 +0530
Subject: [PATCH] Update links

---
 index.html | 18 +++++++++---------
 style.css  |  4 ++++
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/index.html b/index.html
index 6c0c1aa..d966994 100644
--- a/index.html
+++ b/index.html
@@ -137,7 +137,7 @@
                 <div class="about-section" style="margin-top: 10vh auto;">
                     <div class="about-text">
                         <h1 class="medium-heading" style="color:#469198">How does it work</span>?</h1>
-                        <p class="para">Learners apply to join the program and are given a common introduction to the program, to free software, and to the projects they can work on. These sessions will be conducted online using <a href="#tools" style="text-decoration:none; color: #0000FF">free software tools</a>. Then they submit proposal(s) for working on the project of their choice which is evaluated and mentors get assigned for these. Learners can also choose to work independently without dedicated mentors. Learners are expected to report regularly on their progress and periodic review is done. By the end of the camp the learners will be contributing to free software and collaborating with other contributors from around the world.
+                        <p class="para">Learners apply to join the program and are given a common introduction to the program, to free software, and to the projects they can work on. These sessions will be conducted online using <a href="#tools">free software tools</a>. Then they submit proposal(s) for working on the project of their choice which is evaluated and mentors get assigned for these. Learners can also choose to work independently without dedicated mentors. Learners are expected to report regularly on their progress and periodic review is done. By the end of the camp the learners will be contributing to free software and collaborating with other contributors from around the world.
                         </p>
                     </div>
                 </div>
@@ -170,13 +170,13 @@
                         <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
                         <div>
                             <ul>
-                                <li><a href="https://bigbluebutton.org/">Big Blue Button</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
-                                <li><a href="https://matrix.org">Matrix</a> rooms for instant messaging.</li>
-                                <li><a href="https://joinmastodon.org/">Mastodon</a> for announcements.</li>
-                                <li>Mailing list for announcements and discussions.</li>
-                                <li><a href="https://about.gitlab.com">Gitlab</a> wiki for documentation, etc.</li>
-                                <li><a href="https://joinpeertube.org">Peertube</a> for uploading videos.</li>
-                                <li><a href="https://cryptpad.fr">Cryptpad</a>/<a href="https://etherpad.org/">Etherpad</a> for collaborative editing.</li>
+                                <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://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>
@@ -245,7 +245,7 @@
                                 </a>
                             </li>
                             <li>
-                                <a href="promo.html" target="_blank" rel="noopener" title="Sharing is caring">
+                                <a href="promo.html" rel="noopener" title="Sharing is caring">
                                     <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-heart" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#dddddd" fill="none" stroke-linecap="round" stroke-linejoin="round">
                                         <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
 
diff --git a/style.css b/style.css
index b41bb37..7470ffe 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,10 @@
 h1, h2{
     font-weight: 400;
 }
+a{
+    text-decoration: none;
+    color: #0000FF";
+}
 .nav-container{
     width: 100%;
     color: blue;
-- 
GitLab