From 71b8fd875be800ba3a422c31ff2cb482b5829c81 Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Wed, 23 Sep 2020 04:21:53 +0530 Subject: [PATCH] Added Social Media Links to communication tools --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4d90272..ba6b0ac 100644 --- a/index.html +++ b/index.html @@ -170,13 +170,13 @@ <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1> <div> <ul> - <li>Big Blue Button (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li> - <li>Matrix rooms for instant messaging.</li> - <li>Mastodon for announcements.</li> + <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>Gitlab wiki for documentation, etc.</li> - <li>Peertube for uploading videos.</li> - <li>Cryptpad/Etherpad for collaborative editing.</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>Each project will have their own project communication platforms.</li> </ul> <p>These tools will be introduced during the course of the camp.</p> -- GitLab