Skip to content
Snippets Groups Projects
Commit b560b042 authored by Bady's avatar Bady
Browse files

Update pages to match the latest hugo build

parent 783a45aa
Branches
1 merge request!5Update pages to match the latest hugo build
Pipeline #1197 failed with stage
<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/about/</title><link rel="canonical" href="https://camp.fsf.org.in/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/about/" /></head></html>
\ No newline at end of file
<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/about/</title><link rel="canonical" href="https://camp.fsf.org.in/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/about/" /></head></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Free Software Camp 2020</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="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>
</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/sched">Schedule</a></li>
<li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
<div class="dropdown cta">
<button onclick="myFunctionnav()" class="dropbtn">Apply</button>
<div id="myDropdownnav" class="dropdown-content" style="padding: 5px;">
<button style="padding: 0px;"><a href='https://camp.fsf.org.in/learners'>As Learner</a></button>
<button style="padding: 0px;"><a href='https://camp.fsf.org.in/mentors'>As Mentor</a></button>
</div>
</div>
<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 class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">About</h1>
<p>Written in Go, Hugo is an open source static site generator available under the <a href="https://github.com/gohugoio/hugo/blob/master/LICENSE">Apache Licence 2.0.</a> Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.</p>
<p>Hugo makes use of a variety of open source projects including:</p>
<ul>
<li><a href="https://github.com/yuin/goldmark">https://github.com/yuin/goldmark</a></li>
<li><a href="https://github.com/alecthomas/chroma">https://github.com/alecthomas/chroma</a></li>
<li><a href="https://github.com/muesli/smartcrop">https://github.com/muesli/smartcrop</a></li>
<li><a href="https://github.com/spf13/cobra">https://github.com/spf13/cobra</a></li>
<li><a href="https://github.com/spf13/viper">https://github.com/spf13/viper</a></li>
</ul>
<p>Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.</p>
<p>Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.</p>
<p>Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.</p>
<p>Learn more and contribute on <a href="https://github.com/gohugoio">GitHub</a>.</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>
<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>
</footer>
</body>
</html>
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Free Software Camp 2020</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="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>
</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/sched">Schedule</a></li>
<li><a href="https://camp.fsf.org.in#contact">Contact</a></li>
<div class="dropdown cta">
<button onclick="myFunctionnav()" class="dropbtn">Apply</button>
<div id="myDropdownnav" class="dropdown-content" style="padding: 5px;">
<button style="padding: 0px;"><a href='https://camp.fsf.org.in/learners'>As Learner</a></button>
<button style="padding: 0px;"><a href='https://camp.fsf.org.in/mentors'>As Mentor</a></button>
</div>
</div>
<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 class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;"></h1>
</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>
<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>
</footer>
</body>
</html>
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<div class="nav-container"> <div style="background-color:#fbe7e3;color:#7e3328;padding:5px 35px 5px 35px;border-left: solid 7px #f3bbb1;text-align: center;">
<p>Dear learners and mentors, if you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn't land in your Inbox. If you use Gmail, it might categorize mailing list emails under the 'Promotions' tab. You will need to set a filter for "<i>mm.gnu.org.in</i>" to ensure it ends up in your Primary inbox. If you don't get one please mail to <i>camp at mm.gnu.org.in</i></p>
</div><div class="nav-container">
<nav> <nav>
<div class="logo"> <div class="logo">
<a href="https://camp.fsf.org.in">Free Software <a href="https://camp.fsf.org.in">Free Software
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Categories on Free Software Camp</title> <title>Categories on Free Software Camp</title>
<link>https://camp.fsf.org.in/categories/</link> <link>https://camp.fsf.org.in/categories/</link>
<description>Recent content in Categories on Free Software Camp</description> <description>Recent content in Categories on Free Software Camp</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsf.org.in/categories/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://camp.fsf.org.in/categories/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>
\ No newline at end of file
...@@ -64,40 +64,23 @@ ...@@ -64,40 +64,23 @@
<main> <main>
<section class="expectations" style="margin: 5vh auto;"> <section class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">Code Of Conduct</h1> <h1 style="text-align: center;">Code Of Conduct</h1>
<h1 id="free-software-camp-code-of-conduct">Free Software Camp 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>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> <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>
<h2 id="fsci-diversity-statement">FSCI Diversity Statement</h2> <h2 id="fsci-diversity-statement">FSCI Diversity Statement</h2>
<p>FSCI welcomes and encourages participation by everyone.</p> <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>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> <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> <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 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>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>We value your participation and appreciate your help in realizing this goal.</p> <p>We value your participation and appreciate your help in realizing this goal.</p>
<h2 id="be-respectful">Be respectful</h2> <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> <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> <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>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 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>
<h2 id="be-aware">Be aware</h2> <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>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 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>
<ul> <ul>
...@@ -107,13 +90,9 @@ ...@@ -107,13 +90,9 @@
<li>The individuals may be asked to immediately leave the program and/or will be prohibited from continuing to participate in any part of the program</li> <li>The individuals may be asked to immediately leave the program and/or will be prohibited from continuing to participate in any part of the program</li>
<li>The incident may be reported to the appropriate authorities</li> <li>The incident may be reported to the appropriate authorities</li>
</ul> </ul>
<h2 id="what-does-that-mean-for-me">What does that mean for me?</h2> <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>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 Free Software Camp:</p>
<ul> <ul>
<li>Offensive verbal or written remarks related to any dimension(s) of diversity as listed in the FSCI code of conduct</li> <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> <li>Sexual or violent images in public spaces (including presentation slides)</li>
......
<!DOCTYPE html><html><head><title>https://camp.fsf.org.in/about/</title><link rel="canonical" href="https://camp.fsf.org.in/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://camp.fsf.org.in/about/" /></head></html>
\ No newline at end of file
...@@ -10,10 +10,10 @@ h1, h2{ ...@@ -10,10 +10,10 @@ h1, h2{
padding: 20px 10px; padding: 20px 10px;
} }
ul, ol{ ul, ol{
padding-left: 40px; padding-left: 40px;
} }
p{ p{
padding-left: 10px; padding-left: 10px;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
......
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>
<meta name="generator" content="Hugo 0.54.0" /> <meta name="generator" content="Hugo 0.76.2" />
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Free Software Camp 2020</title> <title>Free Software Camp 2020</title>
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Free Software Camp</title> <title>Free Software Camp</title>
<link>https://camp.fsf.org.in/</link> <link>https://camp.fsf.org.in/</link>
<description>Recent content on Free Software Camp</description> <description>Recent content on Free Software Camp</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsf.org.in/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<lastBuildDate>Tue, 29 Sep 2020 00:38:53 +0530</lastBuildDate>
<atom:link href="https://camp.fsf.org.in/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Welcome Learner</title> <title>Welcome Learner</title>
<link>https://camp.fsf.org.in/welcome/</link> <link>https://camp.fsf.org.in/welcome/</link>
<pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate> <pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate>
<guid>https://camp.fsf.org.in/welcome/</guid> <guid>https://camp.fsf.org.in/welcome/</guid>
<description>Dear Learner, <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.
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. Consider subscribing to our low volume announcement mailing list or following us on mastodon/fediverse for updates regarding the camp and join in the conversation on matrix using any of the matrix powered apps like Element.</description>
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.
Make sure you have read the code of conduct. Make sure you take the learners&amp;rsquo; survey that indicates to us your preferred language for sessions. Consider subscribing to our low volume announcement mailing list or following us on mastodon/fediversefor updates regarding the camp and join in the conversation on matrix using any of the matrix powered apps like Element.</description>
</item> </item>
<item> <item>
<title>Welcome Mentors</title> <title>Welcome Mentor</title>
<link>https://camp.fsf.org.in/welcome-mentors/</link> <link>https://camp.fsf.org.in/welcome-mentors/</link>
<pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate> <pubDate>Tue, 29 Sep 2020 00:38:53 +0530</pubDate>
<guid>https://camp.fsf.org.in/welcome-mentors/</guid> <guid>https://camp.fsf.org.in/welcome-mentors/</guid>
<description>Dear Mentor, <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.
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.
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) Consider subscribing to our low volume announcement mailing list or following us on mastodon/fediverse for updates regarding the camp and join in the conversation on matrix using any of the matrix powered apps like Element.</description> 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) Consider subscribing to our low volume announcement mailing list or following us on mastodon/fediverse for updates regarding the camp and join in the conversation on matrix using any of the matrix powered apps like Element.</description>
</item> </item>
...@@ -51,7 +41,7 @@ Data we collect from: Learner: Personal Information: Name, Email, Gender and ot ...@@ -51,7 +41,7 @@ Data we collect from: Learner: Personal Information: Name, Email, Gender and ot
<pubDate>Tue, 29 Sep 2020 00:11:16 +0530</pubDate> <pubDate>Tue, 29 Sep 2020 00:11:16 +0530</pubDate>
<guid>https://camp.fsf.org.in/sched/</guid> <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 17-October 24 Ice Breaking Learners get to know each other and know more about the program October 25-November 3 Introduction to Free Software Get to know free software philosophy and install a GNU/Linux OS November 4-November 11 Explore different areas of contribution Learn about different free software projects from contributors, and meet mentors.</description> <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>
</item> </item>
<item> <item>
...@@ -70,7 +60,8 @@ This code of conduct applies to all participants of Free Software Camp, in addit ...@@ -70,7 +60,8 @@ This code of conduct applies to all participants of Free Software Camp, in addit
<pubDate>Mon, 28 Sep 2020 23:16:23 +0530</pubDate> <pubDate>Mon, 28 Sep 2020 23:16:23 +0530</pubDate>
<guid>https://camp.fsf.org.in/learners/</guid> <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 Dear Learner, If you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn&amp;rsquo;t land in your Inbox. If you use Gmail, it might categorize mailing list emails under the &amp;lsquo;Promotions&amp;rsquo; tab.</description> <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 Do you want to apply as Mentor instead?
Apply As Mentor Please fill out the form below to join as a learner </description>
</item> </item>
<item> <item>
...@@ -79,28 +70,8 @@ This code of conduct applies to all participants of Free Software Camp, in addit ...@@ -79,28 +70,8 @@ This code of conduct applies to all participants of Free Software Camp, in addit
<pubDate>Fri, 25 Sep 2020 12:46:41 +0530</pubDate> <pubDate>Fri, 25 Sep 2020 12:46:41 +0530</pubDate>
<guid>https://camp.fsf.org.in/mentors/</guid> <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</description> <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 Do you want to apply as Learner instead?</description>
</item>
<item>
<title></title>
<link>https://camp.fsf.org.in/archives/</link>
<pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
<guid>https://camp.fsf.org.in/archives/</guid>
<description></description>
</item>
<item>
<title>About</title>
<link>https://camp.fsf.org.in/about/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>https://camp.fsf.org.in/about/</guid>
<description>Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
https://github.</description>
</item> </item>
</channel> </channel>
</rss> </rss>
\ No newline at end of file
...@@ -64,10 +64,7 @@ ...@@ -64,10 +64,7 @@
<main> <main>
<section class="expectations" style="margin: 5vh auto;"> <section class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">Learners</h1> <h1 style="text-align: center;">Learners</h1>
<h1 id="learner-expectations">Learner Expectations</h1>
<h1 id="learner-expectations">Learner Expectations</h1>
<ul> <ul>
<li>Anyone who can commit 15-20 hours per week</li> <li>Anyone who can commit 15-20 hours per week</li>
<li>Eagerness to learn</li> <li>Eagerness to learn</li>
...@@ -80,7 +77,6 @@ ...@@ -80,7 +77,6 @@
<button><a href='../mentors'>Apply As Mentor</a></button> <button><a href='../mentors'>Apply As Mentor</a></button>
</div> </div>
<h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a learner</h2> <h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a learner</h2>
<div style="height: 100vh"> <div style="height: 100vh">
<iframe frameborder="2" src="https://ee.kobotoolbox.org/single/FMPfxisV?returnUrl=https://camp.fsf.org.in/welcome" width="100%" height="100%" style="margin: auto;"></iframe> <iframe frameborder="2" src="https://ee.kobotoolbox.org/single/FMPfxisV?returnUrl=https://camp.fsf.org.in/welcome" width="100%" height="100%" style="margin: auto;"></iframe>
</div> </div>
......
...@@ -64,10 +64,7 @@ ...@@ -64,10 +64,7 @@
<main> <main>
<section class="expectations" style="margin: 5vh auto;"> <section class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">Mentors</h1> <h1 style="text-align: center;">Mentors</h1>
<h1 id="mentor-expectations">Mentor expectations</h1>
<h1 id="mentor-expectations">Mentor expectations</h1>
<ul> <ul>
<li>Free software contributions</li> <li>Free software contributions</li>
<li>Identify projects in which they can mentor learners</li> <li>Identify projects in which they can mentor learners</li>
...@@ -77,16 +74,13 @@ ...@@ -77,16 +74,13 @@
<li>Guidance to learners about how to work in a free software community</li> <li>Guidance to learners about how to work in a free software community</li>
<li>Guidance to learners about time management</li> <li>Guidance to learners about time management</li>
<li>Connect learners to the larger free software community</li> <li>Connect learners to the larger free software community</li>
<li>Communicate with learners using Free Software tools<br /></li> <li>Communicate with learners using Free Software tools</li>
</ul> </ul>
<div class="deco-box"> <div class="deco-box">
<p>Do you want to apply as Learner instead?</p> <p>Do you want to apply as Learner instead?</p>
<button><a href='../learners'>Apply As Learner</a></button> <button><a href='../learners'>Apply As Learner</a></button>
</div> </div>
<h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a mentor</h2> <h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a mentor</h2>
<div style="height: 100vh"> <div style="height: 100vh">
<iframe frameborder="2" src="https://ee.kobotoolbox.org/single/eJ2m4rrb?returnUrl=https://camp.fsf.org.in/welcome-mentors" width="100%" height="100%" style="margin: auto;"></iframe> <iframe frameborder="2" src="https://ee.kobotoolbox.org/single/eJ2m4rrb?returnUrl=https://camp.fsf.org.in/welcome-mentors" width="100%" height="100%" style="margin: auto;"></iframe>
</div> </div>
......
...@@ -64,70 +64,54 @@ ...@@ -64,70 +64,54 @@
<main> <main>
<section class="expectations" style="margin: 5vh auto;"> <section class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">Privacy Policy</h1> <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>
<h1 id="free-software-camp-privacy-policy-small-v1-0-small">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> <p>In Free Software camp we take individual privacy seriously, this document will act as the privacy policy for the Free Software Camp.</p>
<h2 id="data-we-collect-from">Data we collect from:</h2> <h2 id="data-we-collect-from">Data we collect from:</h2>
<h3 id="learner">Learner:</h3> <h3 id="learner">Learner:</h3>
<ul> <ul>
<li><strong>Personal Information:</strong> Name, Email, Gender and other communication details, Location.</li> <li><strong>Personal Information:</strong> Name, Email, Gender and other communication details, Location.</li>
<li><strong>Technology Access Information:</strong> Internet access, computing device access.</li> <li><strong>Technology Access Information:</strong> Internet access, computing device access.</li>
<li><strong>Priliminary Assessment Responses:</strong> Responses to the questions in the registration form that are to assess your exposure to free softwares and knowledge about Free Software philosophy.</li> <li><strong>Priliminary Assessment Responses:</strong> Responses to the questions in the registration form that are to assess your exposure to free softwares and knowledge about Free Software philosophy.</li>
<li><strong>Mentorship Related Information:</strong> Preferred language for communication, Project Idea if learner would like to come up with their own idea.</li> <li><strong>Mentorship Related Information:</strong> Preferred language for communication, Project Idea if learner would like to come up with their own idea.</li>
</ul> </ul>
<h3 id="mentors">Mentors:</h3> <h3 id="mentors">Mentors:</h3>
<ul> <ul>
<li><strong>Personal Information:</strong> Name, Email, Other Contact Information.</li> <li><strong>Personal Information:</strong> Name, Email, Other Contact Information.</li>
<li><strong>Mentorship Related Information:</strong> Area of Expertise, Availability, Communication Language/s.</li> <li><strong>Mentorship Related Information:</strong> Area of Expertise, Availability, Communication Language/s.</li>
</ul> </ul>
<h2 id="data-processing-policy">Data Processing Policy</h2> <h2 id="data-processing-policy">Data Processing Policy</h2>
<ul> <ul>
<li>We will manually process the responses you have given to initial assessment questions to assess your expertise and experience about free software and your access to necessary services.</li> <li>We will manually process the responses you have given to initial assessment questions to assess your expertise and experience about free software and your access to necessary services.</li>
</ul> </ul>
<h2 id="data-usage-policy">Data Usage Policy</h2> <h2 id="data-usage-policy">Data Usage Policy</h2>
<ul> <ul>
<li>If you are a learner, we may publish your name in our website and related places where participation details are listed.</li> <li>If you are a learner, we may publish your name in our website and related places where participation details are listed.</li>
<li>If you are a mentor, we will publish your name, area of expertise and other information you provide related to mentorship on the website and related places.</li> <li>If you are a mentor, we will publish your name, area of expertise and other information you provide related to mentorship on the website and related places.</li>
<li>You will be automatically subscribed to camp related mailing lists and added to camp related matrix groups.</li> <li>You will be automatically subscribed to camp related mailing lists and added to camp related matrix groups.</li>
</ul> </ul>
<h2 id="data-sharing-policy">Data Sharing Policy</h2> <h2 id="data-sharing-policy">Data Sharing Policy</h2>
<ul> <ul>
<li>We will NOT share your Personal Data, including the responses to priliminary assessment questions in the registration form with anyone.</li> <li>We will NOT share your Personal Data, including the responses to priliminary assessment questions in the registration form with anyone.</li>
<li>Learner communication details will be shared with respective mentors.</li> <li>Learner communication details will be shared with respective mentors.</li>
</ul> </ul>
<h2 id="data-retention-policy">Data Retention Policy</h2> <h2 id="data-retention-policy">Data Retention Policy</h2>
<ul> <ul>
<li>We will not store any of your personal information after the period of camp.</li> <li>We will not store any of your personal information after the period of camp.</li>
<li>The subscribed mailing lists, groups will continue to exist and participants will be able to leave/unsubscribe from those groups/mailing lists as they wish.</li> <li>The subscribed mailing lists, groups will continue to exist and participants will be able to leave/unsubscribe from those groups/mailing lists as they wish.</li>
</ul> </ul>
<h2 id="extension-of-privacy-policy">Extension of Privacy Policy</h2> <h2 id="extension-of-privacy-policy">Extension of Privacy Policy</h2>
<ul> <ul>
<li><p>We use KoBoToolBox for registration, data stored in KoBoToolbox will follow their Privacy Policy and Terms of Service.</p></li> <li>
<p>We use KoBoToolBox for registration, data stored in KoBoToolbox will follow their Privacy Policy and Terms of Service.</p>
<li><p><a href="https://www.kobotoolbox.org/privacy/">https://www.kobotoolbox.org/privacy/</a></p></li> </li>
<li>
<li><p><a href="https://www.kobotoolbox.org/terms/">https://www.kobotoolbox.org/terms/</a></p></li> <p><a href="https://www.kobotoolbox.org/privacy/">https://www.kobotoolbox.org/privacy/</a></p>
</li>
<li>
<p><a href="https://www.kobotoolbox.org/terms/">https://www.kobotoolbox.org/terms/</a></p>
</li>
</ul> </ul>
<h2 id="changes-to-privacy-policy">Changes to Privacy Policy</h2> <h2 id="changes-to-privacy-policy">Changes to Privacy Policy</h2>
<ul> <ul>
<li>Organisers will have rights make changes in the privacy policy. Participants will be informed of the changes.</li> <li>Organisers will have rights make changes in the privacy policy. Participants will be informed of the changes.</li>
</ul> </ul>
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
...@@ -37,29 +37,16 @@ ...@@ -37,29 +37,16 @@
<lastmod>2020-09-25T12:46:41+05:30</lastmod> <lastmod>2020-09-25T12:46:41+05:30</lastmod>
</url> </url>
<url>
<loc>https://camp.fsf.org.in/archives/</loc>
<lastmod>2019-05-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://camp.fsf.org.in/about/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url> <url>
<loc>https://camp.fsf.org.in/</loc> <loc>https://camp.fsf.org.in/</loc>
<lastmod>2020-09-29T00:38:53+05:30</lastmod>
</url> </url>
<url> <url>
<loc>https://camp.fsf.org.in/categories/</loc> <loc>https://camp.fsf.org.in/categories/</loc>
<priority>0</priority>
</url> </url>
<url> <url>
<loc>https://camp.fsf.org.in/tags/</loc> <loc>https://camp.fsf.org.in/tags/</loc>
<priority>0</priority>
</url> </url>
</urlset> </urlset>
\ No newline at end of file
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" /> <link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.css" crossorigin="anonymous" />
</head> </head>
<body> <body>
<div class="nav-container"> <div style="background-color:#fbe7e3;color:#7e3328;padding:5px 35px 5px 35px;border-left: solid 7px #f3bbb1;text-align: center;">
<p>Dear learners and mentors, if you have applied for this camp you will receive a reply mail within 5 days of application, please check your Spam folder too in case it doesn't land in your Inbox. If you use Gmail, it might categorize mailing list emails under the 'Promotions' tab. You will need to set a filter for "<i>mm.gnu.org.in</i>" to ensure it ends up in your Primary inbox. If you don't get one please mail to <i>camp at mm.gnu.org.in</i></p>
</div><div class="nav-container">
<nav> <nav>
<div class="logo"> <div class="logo">
<a href="https://camp.fsf.org.in">Free Software <a href="https://camp.fsf.org.in">Free Software
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Tags on Free Software Camp</title> <title>Tags on Free Software Camp</title>
<link>https://camp.fsf.org.in/tags/</link> <link>https://camp.fsf.org.in/tags/</link>
<description>Recent content in Tags on Free Software Camp</description> <description>Recent content in Tags on Free Software Camp</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator><atom:link href="https://camp.fsf.org.in/tags/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://camp.fsf.org.in/tags/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>
\ No newline at end of file
...@@ -64,20 +64,18 @@ ...@@ -64,20 +64,18 @@
<main> <main>
<section class="expectations" style="margin: 5vh auto;"> <section class="expectations" style="margin: 5vh auto;">
<h1 style="text-align: center;">Welcome Mentor</h1> <h1 style="text-align: center;">Welcome Mentor</h1>
<p>Dear Mentor,</p> <p>Dear Mentor,
<p><br> <br><br>
</p> 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>
<p>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>
<ol> <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 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>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>Consider subscribing to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a> or 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> <li>Consider subscribing to our low volume announcement <a href="https://lists.fsci.in/postorius/lists/camp-announce.mm.gnu.org.in/">mailing list</a> or 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> </ol>
<p>You can reach out to us on camp at mm.gnu.org.in for any queries or concerns.</p> <p>You can reach out to us on camp at mm.gnu.org.in for any queries or concerns.
<p><br> <br><br>
</p> Regards,
<p>Regards,</p> Free Software Camp Organizing Team</p>
<p>Free Software Camp Organizing Team</p>
</section> </section>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment