diff --git a/categories/index.html b/categories/index.html
index 979b01ec76701a47fc6b92b4be953e61d3474a06..19efb43c855154e49473f75d11aea02e9d85f049 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -2,31 +2,63 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en" selected="selected">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -60,13 +92,13 @@
 </main>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/categories/index.xml b/categories/index.xml
index 8d933423d5240754a90a900b646088d095caf3be..8e4c4610cdadd9209d9b1c36177e96b82c465b59 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>Categories on Free Software Camp</title>
-    <link>https://camp.fsf.org.in/categories/</link>
-    <description>Recent content in Categories on Free Software Camp</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsf.org.in/categories/index.xml" rel="self" type="application/rss+xml" />
+    <title>Categories on Software Freedom Camp (Diversity Edition)</title>
+    <link>https://camp.fsci.in/categories/</link>
+    <description>Recent content in Categories on Software Freedom Camp (Diversity Edition)</description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/categories/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/coc/index.html b/coc/index.html
index 299310656d0932d668071201a6afcdb08d4c851d..89a3f30f535de7c405170757eb23761eedf9e886 100644
--- a/coc/index.html
+++ b/coc/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/code-of-conduct/</title><link rel="canonical" href="https://camp.fsf.org.in/code-of-conduct/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/code-of-conduct/" /></head></html>
\ No newline at end of file
+<!DOCTYPE html><html><head><title>https://camp.fsci.in/code-of-conduct/</title><link rel="canonical" href="https://camp.fsci.in/code-of-conduct/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsci.in/code-of-conduct/" /></head></html>
\ No newline at end of file
diff --git a/code-of-conduct/index.html b/code-of-conduct/index.html
index 61013b7bb16b3cba0c7424360ab0c907016f861f..1f8d730b6b784146232b009d01f117c241700a85 100644
--- a/code-of-conduct/index.html
+++ b/code-of-conduct/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -55,25 +56,25 @@
 <main>
 <section class="page">
   <h1 style="text-align: center;">Code Of Conduct</h1>
-  <h1 id="free-software-camp-code-of-conduct">Free Software Camp Code of Conduct</h1>
-<p>Free Software Camp, as part of the greater Free Software Community, assumes good faith on all those who wish to improve Free Software Projects. However, other experiences at other programs have shown us the need to adopt a Code of Conduct in which we state our expectations of all participants and organizers during the Free Software Camp.</p>
-<p>This code of conduct applies to all participants of Free Software Camp, in addition to the <a href="https://fsci.in/code-of-conduct/">FSCI Code of Conduct</a> that applies to the FSCI community as a whole.</p>
+  <h1 id="software-freedom-camp-code-of-conduct">Software Freedom Camp Code of Conduct</h1>
+<p>Software Freedom Camp, as part of the greater Free Software Community, assumes good faith on all those who wish to improve Free Software Projects. However, other experiences at other programs have shown us the need to adopt a Code of Conduct in which we state our expectations of all participants and organizers during the Software Freedom Camp.</p>
+<p>This code of conduct applies to all participants of Software Freedom Camp, in addition to the <a href="https://fsci.in/code-of-conduct/">FSCI Code of Conduct</a> that applies to the FSCI community as a whole.</p>
 <h2 id="fsci-diversity-statement">FSCI Diversity Statement</h2>
 <p>FSCI welcomes and encourages participation by everyone.</p>
 <p>No matter how you identify yourself or how others perceive you: we welcome you. We welcome contributions from everyone as long as they interact constructively with our community.</p>
 <p>While much of the work for our project is technical in nature, we value and encourage contributions from those with expertise in other areas, and welcome them into our community.</p>
 <h2 id="be-excellent-to-each-other">Be excellent to each other</h2>
-<p>Free Software Camp is committed to providing a safe environment for all participants. All participants are expected to treat all people and infrastructure with respect and help create a welcoming environment. If you notice behavior that fails to meet this standard, please speak up and help to keep Free Software Camp as respectful as we expect it to be.</p>
-<p>Free Software Camp is committed to the ideals expressed in our Diversity Statement (above) and the FSCI Code of Conduct. We ask all our members, mentors, volunteers, participants and guests to adopt these principles. We are a diverse community. Sometimes this means we need to work harder to ensure we&rsquo;re creating an environment of trust and respect where all who come to participate feel comfortable and included.</p>
+<p>Software Freedom Camp is committed to providing a safe environment for all participants. All participants are expected to treat all people and infrastructure with respect and help create a welcoming environment. If you notice behavior that fails to meet this standard, please speak up and help to keep Software Freedom Camp as respectful as we expect it to be.</p>
+<p>Software Freedom Camp is committed to the ideals expressed in our Diversity Statement (above) and the FSCI Code of Conduct. We ask all our members, mentors, volunteers, participants and guests to adopt these principles. We are a diverse community. Sometimes this means we need to work harder to ensure we&rsquo;re creating an environment of trust and respect where all who come to participate feel comfortable and included.</p>
 <p>We value your participation and appreciate your help in realizing this goal.</p>
 <h2 id="be-respectful">Be respectful</h2>
 <p>Respect yourself, and respect others. Be courteous to those around you. If someone indicates they don&rsquo;t wish to be photographed or recorded, respect that wish. If someone indicates they would like to be left alone, let them be. Our online spaces may be shared with members of the public; please be considerate to all patrons of these locations, even if they are not involved in the camp.</p>
 <h2 id="be-inclusive">Be inclusive</h2>
 <p>By default, all material presented in the camp should be suitable for people aged 12 and above.</p>
-<p>If you could reasonably assume that some people may be offended by your talk or presentation, please state so explicitly to the Editorial Team. In case you are unsure if this applies to you, please contact the Editorial Team at camp at mm.gnu.org.in. Please note that you are solely responsible if anything is deemed inappropriate and you did not contact the Editorial Team beforehand.</p>
+<p>If you could reasonably assume that some people may be offended by your talk or presentation, please state so explicitly to the Editorial Team. In case you are unsure if this applies to you, please contact the Editorial Team at camp at fsci.in. Please note that you are solely responsible if anything is deemed inappropriate and you did not contact the Editorial Team beforehand.</p>
 <h2 id="be-aware">Be aware</h2>
 <p>We ask everyone to be aware that we will not tolerate intimidation, harassment, or any abusive, discriminatory or derogatory behavior by anyone at any FSCI program or in related media.</p>
-<p>Complaints can be made to the organizers by emailing camp-coc at mm.gnu.org.in. All complaints made to camp organizers will remain confidential and be taken seriously. The complaint will be treated appropriately and with discretion. Should camp organizers or moderators consider it appropriate, measures they may take can include:</p>
+<p>Complaints can be made to the organizers by emailing camp-coc at fsci.in. All complaints made to camp organizers will remain confidential and be taken seriously. The complaint will be treated appropriately and with discretion. Should camp organizers or moderators consider it appropriate, measures they may take can include:</p>
 <ul>
 <li>The individuals may be told to apologize</li>
 <li>The individuals may be told to stop/modify their behavior appropriately</li>
@@ -83,7 +84,7 @@
 </ul>
 <h2 id="what-does-that-mean-for-me">What does that mean for me?</h2>
 <p>All participants, including learners and mentors must not engage in any intimidation, harassment, or abusive or discriminatory behavior.</p>
-<p>The following is a list of examples of behavior that is deemed highly inappropriate and will not be tolerated at Free Software Camp:</p>
+<p>The following is a list of examples of behavior that is deemed highly inappropriate and will not be tolerated at Software Freedom Camp:</p>
 <ul>
 <li>Offensive verbal or written remarks related to any dimension(s) of diversity as listed in the FSCI code of conduct</li>
 <li>Sexual or violent images in public spaces (including presentation slides)</li>
@@ -98,26 +99,26 @@
 </ul>
 <p>We want everyone to have a good time in our program.</p>
 <h2 id="questions">Questions?</h2>
-<p>If you’re not sure about anything in this camp Code of Conduct, please contact the Free Software Camp organizers at camp at mm.gnu.org.in</p>
-<p>If you wish to report a violation of this Code of Conduct, please contact camp-coc at mm.gnu.org.in</p>
+<p>If you’re not sure about anything in this camp Code of Conduct, please contact the Software Freedom Camp organizers at camp at fsci.in</p>
+<p>If you wish to report a violation of this Code of Conduct, please contact camp-coc at fsci.in</p>
 <h2 id="our-promise-to-you">Our Promise to You</h2>
 <ul>
 <li>We will read every complaint and have several people on that alias that can help investigate and resolve the complaint.</li>
 <li>We will reply, in writing, as soon as possible to acknowledge the concern and assure that the matter is being investigated.</li>
 <li>Depending on the situation, we will talk to the reporter, the reported, or both to determine what mediation and/or action is necessary.</li>
-<li>Depending on the outcome of the investigation and mediation, we reserve the right to expel people not in compliance with our Code of Conduct from the camp. FSCI, the Free Software Camp Organizing Committee and the venue in which Free Software Camp is being held will not be held responsible for further costs incurred by the dismissal from the camp.</li>
+<li>Depending on the outcome of the investigation and mediation, we reserve the right to expel people not in compliance with our Code of Conduct from the camp. FSCI, the Software Freedom Camp Organizing Committee and the venue in which Software Freedom Camp is being held will not be held responsible for further costs incurred by the dismissal from the camp.</li>
 </ul>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/css/style.css b/css/style.css
index 066d75b4bc287c1b74d60097b6dcb466707c0ccb..f61659b0f9fdd5e514b295cb6d6dfc40b03365d8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -91,7 +91,10 @@ nav{
 .hide-menu-btn:hover{
     color: #468c9f;
 }
-
+.langs {
+  padding: 5px;
+  background: white;
+}
 #chk{
     position: absolute;
     visibility: hidden;
diff --git a/en/index.html b/en/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..2bf77973e5050c9b9ddeed35b9a6cea9290b5b76
--- /dev/null
+++ b/en/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>https://camp.fsci.in</title><link rel="canonical" href="https://camp.fsci.in"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsci.in" /></head></html>
\ No newline at end of file
diff --git a/en/sitemap.xml b/en/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6635e921f2da826df990d0fa068b2554e5587f3a
--- /dev/null
+++ b/en/sitemap.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/projects/</loc>
+    <lastmod>2020-12-20T22:48:59+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/welcome/</loc>
+    <lastmod>2020-09-29T00:38:53+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/welcome-mentors/</loc>
+    <lastmod>2020-09-29T00:38:53+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/privacy/</loc>
+    <lastmod>2020-09-29T00:23:05+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/sched/</loc>
+    <lastmod>2020-09-29T00:11:16+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/code-of-conduct/</loc>
+    <lastmod>2020-09-28T23:25:31+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/learners/</loc>
+    <lastmod>2020-09-28T23:16:23+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/mentors/</loc>
+    <lastmod>2020-09-25T12:46:41+05:30</lastmod>
+  </url><url>
+    <loc>https://camp.fsci.in/news/</loc>
+    <priority>0</priority>
+  </url><url>
+    <loc>https://camp.fsci.in/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+  </url>
+</urlset>
diff --git a/hi/categories/index.html b/hi/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..08c3f723d772781b58ce453c0a6be62aebe8f731
--- /dev/null
+++ b/hi/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>सॉफ्टवेयर स्वतंत्रता शिविर 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/hi/'>सॉफ्टवेयर स्वतंत्रता शिविर</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/hi/#about'>हमारे बारे में</a></li>
+            <li><a href='/hi/code-of-conduct'>आचार संहिता</a></li>
+            <li><a href='/hi/news'>समाचार</a></li>
+            <li><a href='/hi/sched'>समय-सूची</a></li>
+            <li><a href='/hi/projects'>परियोजनाएं</a></li>
+            <li><a href='/hi/#contact'>संपर्क</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi" selected="selected">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>आयोजक</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">विभिन्न समूहों के स्वयंसेवकों के सहयोग द्वारा</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">गोपनीयता नीति</a></p>
+    <p style="text-align: center;">♥ से बनाया गया सभी मूल सामग्री को स्वतंत्र/मुक्त कॉपीलेफ्ट लाइसेंस (GPL or CC BY-SA) के तहत लाइसेंस प्राप्त है</p>
+</footer>
+</body>
+</html>
diff --git a/hi/categories/index.xml b/hi/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..15e034749532d39f42564f864a1079ab505a9bcb
--- /dev/null
+++ b/hi/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/hi/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/hi/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/hi/index.html b/hi/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..3e9fc5a5b52584199d96ada6aa10001818fee6a5
--- /dev/null
+++ b/hi/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>सॉफ्टवेयर स्वतंत्रता शिविर 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/hi/'>सॉफ्टवेयर स्वतंत्रता शिविर</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/hi/#about'>हमारे बारे में</a></li>
+            <li><a href='/hi/code-of-conduct'>आचार संहिता</a></li>
+            <li><a href='/hi/news'>समाचार</a></li>
+            <li><a href='/hi/sched'>समय-सूची</a></li>
+            <li><a href='/hi/projects'>परियोजनाएं</a></li>
+            <li><a href='/hi/#contact'>संपर्क</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi" selected="selected">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                सॉफ्टवेयर स्वतंत्रता शिविर
+                <span style="color:#469198">(विविधता संस्करण)</span>
+            </h1>
+            <p>भारत के स्वतंत्र/मुक्त सॉफ्टवेयर समुदाय द्वारा आयोजित, विविधता पर आधारित तथा <a href='https://camp.fsf.org.in'>स्वतंत्र/मुक्त सॉफ्टवेयर शिविर</a> और <a href='https://outreachy.org'>आउट्रेची(Outreachy)</a> से प्रेरित एक ऑनलाइन प्रशिक्षण कार्यक्रम</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/hi/#about'><button>हमारे बारे में</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">आवेदन करें</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/hi/learners'>शिक्षार्थी के रूप में<br>(अभी तक नहीं खोला गया)</a></button>
+                        <button style="padding: 0px;"><a href='/hi/mentors'>प्रशिक्षक के रूप में<br>(अभी तक नहीं खोला गया)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">सॉफ्टवेयर स्वतंत्रता शिविर क्या है?</h1>
+            <p class="para">सॉफ्टवेयर स्वतंत्रता शिविर स्वतंत्र/मुक्त सॉफ्टवेयर दर्शन पर मजबूत फोकस के साथ स्वतंत्र/मुक्त सॉफ्टवेयर को अधिक लोगों के उपयोग में लाने के लिए एक प्रशिक्षण कार्यक्रम है। हम शिक्षार्थियों को अनुभवी स्वतंत्र/मुक्त सॉफ्टवेयर समुदाय के सदस्यों के साथ कुछ कार्यों पर काम करने के लिए जोड़ते हैं - यह तकनीकी या गैर तकनीकी हो सकता है।</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">विविधता संस्करण क्या है?</h1>
+            <p class="para">विविधता संस्करण का लक्ष्य प्रणालीगत पक्षपात को ध्यान में रखते हुए, ऐसे लोगों तक पहुँच बढ़ाना है जो भारत में तकनीकी उद्योग में कम प्रतिनिधित्व से प्रभावित है</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">सॉफ्टवेयर स्वतंत्रता शिविर में हम किस तरह की परियोजनाओं पर काम करेंगे?</h1>
+            <p class="para">योगदान देने के लिए यह कुछ तकनीकी और गैर-तकनीकी तरीके हैं:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">तकनीकी</span>
+                </h1>
+                <ul>
+                    <li>प्रोग्रामिंग</li>
+                    <li>सिस्टम एडमिनिस्ट्रेशन</li>
+                    <li>पैकेजिंग</li>
+                    <li>साइबर फोरेंसिक</li>
+                    <li>UI/UX डेवलपमेंट</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">गैर-तकनीकी</span>
+                </h1>
+                <ul>
+                    <li>कलाकृति</li>
+                    <li>अनुवाद और स्थानीयकरण</li>
+                    <li>प्रचार</li>
+                    <li>कार्यक्रम आयोजन</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">यह कैसे काम करता है?</h1>
+            <p class="para">जो शिक्षार्थी कार्यक्रम में शामिल होने के लिए आवेदन करते हैं उन्हें कार्यक्रम के लिए, स्वतंत्र/मुक्त सॉफ्टवेयर के लिए, और परियोजना (जिसमे वे काम कर सकते हैं) के लिए, एक सामान्य परिचय दिया जाता है| ये सत्र <a href="#tools">स्वतंत्र/मुक्त सॉफ्टवेयर टूल्स</a> का उपयोग करके ऑनलाइन किए जाएंगे, फिर वे अपनी पसंद की परियोजना पर काम करने के लिए प्रस्ताव जमा करते हैं, जिसका मूल्यांकन किया जाता है और इनके लिए सलाहकार नियुक्त  किए जाते हैं। शिक्षार्थी  सलाहकारों के बिना स्वतंत्र रूप से काम करना भी चुन सकते हैं। शिक्षार्थियों से उनकी प्रगति पर नियमित रूप से रिपोर्ट करने की उम्मीद है जिसकी सामयिक समीक्षा की जाती है। शिविर के अंत तक शिक्षार्थी स्वतंत्र/मुक्त सॉफ्टवेयर में योगदान दे रहे होते है और दुनिया भर के अन्य योगदानकर्ताओं के साथ सहयोग कर रहे होते है।</p>
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">प्रशिक्षक के रूप में कौन शामिल हो सकता है?</h1>
+            <p class="para">क्या आप एक अनुभवी स्वतंत्र/मुक्त सॉफ्टवेयर योगदानकर्ता हैं? क्या नए लोगों को स्वतंत्र/मुक्त सॉफ्टवेयर में योगदान देने के लिए प्रशिक्षित करना आपको आनंदित करता है? क्या आपके पास अगले ३ महीनों के लिए प्रशिक्षण में निवेश करने का समय है? तो हमारे साथ शामिल हो जाएं!</p>
+            <div class="cta">
+                <a href='/hi/mentors'><button>प्रशिक्षण के बारे में</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">शिक्षार्थी के रूप में कौन शामिल हो सकता है?</h1>
+            <p class="para">क्या आपके पास स्वतंत्र/मुक्त सॉफ्टवेयर समुदाय में वापस योगदान करने के लिए कुछ समय है? क्या आप स्वतंत्र/मुक्त सॉफ्टवेयर के बारे में जानना चाहते हैं? क्या आप स्वतंत्र/मुक्त सॉफ्टवेयर का उपयोग और उसमे योगदान करना चाहते हैं? कोई भी जो भारत में प्रौद्योगिकी उद्योग में कम प्रतिनिधित्व, प्रणालीगत पूर्वाग्रह, या भेदभाव का सामना कर रहा है वह आवेदन करने के लिए आमंत्रित है!</p>
+            <div class="cta">
+                <a href='/hi/learners'><button>भागीदारी के बारे में</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">शिविर में संचार के माध्यम</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">बिग ब्लू बटन(BigBlueButton)</a> (ब्राउज़र आधारित मुक्त सॉफ्टवेयर वीडियो कॉन्फ्रेंसिंग प्लेटफ़ॉर्म) प्रस्तुतिकरण, मीटिंग  और अन्य इंटरैक्शन के लिए।</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" target="_blank">मैट्रिक्स(Matrix)</a> त्वरित संदेश के लिए स्थान।</li>
+                    <li><a href="https://joinmastodon.org/" target="_blank">Mastodon</a> घोषणाओं के लिए।</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" target="_blank">मेलिंग सूची</a> घोषणाओं और चर्चाओं के लिए।</li>
+                    <li><a href="https://about.gitlab.com" target="_blank">गिटलेब(Gitlab)</a> प्रलेखन, आदि के लिए विकी।</li>
+                    <li><a href="https://joinpeertube.org" target="_blank">पीयरट्यूब(Peertube)</a> वीडियो अपलोड करने के लिए।</li>
+                    <li><a href="https://cryptpad.fr" target="_blank">क्रिप्टपेड(Cryptpad)</a>/<a href="https://etherpad.org/">ईथरपेड(Etherpad)</a> सहयोगी संपादन के लिए।</li>
+                </ul>
+                <p>इन उपकरणों से शिविर के दौरान अवगत कराया जाएगा। इसके अतिरिक्त, प्रत्येक परियोजना के लिए परियोजना का अपना स्वयं का संचार समूह होगा।</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">इस पहल में योगदान देना चाहते हैं?</h1>
+            <p class="para" style="color:white">हम हमारे सभी संचार और सहयोग के लिए मुख्य रूप से स्वतंत्र/मुक्त सॉफ्टवेयर का ही उपयोग करते हैं। अपने प्रश्नों और सुझावों के साथ हमारे साथ संपर्क में रहें!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">ईमेल</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">मैट्रिक्स(Matrix)</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">गिटलेब(Gitlab)</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">पीयरट्यूब(Peertube)</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">वेबसाइट को बेहतर बनाने में मदद करें</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">अनुवाद करने में मदद करें</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>आयोजक</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">विभिन्न समूहों के स्वयंसेवकों के सहयोग द्वारा</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">गोपनीयता नीति</a></p>
+    <p style="text-align: center;">♥ से बनाया गया सभी मूल सामग्री को स्वतंत्र/मुक्त कॉपीलेफ्ट लाइसेंस (GPL or CC BY-SA) के तहत लाइसेंस प्राप्त है</p>
+</footer>
+</body>
+</html>
diff --git a/hi/index.xml b/hi/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c5556c8ad25b9ac41417bc699c17807d70188b35
--- /dev/null
+++ b/hi/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/hi/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/hi/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/hi/sitemap.xml b/hi/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f31cf8711e7c683cf944a455f9dfe87fc662c9e5
--- /dev/null
+++ b/hi/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/hi/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/hi/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/hi/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+  </url>
+</urlset>
diff --git a/hi/tags/index.html b/hi/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..463d366d3b485f37157905ab97f110be53b079ef
--- /dev/null
+++ b/hi/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>सॉफ्टवेयर स्वतंत्रता शिविर 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/hi/'>सॉफ्टवेयर स्वतंत्रता शिविर</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/hi/#about'>हमारे बारे में</a></li>
+            <li><a href='/hi/code-of-conduct'>आचार संहिता</a></li>
+            <li><a href='/hi/news'>समाचार</a></li>
+            <li><a href='/hi/sched'>समय-सूची</a></li>
+            <li><a href='/hi/projects'>परियोजनाएं</a></li>
+            <li><a href='/hi/#contact'>संपर्क</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi" selected="selected">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>आयोजक</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">विभिन्न समूहों के स्वयंसेवकों के सहयोग द्वारा</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">गोपनीयता नीति</a></p>
+    <p style="text-align: center;">♥ से बनाया गया सभी मूल सामग्री को स्वतंत्र/मुक्त कॉपीलेफ्ट लाइसेंस (GPL or CC BY-SA) के तहत लाइसेंस प्राप्त है</p>
+</footer>
+</body>
+</html>
diff --git a/hi/tags/index.xml b/hi/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ed88577e7e0709ee4b0d4fcadb05c00f4ae959bf
--- /dev/null
+++ b/hi/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/hi/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/hi/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/index.html b/index.html
index 372157dd68a117548f8bfa36d314148e35efbec9..cbd3937b2ed61c692a940c2092f4632e2a2cdd31 100644
--- a/index.html
+++ b/index.html
@@ -1,33 +1,65 @@
 <!DOCTYPE html>
 <html><head>
-	<meta name="generator" content="Hugo 0.79.0" />
+	<meta name="generator" content="Hugo 0.83.1" />
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en" selected="selected">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -57,45 +89,52 @@
 <section id="home" class="presentation">
     <div class="introduction">
         <div class="intro-text">
-            <h1>Free Software <span style="color:#469198">Camp</h1>
-                <p>A unique, online mentorship programme conceptualized and organized by Free Software Foundation of India and Free Software Community of India.</p>
-                <div class="cta-block">
-                    <div class="cta">
-                        <a href='https://camp.fsf.org.in#about'><button>About us</button></a>
-                    </div>
-                    <div class="dropdown cta">
-                        <button onclick="myFunction()" class="dropbtn">Apply</button>
-                        <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
-                            <button style="padding: 0px;"><a href='https://camp.fsf.org.in/learners'>As Learner (closed)</a></button>
-                            <button style="padding: 0px;"><a href='https://camp.fsf.org.in/mentors'>As Mentor (closed)</a></button>
-                        </div>
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/mentors'>As Mentor<br>(Not opened)</a></button>
                     </div>
                 </div>
+            </div>
         </div>
     </div>
     <div class="cover">
-        <img src='https://camp.fsf.org.in/img/landing-image.png' alt="person on a bench" />
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
     </div>
 </section>
 <section id="about">
     <div class="about-section">
         <div class="about-cover">
-            <img src='https://camp.fsf.org.in/img/example-29.svg' alt="person in front of workspace" />
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
         </div>
         <div class="about-text">
-            <h1 class="medium-heading"><span style="color:#469198">What is</span> Free Software <span style="color:#469198">Camp</span>?</h1>
-            <p class="para">Free Software Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
         </div>
     </div>
     <div class="tasks-section">
         <div class="task-text">
-            <h1 class="medium-heading" style="color:#469198">What are the kind of tasks we'll be working on at <span style="color:black">Free Software</span> Camp?</h1>
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
             <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
         </div>
     </div>
     <div class="task-tech">
         <div class="about-cover task-cover">
-            <img src='https://camp.fsf.org.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
         </div>
         <div class="about-text task-block">
             <div class="block">
@@ -103,7 +142,7 @@
                 </h1>
                 <ul>
                     <li>Programming</li>
-                    <li>Systems Administration</li>
+                    <li>System Administration</li>
                     <li>Packaging</li>
                     <li>Cyber Forensics</li>
                     <li>UI/UX Development</li>
@@ -120,44 +159,42 @@
                     <li>Artwork</li>
                     <li>Translation and Localization</li>
                     <li>Publicity</li>
-                    <li>Event organizing</li>
+                    <li>Event Organizing</li>
                 </ul>
             </div>
         </div>
         <div class="about-cover task-cover">
-            <img src='https://camp.fsf.org.in/img/non-tech.svg' alt="infomatics and books" />
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
         </div>
     </div>
-    <a class="button mb" href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list" target="_blank">Check Ideas List</a>
     <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">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>
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
     <div class="about-section" style="margin: 10vh auto;">
         <div class="about-cover">
-            <img src='https://camp.fsf.org.in/img/mentor.svg' alt="people planning and making things" />
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
         </div>
         <div class="about-text">
-            <h1 class="medium-heading" style="color:#469198">Who can be mentors</span>?</h1>
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
             <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
             <div class="cta">
-                <a href='https://camp.fsf.org.in/mentors'><button>About Mentorship</button></a>
+                <a href='/mentors'><button>About mentorship</button></a>
             </div>
         </div>
     </div>
     <div class="about-section" style="margin-bottom: 10vh auto;">
         <div class="about-text">
-            <h1 class="medium-heading" style="color:#469198">Who can join as learner?</h1>
-            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Come join us!</p>
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
             <div class="cta">
-                <a href='https://camp.fsf.org.in/learners'><button>About Participation</button></a>
+                <a href='/learners'><button>About Participation</button></a>
             </div>
         </div>
         <div class="about-cover" style="display:flex; margin:auto;">
-            <img src='https://camp.fsf.org.in/img/mentee.png' alt="people trying to find things" />
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
         </div>
     </div>
     <div class="about-section" style="margin: 10vh auto;">
@@ -169,12 +206,12 @@
                     <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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://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>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
                 <h3>Mailman (Mailing List)</h3>
                 <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
                 <h3>Matrix (Instant Messaging)</h3>
@@ -188,47 +225,47 @@
 <section id="contact">
     <div class="tasks-section">
         <div class="task-text">
-            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiative?</h1>
-            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!</p>
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
         </div>
         <div class="icon-row">
-            <a href="mailto:camp@mm.gnu.org.in" target="_blank" rel="noopener" title="Email">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                     <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
                     <polyline points="22,6 12,13 2,6"></polyline>
                 </svg>
                 <span class="get-in-touch">Email</span>
             </a>
-            <a href="https://matrix.to/#/#fscamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
                     <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
                 </svg>
                 <span class="get-in-touch">Matrix</span>
             </a>
-            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon">
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
                     <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
                     <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
                 </svg>
                 <span class="get-in-touch">Mastodon</span>
             </a>
-            <a href="https://git.fosscommunity.in/fsfi/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                     <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
                 </svg>
-                <span class="get-in-touch">Gitlab</span>
+                <span class="get-in-touch">GitLab</span>
             </a>
-            <a href="https://videos.fsci.in/accounts/fscamp/videos" target="_blank" rel="noopener" title="Peertube">
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                     <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
                 </svg>
-                <span class="get-in-touch">Peertube</span>
+                <span class="get-in-touch">PeerTube</span>
             </a>
         </div>
         <div class="icon-row secondary">
             <ul style="padding:0">
                 <li>
-                    <a href="https://git.fosscommunity.in/fsfi/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
                         <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
                             <polyline points="7 8 3 12 7 16" />
@@ -239,7 +276,7 @@
                     </a>
                 </li>
                 <li>
-                    <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
 
                         <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
@@ -251,30 +288,19 @@
                         <span class="get-in-touch">Help translate</span>
                     </a>
                 </li>
-                <li>
-                    <a href="promo.html" target="_blank" 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"/>
-
-                            <path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
-
-                        </svg>
-                        <span class="get-in-touch">Help spread the word</span>
-                    </a>
-                </li>
             </ul>
         </div>
     </div>
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/index.xml b/index.xml
index f7b7d8cb602bd5ec8f552b1b585883b8ce62ccc7..937a2428f256b0db050b4791fd0f03e3546f9fa2 100644
--- a/index.xml
+++ b/index.xml
@@ -1,118 +1,84 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>Free Software Camp</title>
-    <link>https://camp.fsf.org.in/</link>
-    <description>Recent content on Free Software Camp</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <lastBuildDate>Fri, 16 Oct 2020 00:11:42 +0530</lastBuildDate><atom:link href="https://camp.fsf.org.in/index.xml" rel="self" type="application/rss+xml" />
+    <title>Software Freedom Camp (Diversity Edition)</title>
+    <link>https://camp.fsci.in/</link>
+    <description>Recent content on Software Freedom Camp (Diversity Edition)</description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>List of Projects selected by Learners</title>
-      <link>https://camp.fsf.org.in/projects/</link>
+      <link>https://camp.fsci.in/projects/</link>
       <pubDate>Sun, 20 Dec 2020 22:48:59 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/projects/</guid>
-      <description>The below learners have chosen to work on the corresponding projects listed for the 3 months of the camp. Further details are present in the wiki linked.
-  Data Modeling using Wikidata.org
- Learners: Arun S Sharma, Ayesha Gohar, Shubham Upreti Mentor: Ranjith S    Debian Packaging
- Learners: Arun Mathai S. K, Harish Chavre, Manav Sethi, Rojin Roy, Sahil Dhiman, Yogesh K S Mentor: Sruthi Chandran    Go Dependency Generator</description>
-    </item>
-    
-    <item>
-      <title>Mentors Application Extended for Two Weeks</title>
-      <link>https://camp.fsf.org.in/news/mentors-application-extended/</link>
-      <pubDate>Fri, 16 Oct 2020 00:11:42 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/mentors-application-extended/</guid>
-      <description> Learners registration closed on October 15, 2020. Mentor application extended for two more weeks. Last date to apply is October 29, 2020.  </description>
-    </item>
-    
-    <item>
-      <title>Final Confirmation of Registration is Requested from All Who Applied as Learners</title>
-      <link>https://camp.fsf.org.in/news/final-confirmation-of-registration/</link>
-      <pubDate>Thu, 15 Oct 2020 11:21:38 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/final-confirmation-of-registration/</guid>
-      <description>We are sending emails to learners for a final confirmation meeting in batches. Some of you will be getting mails only tomorrow. If you got a mail already be ready to join the meeting at the time slot assigned to you.</description>
-    </item>
-    
-    <item>
-      <title>New Mailing Lists for Learners and Mentors</title>
-      <link>https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/</link>
-      <pubDate>Wed, 14 Oct 2020 00:35:49 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/</guid>
-      <description>We have created separate mailing lists for learners and mentors. Hope you all received the welcome mails to the respective mailing lists.
-All future private communications, including the access details for sessions will be done through these mailing lists.
-You can also use these lists to communicate among your fellow learners or mentors respectively.
-Also if you haven&amp;rsquo;t joined the common matrix room for camp discussions, please consider joining the same.</description>
+      <guid>https://camp.fsci.in/projects/</guid>
+      <description>To Be Announced  </description>
     </item>
     
     <item>
       <title>Welcome Learner</title>
-      <link>https://camp.fsf.org.in/welcome/</link>
+      <link>https://camp.fsci.in/welcome/</link>
       <pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/welcome/</guid>
-      <description>Dear Learner, We have received your application to join Free Software Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.
+      <guid>https://camp.fsci.in/welcome/</guid>
+      <description>Dear Learner, We have received your application to join Software Freedom Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.
  Make sure you have read the code of conduct. Make sure you take the learners&#39; survey that indicates to us your preferred language for sessions. Subscribe to our low volume announcement mailing list.</description>
     </item>
     
     <item>
       <title>Welcome Mentor</title>
-      <link>https://camp.fsf.org.in/welcome-mentors/</link>
+      <link>https://camp.fsci.in/welcome-mentors/</link>
       <pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/welcome-mentors/</guid>
-      <description>Dear Mentor, We have received your application to join Free Software Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.
+      <guid>https://camp.fsci.in/welcome-mentors/</guid>
+      <description>Dear Mentor, We have received your application to join Software Freedom Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.
  Make sure you have read the code of conduct Add your project ideas to this wiki page (contact us with your git.fosscommunity.in username for getting access to edit the wiki page) Subscribe to our low volume announcement mailing list.</description>
     </item>
     
     <item>
       <title>Privacy Policy</title>
-      <link>https://camp.fsf.org.in/privacy/</link>
+      <link>https://camp.fsci.in/privacy/</link>
       <pubDate>Tue, 29 Sep 2020 00:23:05 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/privacy/</guid>
-      <description>Free Software Camp Privacy Policy v1.0 In Free Software camp we take individual privacy seriously, this document will act as the privacy policy for the Free Software Camp.
+      <guid>https://camp.fsci.in/privacy/</guid>
+      <description>Software Freedom Camp Privacy Policy v1.0 In Software Freedom Camp we take individual privacy seriously, this document will act as the privacy policy for the Software Freedom Camp.
 Data we collect from: Learner:  Personal Information: Name, Email, Gender and other communication details, Location. Technology Access Information: Internet access, computing device access. Priliminary Assessment Responses: Responses to the questions in the registration form that are to assess your exposure to free softwares and knowledge about Free Software philosophy.</description>
     </item>
     
     <item>
       <title>Schedule</title>
-      <link>https://camp.fsf.org.in/sched/</link>
+      <link>https://camp.fsci.in/sched/</link>
       <pubDate>Tue, 29 Sep 2020 00:11:16 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/sched/</guid>
-      <description>September 19 - October 15 Mentors &amp; Learners Application Window People who wish to join the camp as mentor or learner can apply during this time.    October 11, 18, 25  Mentors and Organizers meeting to discuss the motivations and goals of the camp.    October 17 - October 24  Ice Breaking Learners get to know each other and know more about the program.</description>
+      <guid>https://camp.fsci.in/sched/</guid>
+      <description>  To Be Announced    </description>
     </item>
     
     <item>
       <title>Code Of Conduct</title>
-      <link>https://camp.fsf.org.in/code-of-conduct/</link>
+      <link>https://camp.fsci.in/code-of-conduct/</link>
       <pubDate>Mon, 28 Sep 2020 23:25:31 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/code-of-conduct/</guid>
-      <description>Free Software Camp Code of Conduct Free Software Camp, as part of the greater Free Software Community, assumes good faith on all those who wish to improve Free Software Projects. However, other experiences at other programs have shown us the need to adopt a Code of Conduct in which we state our expectations of all participants and organizers during the Free Software Camp.
-This code of conduct applies to all participants of Free Software Camp, in addition to the FSCI Code of Conduct that applies to the FSCI community as a whole.</description>
+      <guid>https://camp.fsci.in/code-of-conduct/</guid>
+      <description>Software Freedom Camp Code of Conduct Software Freedom Camp, as part of the greater Free Software Community, assumes good faith on all those who wish to improve Free Software Projects. However, other experiences at other programs have shown us the need to adopt a Code of Conduct in which we state our expectations of all participants and organizers during the Software Freedom Camp.
+This code of conduct applies to all participants of Software Freedom Camp, in addition to the FSCI Code of Conduct that applies to the FSCI community as a whole.</description>
     </item>
     
     <item>
       <title>Learners</title>
-      <link>https://camp.fsf.org.in/learners/</link>
+      <link>https://camp.fsci.in/learners/</link>
       <pubDate>Mon, 28 Sep 2020 23:16:23 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/learners/</guid>
-      <description>Learner Expectations  Anyone who can commit 15-20 hours per week Eagerness to learn Willingness to contribute to society Willingness to use GNU/Linux Communicate with mentors using Free Software tools  Learner application closed on October 15, 2020 </description>
+      <guid>https://camp.fsci.in/learners/</guid>
+      <description>Learner Expectations  Anyone who can commit 15-20 hours per week Eagerness to learn Willingness to contribute to society Willingness to use GNU/Linux Communicate with mentors using Free Software tools  Please wait for the official announcement to apply as Learner </description>
     </item>
     
     <item>
       <title>Mentors</title>
-      <link>https://camp.fsf.org.in/mentors/</link>
+      <link>https://camp.fsci.in/mentors/</link>
       <pubDate>Fri, 25 Sep 2020 12:46:41 +0530</pubDate>
       
-      <guid>https://camp.fsf.org.in/mentors/</guid>
-      <description>Mentor expectations  Free software contributions Identify projects in which they can mentor learners Commit 5 hours per week of mentoring during the 3 months of the mentorship - including answering questions, reviewing contributions, and meeting with learners Real-time meeting with learner(s) preferably once a week - either through real-time chat, video conference, or phone Timely review of contributions - if a mentor is unable to provide contribution review, they are responsible for finding community members who can Guidance to learners about how to work in a free software community Guidance to learners about time management Connect learners to the larger free software community Communicate with learners using Free Software tools  Mentor application closed on November 11, 2020 </description>
+      <guid>https://camp.fsci.in/mentors/</guid>
+      <description>Mentor expectations  Free software contributions Identify projects in which they can mentor learners Commit 5 hours per week of mentoring during the 3 months of the mentorship - including answering questions, reviewing contributions, and meeting with learners Real-time meeting with learner(s) preferably once a week - either through real-time chat, video conference, or phone Timely review of contributions - if a mentor is unable to provide contribution review, they are responsible for finding community members who can Guidance to learners about how to work in a free software community Guidance to learners about time management Connect learners to the larger free software community Communicate with learners using Free Software tools  Please wait for the official announcement to apply as Mentor </description>
     </item>
     
   </channel>
diff --git a/kn/categories/index.html b/kn/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..ffb9a9dde98e4abb0d3a66f2df0c9dffa501dfb2
--- /dev/null
+++ b/kn/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/kn/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/kn/#about'>About Us</a></li>
+            <li><a href='/kn/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/kn/news'>News</a></li>
+            <li><a href='/kn/sched'>Schedule</a></li>
+            <li><a href='/kn/projects'>Projects</a></li>
+            <li><a href='/kn/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn" selected="selected">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/kn/categories/index.xml b/kn/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..01d43150f8907b029048873d534ca691835ddd00
--- /dev/null
+++ b/kn/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/kn/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/kn/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/kn/index.html b/kn/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..2545d72dd469ac0e6fce474c3c09df49aa391c36
--- /dev/null
+++ b/kn/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/kn/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/kn/#about'>About Us</a></li>
+            <li><a href='/kn/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/kn/news'>News</a></li>
+            <li><a href='/kn/sched'>Schedule</a></li>
+            <li><a href='/kn/projects'>Projects</a></li>
+            <li><a href='/kn/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn" selected="selected">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/kn/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/kn/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/kn/mentors'>As Mentor<br>(Not opened)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
+            <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Technical</span>
+                </h1>
+                <ul>
+                    <li>Programming</li>
+                    <li>System Administration</li>
+                    <li>Packaging</li>
+                    <li>Cyber Forensics</li>
+                    <li>UI/UX Development</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Non-Technical</span>
+                </h1>
+                <ul>
+                    <li>Artwork</li>
+                    <li>Translation and Localization</li>
+                    <li>Publicity</li>
+                    <li>Event Organizing</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
+            <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
+            <div class="cta">
+                <a href='/kn/mentors'><button>About mentorship</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
+            <div class="cta">
+                <a href='/kn/learners'><button>About Participation</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">BigBlueButton</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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>
+                </ul>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">Email</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">Matrix</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">GitLab</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">PeerTube</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">Help improve the website</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">Help translate</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/kn/index.xml b/kn/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4f3b5ffea3861791a67116b257ab17c983a7f090
--- /dev/null
+++ b/kn/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/kn/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/kn/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/kn/sitemap.xml b/kn/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..fa2f475fe2e13f5bdf1d6f0529818ce68c3747a6
--- /dev/null
+++ b/kn/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/kn/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/kn/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/kn/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+  </url>
+</urlset>
diff --git a/kn/tags/index.html b/kn/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd92fd52705fcecb4ec5d124df288feaf5d85ae8
--- /dev/null
+++ b/kn/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/kn/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/kn/#about'>About Us</a></li>
+            <li><a href='/kn/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/kn/news'>News</a></li>
+            <li><a href='/kn/sched'>Schedule</a></li>
+            <li><a href='/kn/projects'>Projects</a></li>
+            <li><a href='/kn/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn" selected="selected">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/kn/tags/index.xml b/kn/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..dc8684871566f71b8cf43271fbf65c3eb0fa9ab8
--- /dev/null
+++ b/kn/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/kn/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/kn/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/learners/index.html b/learners/index.html
index 3b512c8edff8e8ca7697572a68ad5d2990e6f83d..f18cc2e22a8677e3148a7c3d0fda8198d3de583c 100644
--- a/learners/index.html
+++ b/learners/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -63,18 +64,18 @@
 <li>Willingness to use GNU/Linux</li>
 <li>Communicate with mentors using Free Software tools</li>
 </ul>
-<h2 class="medium-heading" style="text-align:center;margin:20px 0">Learner application closed on October 15, 2020</h2>
+<h2 class="medium-heading" style="text-align:center;margin:20px 0">Please wait for the official announcement to apply as Learner</h2>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/mentors/index.html b/mentors/index.html
index 26aa58282512f6f310ee2d1d3067b2407b8900e3..d0e4487b9fdfec89edd0a74ba58828d8d4ad709a 100644
--- a/mentors/index.html
+++ b/mentors/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -67,18 +68,18 @@
 <li>Connect learners to the larger free software community</li>
 <li>Communicate with learners using Free Software tools</li>
 </ul>
-<h2 class="medium-heading" style="text-align:center;margin-bottom:20px 0">Mentor application closed on November 11, 2020</h2>
+<h2 class="medium-heading" style="text-align:center;margin-bottom:20px 0">Please wait for the official announcement to apply as Mentor</h2>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/ml/categories/index.html b/ml/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..e593016b7d987aa7876e202eabe65fac474fd279
--- /dev/null
+++ b/ml/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ml/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ml/#about'>About Us</a></li>
+            <li><a href='/ml/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ml/news'>News</a></li>
+            <li><a href='/ml/sched'>Schedule</a></li>
+            <li><a href='/ml/projects'>Projects</a></li>
+            <li><a href='/ml/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml" selected="selected">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ml/categories/index.xml b/ml/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6df0e7c49023a8ccbc5570bb1548f61b1cee94af
--- /dev/null
+++ b/ml/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/ml/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ml/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/ml/index.html b/ml/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..c8666af6f8a2d3a7d4c08654f1103aaecdfb2190
--- /dev/null
+++ b/ml/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ml/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ml/#about'>About Us</a></li>
+            <li><a href='/ml/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ml/news'>News</a></li>
+            <li><a href='/ml/sched'>Schedule</a></li>
+            <li><a href='/ml/projects'>Projects</a></li>
+            <li><a href='/ml/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml" selected="selected">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/ml/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/ml/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/ml/mentors'>As Mentor<br>(Not opened)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
+            <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Technical</span>
+                </h1>
+                <ul>
+                    <li>Programming</li>
+                    <li>System Administration</li>
+                    <li>Packaging</li>
+                    <li>Cyber Forensics</li>
+                    <li>UI/UX Development</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Non-Technical</span>
+                </h1>
+                <ul>
+                    <li>Artwork</li>
+                    <li>Translation and Localization</li>
+                    <li>Publicity</li>
+                    <li>Event Organizing</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
+            <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
+            <div class="cta">
+                <a href='/ml/mentors'><button>About mentorship</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
+            <div class="cta">
+                <a href='/ml/learners'><button>About Participation</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">BigBlueButton</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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>
+                </ul>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">Email</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">Matrix</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">GitLab</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">PeerTube</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">Help improve the website</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">Help translate</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ml/index.xml b/ml/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e3b95b9d7bc4a29ef18446818a5639f62fcc4939
--- /dev/null
+++ b/ml/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/ml/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ml/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/ml/sitemap.xml b/ml/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..2eb3613eef9165e7589b2ecc61930f0500b13dbc
--- /dev/null
+++ b/ml/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/ml/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/ml/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/ml/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+  </url>
+</urlset>
diff --git a/ml/tags/index.html b/ml/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..9f98d2675c496c2be49da0216c9906e9b62d97fa
--- /dev/null
+++ b/ml/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ml/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ml/#about'>About Us</a></li>
+            <li><a href='/ml/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ml/news'>News</a></li>
+            <li><a href='/ml/sched'>Schedule</a></li>
+            <li><a href='/ml/projects'>Projects</a></li>
+            <li><a href='/ml/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml" selected="selected">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ml/tags/index.xml b/ml/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ae3ad773e02f17c363daa342440414dfda612531
--- /dev/null
+++ b/ml/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/ml/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ml/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/mr/categories/index.html b/mr/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..14c318948ae14ebb401851e0bd4a42d31636ca4c
--- /dev/null
+++ b/mr/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/mr/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/mr/#about'>About Us</a></li>
+            <li><a href='/mr/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/mr/news'>News</a></li>
+            <li><a href='/mr/sched'>Schedule</a></li>
+            <li><a href='/mr/projects'>Projects</a></li>
+            <li><a href='/mr/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr" selected="selected">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/mr/categories/index.xml b/mr/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..2399b37aa1076b72ad3aa5f8e49b581c79a0415a
--- /dev/null
+++ b/mr/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/mr/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/mr/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/mr/index.html b/mr/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..6cfb6cfa8efe10bc7f4336ee58be1e69ab8d6cc7
--- /dev/null
+++ b/mr/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/mr/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/mr/#about'>About Us</a></li>
+            <li><a href='/mr/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/mr/news'>News</a></li>
+            <li><a href='/mr/sched'>Schedule</a></li>
+            <li><a href='/mr/projects'>Projects</a></li>
+            <li><a href='/mr/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr" selected="selected">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/mr/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/mr/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/mr/mentors'>As Mentor<br>(Not opened)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
+            <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Technical</span>
+                </h1>
+                <ul>
+                    <li>Programming</li>
+                    <li>System Administration</li>
+                    <li>Packaging</li>
+                    <li>Cyber Forensics</li>
+                    <li>UI/UX Development</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Non-Technical</span>
+                </h1>
+                <ul>
+                    <li>Artwork</li>
+                    <li>Translation and Localization</li>
+                    <li>Publicity</li>
+                    <li>Event Organizing</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
+            <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
+            <div class="cta">
+                <a href='/mr/mentors'><button>About mentorship</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
+            <div class="cta">
+                <a href='/mr/learners'><button>About Participation</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">BigBlueButton</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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>
+                </ul>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">Email</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">Matrix</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">GitLab</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">PeerTube</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">Help improve the website</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">Help translate</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/mr/index.xml b/mr/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5745072cd7ccc47fb7ffc2ffbd8e9028ad54c853
--- /dev/null
+++ b/mr/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/mr/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/mr/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/mr/sitemap.xml b/mr/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f6a61431a68dac243435d1c7f4ff41890bd0d7cf
--- /dev/null
+++ b/mr/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/mr/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/mr/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/mr/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+  </url>
+</urlset>
diff --git a/mr/tags/index.html b/mr/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..9a0593cbf2806ff7eead935a5826a3f86eec7596
--- /dev/null
+++ b/mr/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/mr/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/mr/#about'>About Us</a></li>
+            <li><a href='/mr/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/mr/news'>News</a></li>
+            <li><a href='/mr/sched'>Schedule</a></li>
+            <li><a href='/mr/projects'>Projects</a></li>
+            <li><a href='/mr/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr" selected="selected">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/mr/tags/index.xml b/mr/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a77872e2ce8db9a6fd38d45584197e2f78cd3e14
--- /dev/null
+++ b/mr/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/mr/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/mr/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/news/index.html b/news/index.html
index ecd6932ef7e5c0f099b5e48a5fce335811b9aba8..44b663c5ea10b5acd0de708cfb22c9bbead43158 100644
--- a/news/index.html
+++ b/news/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -56,43 +57,16 @@
 <section class="page">
     <h1 style="text-align: center;">News & Announcements</h1>
     
-    <div class="news-item">
-        <h3><a class="link" href="https://camp.fsf.org.in/news/mentors-application-extended/">Mentors Application Extended for Two Weeks</a></h3>
-        <div class="list-item">
-            <small class="label-dark">October 16, 2020</small>
-        </div>
-        <p> Learners registration closed on October 15, 2020. Mentor application extended for two more weeks. Last date to apply is October 29, 2020.  </p>
-    </div>
-    
-    <div class="news-item">
-        <h3><a class="link" href="https://camp.fsf.org.in/news/final-confirmation-of-registration/">Final Confirmation of Registration is Requested from All Who Applied as Learners</a></h3>
-        <div class="list-item">
-            <small class="label-dark">October 15, 2020</small>
-        </div>
-        <p>We are sending emails to learners for a final confirmation meeting in batches. Some of you will be getting mails only tomorrow. If you got a mail already be ready to join the meeting at the time slot assigned to you.</p>
-    </div>
-    
-    <div class="news-item">
-        <h3><a class="link" href="https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/">New Mailing Lists for Learners and Mentors</a></h3>
-        <div class="list-item">
-            <small class="label-dark">October 14, 2020</small>
-        </div>
-        <p>We have created separate mailing lists for learners and mentors. Hope you all received the welcome mails to the respective mailing lists.
-All future private communications, including the access details for sessions will be done through these mailing lists.
-You can also use these lists to communicate among your fellow learners or mentors respectively.
-Also if you haven&rsquo;t joined the common matrix room for camp discussions, please consider joining the same.</p>
-    </div>
-    
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/news/index.xml b/news/index.xml
index 07ea80f492bb64b1a065e755086a998d52598deb..f416b0d7e9a975dc086790c7602622d91f246913 100644
--- a/news/index.xml
+++ b/news/index.xml
@@ -1,47 +1,9 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>Free Software Camp</title>
-    <link>https://camp.fsf.org.in/news/</link>
-    <description>Recent content on Free Software Camp</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <lastBuildDate>Fri, 16 Oct 2020 00:11:42 +0530</lastBuildDate><atom:link href="https://camp.fsf.org.in/news/index.xml" rel="self" type="application/rss+xml" />
-    <item>
-      <title>Mentors Application Extended for Two Weeks</title>
-      <link>https://camp.fsf.org.in/news/mentors-application-extended/</link>
-      <pubDate>Fri, 16 Oct 2020 00:11:42 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/mentors-application-extended/</guid>
-      <description>&lt;ul&gt;
-&lt;li&gt;Learners registration closed on October 15, 2020.&lt;/li&gt;
-&lt;li&gt;Mentor application extended for two more weeks. Last date to apply is October 29, 2020.&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-    </item>
-    
-    <item>
-      <title>Final Confirmation of Registration is Requested from All Who Applied as Learners</title>
-      <link>https://camp.fsf.org.in/news/final-confirmation-of-registration/</link>
-      <pubDate>Thu, 15 Oct 2020 11:21:38 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/final-confirmation-of-registration/</guid>
-      <description>&lt;p&gt;We are sending emails to learners for a final confirmation meeting in batches. Some of you will be getting mails only tomorrow. If you got a mail already be ready to join the meeting at the time slot assigned to you.&lt;/p&gt;
-</description>
-    </item>
-    
-    <item>
-      <title>New Mailing Lists for Learners and Mentors</title>
-      <link>https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/</link>
-      <pubDate>Wed, 14 Oct 2020 00:35:49 +0530</pubDate>
-      
-      <guid>https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/</guid>
-      <description>&lt;p&gt;We have created separate mailing lists for learners and mentors. Hope you all received the welcome mails to the respective mailing lists.&lt;/p&gt;
-&lt;p&gt;All future private communications, including the access details for sessions will be done through these mailing lists.&lt;/p&gt;
-&lt;p&gt;You can also use these lists to communicate among your fellow learners or mentors respectively.&lt;/p&gt;
-&lt;p&gt;Also if you haven&amp;rsquo;t joined the common &lt;a href=&#34;https://matrix.to/#/#fscamp:poddery.com&#34;&gt;matrix room&lt;/a&gt; for camp discussions, please consider joining the same.&lt;/p&gt;
-&lt;p&gt;P.S. Many of our mails did not reach the intended recipients due to spam filters. If you know someone who applied for the camp, but did not receive any mails, ask them to &lt;a href=&#34;https://camp.fsf.org.in/#contact&#34;&gt;contact us&lt;/a&gt;.&lt;/p&gt;
-</description>
-    </item>
-    
+    <title>Software Freedom Camp (Diversity Edition)</title>
+    <link>https://camp.fsci.in/news/</link>
+    <description>Recent content on Software Freedom Camp (Diversity Edition)</description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/news/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/privacy/index.html b/privacy/index.html
index 9d4f69554abbaa1b0f94155f89746abce3d2d147..63cda5786b3eb3d617aa15bf4cb889ce8a740546 100644
--- a/privacy/index.html
+++ b/privacy/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -55,8 +56,8 @@
 <main>
 <section class="page">
   <h1 style="text-align: center;">Privacy Policy</h1>
-  <h1 id="free-software-camp-privacy-policy-smallv10small">Free Software Camp Privacy Policy <small>v1.0</small></h1>
-<p>In Free Software camp we take individual privacy seriously, this document will act as the privacy policy for the Free Software Camp.</p>
+  <h1 id="software-freedom-camp-privacy-policy-smallv10small">Software Freedom Camp Privacy Policy <small>v1.0</small></h1>
+<p>In Software Freedom Camp we take individual privacy seriously, this document will act as the privacy policy for the Software Freedom Camp.</p>
 <h2 id="data-we-collect-from">Data we collect from:</h2>
 <h3 id="learner">Learner:</h3>
 <ul>
@@ -110,13 +111,13 @@
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/projects/index.html b/projects/index.html
index 10b99f0dabbddde0a9187fe9367468f955444f3d..34418c135c24ac5283b5a87a136cc7a8f63e689a 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -55,91 +56,20 @@
 <main>
 <section class="page">
   <h1 style="text-align: center;">List of Projects selected by Learners</h1>
-  <div id="projects">
-<p>The below learners have chosen to work on the corresponding projects listed for the 3 months of the camp. Further details are present in the wiki linked.</p>
-<ol>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#data-modeling-using-wikidataorg-ranjith-s">Data Modeling using Wikidata.org</a></p>
-<ul>
-<li>Learners: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Wikidata/Arun">Arun S Sharma</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Wikidata/Ayesha-Gohar">Ayesha Gohar</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Data-Modeling-&amp;-Free-Software-Creative-Suite/progmatic99">Shubham Upreti</a></li>
-<li>Mentor: Ranjith S</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#debian-packaging-sruthi-chandran">Debian Packaging</a></p>
-<ul>
-<li>Learners: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Debian-Packaging/arunmathaisk">Arun Mathai S. K</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Debian-Packaging/harish">Harish Chavre</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/packaging-and-mantaining/insaanimanav">Manav Sethi</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Debian-Packaging-and-System-Administration/rojin">Rojin Roy</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Debian-Packaging/sahilister">Sahil Dhiman</a>, <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Packaging-an-electron-app-and-System-Administration/yogiks">Yogesh K S</a></li>
-<li>Mentor: Sruthi Chandran</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#go-dependency-generator-nilesh-patra-pirate-praveen">Go Dependency Generator</a></p>
-<ul>
-<li>Learner: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Go-Dependency-Generator/finn">Vipul Kumar</a></li>
-<li>Mentor: Nilesh Patra, Pirate Praveen</li>
-</ul>
-</li>
-<li>
-<p>Hugo (Static Site Generator) for <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#hugo-static-site-generator-sai-karthik">Privacy Yathra</a> and <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#varnam-project-subin">Varnam Project</a> Websites</p>
-<ul>
-<li>Learners: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Varnam-Project/apzl">Apsal S Kalathukunnel</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/%3CHugo-(Static-Site-Generator)%3E/Ravi">Ravi Dwivedi</a></li>
-<li>Mentors: Sai Karthik, Subin</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#improve-fontforges-opentype-feature-file-handling-rajeesh">Improve FontForge’s OpenType feature file handling</a></p>
-<ul>
-<li>Learner: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Implement-the-task-of-Improving-FontForge%E2%80%99s-OpenType-feature-file-handling/bull500">Adheeth P. Praveen</a></li>
-<li>Mentor: Rajeesh</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#introduction-to-free-software-creative-suite-raghukamath">Introduction to Free Software Creative Suite</a></p>
-<ul>
-<li>Learners: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Free-Software-Creative-Suite/famubu">Julin S</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Free-Software-Creative-Suite/Riya">Riya Sawant</a></li>
-<li>Mentor: Raghukamath</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#system-administration-pirate-praveen-akhil-bady-tanzeem">System Administration</a> and <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#learn-to-setup-and-host-free-software-communication-tools-for-local-communities-sahil-sahilister-dhanesh-dhanesh95-co-mentor">Hosting free software communication tools for local communities</a></p>
-<ul>
-<li>Learners: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/System-Administration-and-Self-Hosting/aishwarya">Aishwarya Suresh</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/System-Administration-and-Self-Hosting/Delphin">Delphin Davis K</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/System-Administration-and-Self-Hosting/Jerin">Jerin</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/System-Administration-and-Self-Hosting/mridul">Mridul P M</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/system-Administration-and-also-like-to-translate-kde-software-to-malayalam-as-a-next-phase-in-camp/sanju">Sanju Thomas</a>,
-<a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/System-Administration-and-Self-Hosting/SoorajH">Sooraj H</a></li>
-<li>Mentors: Akhil, Dhanesh, Pirate Praveen, Sahil</li>
-</ul>
-</li>
-<li>
-<p><a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#wordpress-deployment-in-lamp-stack-arun-kumar-pariyar">WordPress Deployment in LAMP Stack</a></p>
-<ul>
-<li>Learner: <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/WordPress-Deployment-in-LAMP-Stack/afsha">Afsha M Mailmuri</a></li>
-<li>Mentor: Arun Kumar Pariyar</li>
-</ul>
-</li>
-</ol>
+  <div id="projects" style="text-align: center">
+To Be Announced
 </div>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/sched/index.html b/sched/index.html
index 2b5f69d0a9d4c20e3a54e68f249d2c954a3e51b9..fc12bc19e0a02d8b0575001b6768a96dd8cd7bca 100644
--- a/sched/index.html
+++ b/sched/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -58,132 +59,7 @@
   <table style="width: 100%;">
 <tbody>
 <tr>
-<th scope="row">September 19 - October 15</th>
-<td style="width: 50.0000%;">
-Mentors & Learners Application Window
-<br>
-People who wish to join the camp as mentor or learner can apply during this time.
-</td>
-</tr>
-<tr>
-<th scope="row">October 11, 18, 25</th>
-<td>
-Mentors and Organizers meeting to discuss the motivations and goals of the camp.
-</td>
-</tr>
-<tr>
-<th scope="row">October 17 - October 24</th>
-<td>
-Ice Breaking
-<br>
-Learners get to know each other and know more about the program.
-</td>
-</tr>
-<tr>
-<th scope="row">October 25 - November 14</th>
-<td>
-Introduction to Free Software
-<br>
-Get to know free software philosophy and install a GNU/Linux OS.
-</td>
-</tr>
-<tr>
-<th scope="row">November 11</th>
-<td>
-Last date to apply as mentor.
-</td>
-</tr>
-<tr>
-<th scope="row">November 15 - November 24</th>
-<td>
-Explore different areas of contribution
-<br>
-Learn about different free software projects from contributors, and meet mentors. Exploration of potential ideas to work on in the later phase.
-</td>
-</tr>
-<tr>
-<th scope="row">November 25 - December 2</th>
-<td>
-Learners choose a way forward by exploring and identifying ideas that interests them.
-</td>
-</tr>
-<tr>
-<th scope="row">December 3- December 14</th>
-<td>
-Learners finalize one/two proposals for working on free software project(s) with mentors. Proposals should be submitted before 23:59 on December 14.
-</td>
-</tr>
-<tr>
-<th scope="row">December 15 - December 18</th>
-<td>
-Mentor assignment
-<br>
-Proposals are evaluated and learners are assigned mentors.
-</td>
-</tr>
-<tr>
-<th scope="row">December 19</th>
-<td>
-Start working with mentors
-<br>
-Learners can begin work as per their proposals.
-</td>
-</tr>
-<tr>
-<th scope="row">January 16</th>
-<td>
-Last date for first report
-<br>
-Learners submit an interim report with their progress.
-</td>
-</tr>
-<tr>
-<th scope="row">January 17</th>
-<td>
-First review meeting
-<br>
-Camp regroups for evaluation and review of progress.
-</td>
-</tr>
-<tr>
-<th scope="row">February 20</th>
-<td>
-Submit second report
-<br>
-Learners submit an interim report with their progress.
-</td>
-</tr>
-<tr>
-<th scope="row">February 21</th>
-<td>
-Second review meeting
-<br>
-Camp regroups for evaluation and review of progress.
-</td>
-</tr>
-<tr>
-<th scope="row">March 20</th>
-<td>
-Submit final report
-<br>
-Learners submit a final report about their project.
-</td>
-</tr>
-<tr>
-<th scope="row">March 28</th>
-<td>
-Final review meeting
-<br>
-Camp regroups for final review of their project. Closing ceremony.
-</td>
-</tr>
-<tr>
-<th scope="row">March 29</th>
-<td>
-The After-party
-<br>
-The camp never ends. You can continue your free software contributions and we will always remain a family.
-</td>
+<th scope="row">To Be Announced</th>
 </tr>
 </tbody>
 </table>
@@ -191,13 +67,13 @@ The camp never ends. You can continue your free software contributions and we wi
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/schedule/index.html b/schedule/index.html
index daee43f7f189ddb81933907f3b1d40d21a006e7a..8d7786eff10c0dc3b398203bd58d1c1e423866fb 100644
--- a/schedule/index.html
+++ b/schedule/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/sched/</title><link rel="canonical" href="https://camp.fsf.org.in/sched/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/sched/" /></head></html>
\ No newline at end of file
+<!DOCTYPE html><html><head><title>https://camp.fsci.in/sched/</title><link rel="canonical" href="https://camp.fsci.in/sched/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsci.in/sched/" /></head></html>
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 3e4fe4a8cf6e06afaeb72756774ed5d45bd1ee9e..f14e200e1ff10d028b5fb73af45decb2b50fd528 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,79 +1,39 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
-  xmlns:xhtml="http://www.w3.org/1999/xhtml">
-  
-  <url>
-    <loc>https://camp.fsf.org.in/projects/</loc>
-    <lastmod>2020-12-20T22:48:59+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/</loc>
-    <lastmod>2020-10-16T00:11:42+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/news/</loc>
-    <lastmod>2020-10-16T00:11:42+05:30</lastmod>
-    <priority>0</priority>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/news/mentors-application-extended/</loc>
-    <lastmod>2020-10-16T00:11:42+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/news/final-confirmation-of-registration/</loc>
-    <lastmod>2020-10-15T11:21:38+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/</loc>
-    <lastmod>2020-10-14T00:35:49+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/welcome/</loc>
-    <lastmod>2020-09-29T00:38:53+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/welcome-mentors/</loc>
-    <lastmod>2020-09-29T00:38:53+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/privacy/</loc>
-    <lastmod>2020-09-29T00:23:05+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/sched/</loc>
-    <lastmod>2020-09-29T00:11:16+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/code-of-conduct/</loc>
-    <lastmod>2020-09-28T23:25:31+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/learners/</loc>
-    <lastmod>2020-09-28T23:16:23+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/mentors/</loc>
-    <lastmod>2020-09-25T12:46:41+05:30</lastmod>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/categories/</loc>
-  </url>
-  
-  <url>
-    <loc>https://camp.fsf.org.in/tags/</loc>
-  </url>
-  
-</urlset>
+<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/en/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/hi/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/kn/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/ml/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/mr/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/ta/sitemap.xml</loc>
+    
+  </sitemap>
+  
+  <sitemap>
+    <loc>https://camp.fsci.in/te/sitemap.xml</loc>
+    
+  </sitemap>
+  
+</sitemapindex>
diff --git a/ta/categories/index.html b/ta/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f11f022b084fa307088b0981804c0c354673e208
--- /dev/null
+++ b/ta/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/categories/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ta/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ta/#about'>About Us</a></li>
+            <li><a href='/ta/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ta/news'>News</a></li>
+            <li><a href='/ta/sched'>Schedule</a></li>
+            <li><a href='/ta/projects'>Projects</a></li>
+            <li><a href='/ta/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta" selected="selected">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ta/categories/index.xml b/ta/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8652df34da3dca7bd424d8e98540e1fa145e82cf
--- /dev/null
+++ b/ta/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/ta/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ta/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/ta/index.html b/ta/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e5f5200800f563fa197e6a8bcbab1c2f3676176
--- /dev/null
+++ b/ta/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/" title="తెలుగు">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ta/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ta/#about'>About Us</a></li>
+            <li><a href='/ta/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ta/news'>News</a></li>
+            <li><a href='/ta/sched'>Schedule</a></li>
+            <li><a href='/ta/projects'>Projects</a></li>
+            <li><a href='/ta/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta" selected="selected">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/ta/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/ta/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/ta/mentors'>As Mentor<br>(Not opened)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
+            <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Technical</span>
+                </h1>
+                <ul>
+                    <li>Programming</li>
+                    <li>System Administration</li>
+                    <li>Packaging</li>
+                    <li>Cyber Forensics</li>
+                    <li>UI/UX Development</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Non-Technical</span>
+                </h1>
+                <ul>
+                    <li>Artwork</li>
+                    <li>Translation and Localization</li>
+                    <li>Publicity</li>
+                    <li>Event Organizing</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
+            <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
+            <div class="cta">
+                <a href='/ta/mentors'><button>About mentorship</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
+            <div class="cta">
+                <a href='/ta/learners'><button>About Participation</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">BigBlueButton</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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>
+                </ul>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">Email</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">Matrix</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">GitLab</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">PeerTube</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">Help improve the website</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">Help translate</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ta/index.xml b/ta/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b4a045308545bf7ada4a47ece4fc37cc39de9175
--- /dev/null
+++ b/ta/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/ta/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ta/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/ta/sitemap.xml b/ta/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0586488176675fb167fda52c71d9eb54087bd14d
--- /dev/null
+++ b/ta/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/ta/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/ta/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/ta/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+  </url>
+</urlset>
diff --git a/ta/tags/index.html b/ta/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f32dc3e46e70202a7365c5c9bb9410fe22fecead
--- /dev/null
+++ b/ta/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/ta/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/ta/#about'>About Us</a></li>
+            <li><a href='/ta/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/ta/news'>News</a></li>
+            <li><a href='/ta/sched'>Schedule</a></li>
+            <li><a href='/ta/projects'>Projects</a></li>
+            <li><a href='/ta/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta" selected="selected">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/ta/tags/index.xml b/ta/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e531ea54dede223438ad8fd04c3df7ba70a4d0ec
--- /dev/null
+++ b/ta/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/ta/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/ta/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/tags/index.html b/tags/index.html
index 979b01ec76701a47fc6b92b4be953e61d3474a06..f7bf3f3a0428349bca943b702ca335fbf1d8e904 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -2,31 +2,63 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="te" href="https://camp.fsci.in/te/tags/" title="తెలుగు">
+        
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en" selected="selected">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te">తెలుగు</option>
+                    
+                </select>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -60,13 +92,13 @@
 </main>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/tags/index.xml b/tags/index.xml
index 64de50b134d498c6710688d98d861766d4e1a23d..f9068b1af67825973eba80c3ae95a99ff6e5bcee 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>Tags on Free Software Camp</title>
-    <link>https://camp.fsf.org.in/tags/</link>
-    <description>Recent content in Tags on Free Software Camp</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsf.org.in/tags/index.xml" rel="self" type="application/rss+xml" />
+    <title>Tags on Software Freedom Camp (Diversity Edition)</title>
+    <link>https://camp.fsci.in/tags/</link>
+    <description>Recent content in Tags on Software Freedom Camp (Diversity Edition)</description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/tags/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/te/categories/index.html b/te/categories/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..c91799c98e77eb8e882880bc9400c663e40c2220
--- /dev/null
+++ b/te/categories/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/categories/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/categories/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/categories/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/categories/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/categories/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/categories/" title="தமிழ்">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/te/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/te/#about'>About Us</a></li>
+            <li><a href='/te/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/te/news'>News</a></li>
+            <li><a href='/te/sched'>Schedule</a></li>
+            <li><a href='/te/projects'>Projects</a></li>
+            <li><a href='/te/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/te/categories/&#34;" value="te" selected="selected">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/categories/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/categories/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/categories/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/categories/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/categories/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/categories/&#34;" value="ta">தமிழ்</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/te/categories/index.xml b/te/categories/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3853a8ca73b07d22d019584209d3780b09a1508f
--- /dev/null
+++ b/te/categories/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on </title>
+    <link>https://camp.fsci.in/te/categories/</link>
+    <description>Recent content in Categories on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/te/categories/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/te/index.html b/te/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..2d0ae41699b428b8d7dd708577cbac747cb7278f
--- /dev/null
+++ b/te/index.html
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<html><head>
+	<meta name="generator" content="Hugo 0.83.1" />
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/" title="தமிழ்">
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/" title="English">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/te/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/te/#about'>About Us</a></li>
+            <li><a href='/te/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/te/news'>News</a></li>
+            <li><a href='/te/sched'>Schedule</a></li>
+            <li><a href='/te/projects'>Projects</a></li>
+            <li><a href='/te/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/te/&#34;" value="te" selected="selected">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/&#34;" value="ta">தமிழ்</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/&#34;" value="en">English</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<section id="home" class="presentation">
+    <div class="introduction">
+        <div class="intro-text">
+            <h1>
+                Software Freedom Camp
+                <span style="color:#469198">(Diversity Edition)</span>
+            </h1>
+            <p>An online mentorship programme focusing on diversity organized by Free Software Community of India and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>.</p>
+            <div class="cta-block">
+                <div class="cta">
+                    <a href='/te/#about'><button>About Us</button></a>
+                </div>
+                <div class="dropdown cta">
+                    <button onclick="myFunction()" class="dropbtn">Apply</button>
+                    <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
+                        <button style="padding: 0px;"><a href='/te/learners'>As Learner<br>(Not opened)</a></button>
+                        <button style="padding: 0px;"><a href='/te/mentors'>As Mentor<br>(Not opened)</a></button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+    <div class="cover">
+        <img src='https://camp.fsci.in/img/landing-image.png' alt="person on a bench" />
+    </div>
+</section>
+<section id="about">
+    <div class="about-section">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/example-29.svg' alt="person in front of workspace" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Software Freedom Camp?</h1>
+            <p class="para">Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.</p>
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading">What is Diversity Edition?</h1>
+            <p class="para">Diversity edition is aiming to reach out to people subject to systemic bias and impacted by under-representation in the technical industry in India.</p>
+        </div>
+    </div>
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading">What are the kind of tasks we&#39;ll be working on at Software Freedom Camp?</h1>
+            <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/tech.svg' alt="a smartphone and a desktop computer" />
+        </div>
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Technical</span>
+                </h1>
+                <ul>
+                    <li>Programming</li>
+                    <li>System Administration</li>
+                    <li>Packaging</li>
+                    <li>Cyber Forensics</li>
+                    <li>UI/UX Development</li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="task-tech">
+        <div class="about-text task-block">
+            <div class="block">
+                <h1 class="medium-heading" style="color:#469198; text-align: center">Non-Technical</span>
+                </h1>
+                <ul>
+                    <li>Artwork</li>
+                    <li>Translation and Localization</li>
+                    <li>Publicity</li>
+                    <li>Event Organizing</li>
+                </ul>
+            </div>
+        </div>
+        <div class="about-cover task-cover">
+            <img src='https://camp.fsci.in/img/non-tech.svg' alt="infomatics and books" />
+        </div>
+    </div>
+    <div class="about-section" style="margin-top: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">How does it work?</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">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>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div class="about-cover">
+            <img src='https://camp.fsci.in/img/mentor.svg' alt="people planning and making things" />
+        </div>
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can be mentors?</h1>
+            <p class="para">Are you an experienced Free Software contributor? Does mentoring new people to contribute to Free Software excite you? Do you have time to invest in mentoring for the next 3 months? Come join us!</p>
+            <div class="cta">
+                <a href='/te/mentors'><button>About mentorship</button></a>
+            </div>
+        </div>
+    </div>
+    <div class="about-section" style="margin-bottom: 10vh auto;">
+        <div class="about-text">
+            <h1 class="medium-heading" style="color:#469198">Who can join as learners?</h1>
+            <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Anyone who faces under-representation, systemic bias, or discrimination in the technology industry in India is invited to apply!</p>
+            <div class="cta">
+                <a href='/te/learners'><button>About Participation</button></a>
+            </div>
+        </div>
+        <div class="about-cover" style="display:flex; margin:auto;">
+            <img src='https://camp.fsci.in/img/mentee.png' alt="people trying to find things" />
+        </div>
+    </div>
+    <div class="about-section" style="margin: 10vh auto;">
+        <div id="tools" class="about-text">
+            <h1 class="medium-heading" style="color: #469198">Camp Communication Infrastructure</h1>
+            <div style="width: 100%;">
+                <ul>
+                    <li><a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89" target="_blank">BigBlueButton</a> (browser based free software video conferencing platform) for presentations, sessions, and other interactions.</li>
+                    <li><a href="https://videos.fsci.in/videos/watch/5fbd125f-d309-4eda-a4af-4009ced56f71" 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://videos.fsci.in/videos/watch/76f79bb3-b5ca-4929-8ceb-74bb18783803" 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>
+                </ul>
+                <p>These tools will be introduced during the course of the camp. Additionally, each project will have their own project communication platforms.</p>
+
+                <h3>Mailman (Mailing List)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/76f79bb3-b5ca-4929-8ceb-74bb18783803" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>Matrix (Instant Messaging)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/5fbd125f-d309-4eda-a4af-4009ced56f71" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+                <h3>BigBlueButton (Web Conferencing)</h3>
+                <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
+            </div>
+        </div>
+    </div>
+</section>
+<section id="contact">
+    <div class="tasks-section">
+        <div class="task-text">
+            <h1 class="medium-heading" style="color:white">Wish to contribute to the initiatitive?</h1>
+            <p class="para" style="color:white">We primarily use free software for all our communication and collaboration. Get in touch with us with your queries and sugesstions!!</p>
+        </div>
+        <div class="icon-row">
+            <a href="mailto:camp@fsci.in" target="_blank" rel="noopener" title="Email">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
+                    <polyline points="22,6 12,13 2,6"></polyline>
+                </svg>
+                <span class="get-in-touch">Email</span>
+            </a>
+            <a href="https://matrix.to/#/#sfcamp:poddery.com" target="_blank" rel="noopener" title="Matrix">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
+                </svg>
+                <span class="get-in-touch">Matrix</span>
+            </a>
+            <a href="https://social.masto.host/@fscamp" target="_blank" rel="noopener" title="Mastodon/Pleroma">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216.4144 232.00976">
+                    <path stroke="#fff" stroke-width="12px" fill="#ffffff00" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915" />
+                    <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675" />
+                </svg>
+                <span class="get-in-touch">Mastodon</span>
+            </a>
+            <a href="https://git.fosscommunity.in/community/camp/-/issues/" target="_blank" rel="noopener" title="Gitlab">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z" />
+                </svg>
+                <span class="get-in-touch">GitLab</span>
+            </a>
+            <a href="https://videos.fsci.in/accounts/sfcamp/videos" target="_blank" rel="noopener" title="Peertube">
+                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+                    <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/>
+                </svg>
+                <span class="get-in-touch">PeerTube</span>
+            </a>
+        </div>
+        <div class="icon-row secondary">
+            <ul style="padding:0">
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" 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"/>
+                            <polyline points="7 8 3 12 7 16" />
+                            <polyline points="17 8 21 12 17 16" />
+                            <line x1="14" y1="4" x2="10" y2="20" />
+                        </svg>
+                        <span class="get-in-touch">Help improve the website</span>
+                    </a>
+                </li>
+                <li>
+                    <a href="https://git.fosscommunity.in/community/camp/-/wikis/How-To-Translate" target="_blank" rel="noopener" title="See how to translate">
+
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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"/>
+
+                            <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
+                            <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
+
+                        </svg>
+                        <span class="get-in-touch">Help translate</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/te/index.xml b/te/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3a627b4fea8cefef52facfd69838ede7dd7a22b3
--- /dev/null
+++ b/te/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title></title>
+    <link>https://camp.fsci.in/te/</link>
+    <description>Recent content on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/te/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/te/sitemap.xml b/te/sitemap.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1c3642f43db6ed7858414112fd7b7bcad5574024
--- /dev/null
+++ b/te/sitemap.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <url>
+    <loc>https://camp.fsci.in/te/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/te/categories/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/categories/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/categories/"
+                />
+  </url><url>
+    <loc>https://camp.fsci.in/te/tags/</loc>
+    <xhtml:link
+                rel="alternate"
+                hreflang="en"
+                href="https://camp.fsci.in/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="hi"
+                href="https://camp.fsci.in/hi/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="kn"
+                href="https://camp.fsci.in/kn/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ml"
+                href="https://camp.fsci.in/ml/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="mr"
+                href="https://camp.fsci.in/mr/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="ta"
+                href="https://camp.fsci.in/ta/tags/"
+                />
+    <xhtml:link
+                rel="alternate"
+                hreflang="te"
+                href="https://camp.fsci.in/te/tags/"
+                />
+  </url>
+</urlset>
diff --git a/te/tags/index.html b/te/tags/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..64291f6f435b6cd8f431d9715cc4e276aff77b7c
--- /dev/null
+++ b/te/tags/index.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html><head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>Software Freedom Camp 2021</title>
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+    
+    <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
+        
+            <link rel="alternate" hreflang="en" href="https://camp.fsci.in/tags/" title="English">
+        
+            <link rel="alternate" hreflang="hi" href="https://camp.fsci.in/hi/tags/" title="हिन्दी">
+        
+            <link rel="alternate" hreflang="kn" href="https://camp.fsci.in/kn/tags/" title="ಕನ್ನಡ">
+        
+            <link rel="alternate" hreflang="ml" href="https://camp.fsci.in/ml/tags/" title="മലയാളം">
+        
+            <link rel="alternate" hreflang="mr" href="https://camp.fsci.in/mr/tags/" title="मराठी">
+        
+            <link rel="alternate" hreflang="ta" href="https://camp.fsci.in/ta/tags/" title="தமிழ்">
+        
+    
+</head>
+<body><div class="nav-container">
+    <nav>
+        <div class="logo">
+            <a href='/te/'>Software Freedom Camp</a>
+        </div>
+        <input type="checkbox" id="chk">
+        <label for="chk" class="show-menu-btn" style="align-items:center;">
+            <i class="nav-icon fas fa-bars"></i>
+        </label>
+        <ul class="menu">
+            <li><a href='/te/#about'>About Us</a></li>
+            <li><a href='/te/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/te/news'>News</a></li>
+            <li><a href='/te/sched'>Schedule</a></li>
+            <li><a href='/te/projects'>Projects</a></li>
+            <li><a href='/te/#contact'>Contact</a></li>
+            
+            <select class="langs">
+                <option onclick="window.location.href = &#34;https://camp.fsci.in/te/tags/&#34;" value="te" selected="selected">తెలుగు</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/tags/&#34;" value="en">English</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/hi/tags/&#34;" value="hi">हिन्दी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/kn/tags/&#34;" value="kn">ಕನ್ನಡ</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ml/tags/&#34;" value="ml">മലയാളം</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/mr/tags/&#34;" value="mr">मराठी</option>
+                    
+                        <option onclick="window.location.href = &#34;https://camp.fsci.in/ta/tags/&#34;" value="ta">தமிழ்</option>
+                    
+                </select>
+            
+            <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
+        </ul>
+
+        <script>
+         function myFunction() {
+             document.getElementById("myDropdown").classList.toggle("show");
+         }
+         function myFunctionnav() {
+             document.getElementById("myDropdownnav").classList.toggle("show");
+         }
+         window.onclick = function(event) {
+             if (!event.target.matches('.dropbtn')) {
+                 var dropdowns = document.getElementsByClassName("dropdown-content");
+                 var i;
+                 for (i = 0; i < dropdowns.length; i++) {
+                     var openDropdown = dropdowns[i];
+                     if (openDropdown.classList.contains('show')) {
+                         openDropdown.classList.remove('show');
+                     }
+                 }
+             }
+         }
+        </script>
+    </nav>
+</div>
+<main>
+<main id="main">
+    <div>
+        
+    </div>
+</main>
+
+        </main><footer style="margin-top: 0">
+    <div class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
+    </div>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+</footer>
+</body>
+</html>
diff --git a/te/tags/index.xml b/te/tags/index.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d224ea5a8c26e0f71fd2978d19d04066af612365
--- /dev/null
+++ b/te/tags/index.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on </title>
+    <link>https://camp.fsci.in/te/tags/</link>
+    <description>Recent content in Tags on </description>
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsci.in/te/tags/index.xml" rel="self" type="application/rss+xml" />
+  </channel>
+</rss>
diff --git a/welcome-mentor/index.html b/welcome-mentor/index.html
index 77e278af2677a88577069652d92cebd549c7afed..d371e81fc3564d1be1166b0cb35a81c14ab085f7 100644
--- a/welcome-mentor/index.html
+++ b/welcome-mentor/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/welcome-mentors/</title><link rel="canonical" href="https://camp.fsf.org.in/welcome-mentors/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/welcome-mentors/" /></head></html>
\ No newline at end of file
+<!DOCTYPE html><html><head><title>https://camp.fsci.in/welcome-mentors/</title><link rel="canonical" href="https://camp.fsci.in/welcome-mentors/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsci.in/welcome-mentors/" /></head></html>
\ No newline at end of file
diff --git a/welcome-mentors/index.html b/welcome-mentors/index.html
index 21a7f7e60e8b403281bf2a811a106d8781737e03..12cc8e1a7aaef7c0938165e46b95728e5ca75381 100644
--- a/welcome-mentors/index.html
+++ b/welcome-mentors/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -57,31 +58,31 @@
   <h1 style="text-align: center;">Welcome Mentor</h1>
   <p>Dear Mentor,
 <br><br>
-We have received your application to join Free Software Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.</p>
+We have received your application to join Software Freedom Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.</p>
 <ol>
 <li>Make sure you have read the <a href="https://camp.fsf.org.in/coc">code of conduct</a></li>
 <li>Add your project ideas to this <a href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list">wiki page</a> (contact us with your git.fosscommunity.in username for getting access to edit the wiki page)</li>
-<li>Subscribe to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a>.  All public announcements will be posted on this list.</li>
+<li>Subscribe to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.fsci.in/">mailing list</a>.  All public announcements will be posted on this list.</li>
 <li>Consider following us on <a href="https://social.masto.host/@fscamp">mastodon/fediverse</a> for updates regarding the camp and join in the conversation on <a href="https://matrix.to/#/#fscamp:poddery.com">matrix</a> using any of the matrix powered apps like Element. If new to using matrix, you can sign up for accounts by following instructions at <a href="https://chat.feneas.org">chat.feneas.org</a>, <a href="https://chat.tchncs.de">chat.tchncs.de</a> or <a href="https://chat.privacytools.io">chat.privacytools.io</a>, instead of using matrix.org which will help to reduce their server load.</li>
 </ol>
 <div style="margin:30px auto">
   <a class="button" href="../sched">View Camp Schedule</a>
 </div>
-<p>You can reach out to us on camp at mm.gnu.org.in for any queries or concerns.
+<p>You can reach out to us on camp at fsci.in for any queries or concerns.
 <br><br>
 Regards,</p>
-<p>Free Software Camp Organizing Team</p>
+<p>Software Freedom Camp Organizing Team</p>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>
diff --git a/welcome/index.html b/welcome/index.html
index bd1695f7999d5d97d0acce4ce2e2905f37126fcd..a12550e143e75df7dbc2cdb15fbb70bc119403c0 100644
--- a/welcome/index.html
+++ b/welcome/index.html
@@ -2,31 +2,32 @@
 <html><head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Free Software Camp 2020</title>
+    <title>Software Freedom Camp 2021</title>
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href='https://camp.fsf.org.in/css/style.css' type="text/css" media="screen" />
+    <link rel="stylesheet" href='https://camp.fsci.in/css/style.css' type="text/css" media="screen" />
     <link rel="apple-touch-icon" href="/apple-touch-icon.png">
     
     <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
+    
 </head>
 <body><div class="nav-container">
     <nav>
         <div class="logo">
-            <a href="https://camp.fsf.org.in">Free Software
-                <span style="color:#469198"> Camp</span></a>
+            <a href='/'>Software Freedom Camp</a>
         </div>
         <input type="checkbox" id="chk">
         <label for="chk" class="show-menu-btn" style="align-items:center;">
             <i class="nav-icon fas fa-bars"></i>
         </label>
         <ul class="menu">
-            <li><a href="https://camp.fsf.org.in#about">About</a></li>
-            <li><a href="https://camp.fsf.org.in/code-of-conduct">Code of Conduct</a></li>
-            <li><a href="https://camp.fsf.org.in/news">News</a></li>
-            <li><a href="https://camp.fsf.org.in/sched">Schedule</a></li>
-            <li><a href="https://camp.fsf.org.in/projects">Projects</a></li>
-            <li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
+            <li><a href='/#about'>About Us</a></li>
+            <li><a href='/code-of-conduct'>Code of Conduct</a></li>
+            <li><a href='/news'>News</a></li>
+            <li><a href='/sched'>Schedule</a></li>
+            <li><a href='/projects'>Projects</a></li>
+            <li><a href='/#contact'>Contact</a></li>
+            
             <label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
         </ul>
 
@@ -57,13 +58,13 @@
   <h1 style="text-align: center;">Welcome Learner</h1>
   <p>Dear Learner,
 <br><br>
-We have received your application to join Free Software Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.</p>
+We have received your application to join Software Freedom Camp 2020 organized by Free Software Foundation of India and Free Software Community of India. Please read this email and take necessary steps to complete your application.</p>
 <ol>
 <li>Make sure you have read the <a href="https://camp.fsf.org.in/coc">code of conduct</a>.</li>
 <li>Make sure you take the <a href="https://ee.kobotoolbox.org/single/nxw4UE3B">learners' survey</a> that indicates to us your preferred language for sessions.</li>
-<li>Subscribe to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a>. All public announcements will be posted on this list.</li>
+<li>Subscribe to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.fsci.in/">mailing list</a>. All public announcements will be posted on this list.</li>
 <li>Consider following us on <a href="https://social.masto.host/@fscamp">mastodon/fediverse</a> for updates regarding the camp and join in the conversation on <a href="https://matrix.to/#/#fscamp:poddery.com">matrix</a> using any of the matrix powered apps like Element.</li>
-<li>If your age is below 15, please contact us at camp at mm.gnu.org.in.</li>
+<li>If your age is below 15, please contact us at camp at fsci.in.</li>
 </ol>
 <div style="margin:30px auto">
   <a class="button" href="../sched">View Camp Schedule</a>
@@ -84,21 +85,21 @@ We have received your application to join Free Software Camp 2020 organized by F
 <p>BigBlueButton is a browser-based free software video conferencing platform which we will use for camp presentations, sessions, and other interactive sessions.</p>
 <p>Bady has created a <a href="https://videos.fsci.in/videos/watch/b3f34489-ad2b-4cfb-956b-7a8bad799d89">video</a> to explain how to use BigBlueButton:</p>
 <iframe src="https://videos.fsci.in/videos/embed/b3f34489-ad2b-4cfb-956b-7a8bad799d89" style="min-height: 400px; width: 100%; margin: 10px;" frameborder="0" sandbox="allow-same-origin allow-scripts" allowfullscreen="allowfullscreen"></iframe>
-<p>You can reach out to us by mailing to camp at mm.gnu.org.in for any queries or concerns.
+<p>You can reach out to us by mailing to camp at fsci.in for any queries or concerns.
 <br><br>
 Regards,</p>
-<p>Free Software Camp Organizing Team</p>
+<p>Software Freedom Camp Organizing Team</p>
 
 </section>
 
         </main><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://camp.fsf.org.in/img/fsci_logo.png' 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 class="footer-organizers" style="text-align: center">
+        <h1>Organized by</h1>
+        <a href="https://fsci.in"><img height="50px" src='https://camp.fsci.in/img/fsci_logo.png' alt="Logo of FSCI" /></a>
     </div>
-    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsf.org.in/privacy">Privacy Policy</a></p>
-    <p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
+    <p style="text-align: center; font-size: 22px; margin-bottom: 10px">In association with diverse groups of volunteers</p>
+    <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="https://camp.fsci.in/privacy">Privacy Policy</a></p>
+    <p style="text-align: center;">Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
 </footer>
 </body>
 </html>