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

Fix typos and improve consistency across pages

parent 452b3259
Branches
No related merge requests found
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>FSCAMP</title>
<title>Free Software Camp Code of Conduct</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
......@@ -16,7 +16,7 @@
<div class="nav-container">
<nav>
<div class="logo">
<a href="index.html">FS<span style="color:#469198">CAMP</span></a>
<a href="index.html">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;">
......@@ -27,9 +27,7 @@
<li><a href="#">Code of Conduct</a></li>
<li><a href="sched.html">Schedule</a></li>
<li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i>
</label>
<label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
</ul>
</nav>
</div>
......@@ -94,11 +92,11 @@
<footer>
<div class="footer-icon-row ">
<h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" 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>
<h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3>
<p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
<h3 style="text-align: center; font-weight: 400">Free Software Camp <a style="color: inherit;" href="privacy.html">Privacy Policy</a></h3>
<p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
</footer>
</main>
</body>
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>FSCAMP</title>
<title>Free Software Camp Learners</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
......@@ -16,7 +16,7 @@
<div class="nav-container">
<nav>
<div class="logo">
<a href="index.html">FS<span style="color:#469198">CAMP</span></a>
<a href="index.html">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;">
......@@ -24,12 +24,10 @@
</label>
<ul class="menu">
<li><a href="index.html#about">About</a></li>
<li><a href="#">Code of Conduct</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Contact</a></li>
<label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i>
</label>
<li><a href="coc.html">Code of Conduct</a></li>
<li><a href="sched.html">Schedule</a></li>
<li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
</ul>
</nav>
</div>
......@@ -43,17 +41,18 @@
<li>Communicate with mentors using Free Software tools</li>
</ul>
</div>
<h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a learner</h2>
<div class="reg_form">
<iframe frameborder="2" src="https://ee.kobotoolbox.org/single/FMPfxisV" width="80%" height="100%" style="margin: auto;"></iframe>
</div>
<footer>
<div class="footer-icon-row ">
<h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" 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>
<h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3>
<p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
<h3 style="text-align: center; font-weight: 400">Free Software Camp <a style="color: inherit;" href="privacy.html">Privacy Policy</a></h3>
<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>
</main>
</body>
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>FSCAMP</title>
<title>Free Software Camp Mentors</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
......@@ -16,7 +16,7 @@
<div class="nav-container">
<nav>
<div class="logo">
<a href="index.html">FS<span style="color:#469198">CAMP</span></a>
<a href="index.html">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;">
......@@ -24,12 +24,10 @@
</label>
<ul class="menu">
<li><a href="index.html#about">About</a></li>
<li><a href="#">Code of Conduct</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Contact</a></li>
<label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i>
</label>
<li><a href="coc.html">Code of Conduct</a></li>
<li><a href="sched.html">Schedule</a></li>
<li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
</ul>
</nav>
</div>
......@@ -47,17 +45,18 @@
<li>Communicate with learners using Free Software tools</li>
</ul>
</div>
<h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a mentor</h2>
<div class="reg_form">
<iframe frameborder="2" src="https://ee.kobotoolbox.org/single/eJ2m4rrb" width="80%" height="100%" style="margin: auto;"></iframe>
</div>
<footer>
<div class="footer-icon-row ">
<h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" 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;">Made with <span style="color: #e25555;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
<h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3>
<h3 style="text-align: center; font-weight: 400">Free Software Camp <a style="color: inherit;" href="privacy.html">Privacy Policy</a></h3>
<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>
</main>
</body>
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>FSCAMP</title>
<title>Free Software Camp Privacy Policy</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
......@@ -17,19 +17,18 @@
<div class="nav-container">
<nav>
<div class="logo">
<a href="#">FS<span style="color:#469198">CAMP</span></a>
<a href="index.html">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="#">About</a></li>
<li><a href="#">Code of Conduct</a></li>
<li><a href="#">Contact</a></li>
<label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i>
</label>
<li><a href="index.html#about">About</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
<li><a href="sched.html">Schedule</a></li>
<li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
</ul>
</nav>
</div>
......@@ -38,7 +37,7 @@
<section id="coc" class="presentation">
<div>
<h1 class="heading">Free Software Camp Privacy Policy <small>v1.0</small></h1>
<p>In FS camp we take individual privacy seriously, this document will act as the privacy policy for FS 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 class="medium-heading">Data we collect from:</h2>
<h3>Learner:</h3>
......@@ -83,8 +82,8 @@
<ul>
<li>We use KoBoToolBox for registration, data stored in KoBoToolbox will follow their Privacy Policy and Terms of Service.</li>
<ul>
<li>https://www.kobotoolbox.org/privacy/</li>
<li>https://www.kobotoolbox.org/terms/</li>
<li><a href="https://www.kobotoolbox.org/privacy/">https://www.kobotoolbox.org/privacy/</a></li>
<li><a href="https://www.kobotoolbox.org/terms/">https://www.kobotoolbox.org/terms/</a></li>
</ul>
</ul>
......@@ -95,6 +94,15 @@
</div>
</section>
</div>
<footer>
<div class="footer-icon-row ">
<h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" 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>
<h3 style="text-align: center; font-weight: 400">Free Software Camp <a style="color: inherit;" href="privacy.html">Privacy Policy</a></h3>
<p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span> All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA)</p>
</footer>
</main>
</body>
</html>
......@@ -16,7 +16,7 @@
<div class="nav-container">
<nav>
<div class="logo">
<a href="index.html">Free Software<span style="color:#469198"> Camp</span></a>
<a href="index.html">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;">
......@@ -27,9 +27,7 @@
<li><a href="coc.html">Code of Conduct</a></li>
<li><a href="sched.html">Schedule</a></li>
<li><a href="index.html#contact">Contact</a></li>
<label for="chk" class="hide-menu-btn">
<i class="nav-icon fas fa-times"></i>
</label>
<label for="chk" class="hide-menu-btn"><i class="nav-icon fas fa-times"></i></label>
</ul>
</nav>
</div>
......@@ -52,7 +50,7 @@
<tbody>
<tr>
<td style="width: 50.0000%;"><strong>September 19-October 15</strong></td>
<td style="width: 50.0000%;"><strong>Mentors &amp; Learners Application Window.</strong><br />People who wish to join the camp as mentor or learner can apply during this time.</td>
<td style="width: 50.0000%;"><strong>Mentors &amp; Learners Application Window</strong><br />People who wish to join the camp as mentor or learner can apply during this time.</td>
</tr>
<tr>
<td style="width: 50.0000%;"><strong>October 17-October 24</strong></td>
......@@ -140,11 +138,11 @@
<footer>
<div class="footer-icon-row ">
<h1>Organised By</h1>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
<a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" 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>
<h3 style="text-align: center; font-weight: 400"><a style="text-decoration:none; color: inherit;" href="privacy-policy.html">Free Software Camp Privacy Policy</a></h3>
<p style="text-align: center;">Made with <span style="color: #e25555;">&#9829;</span>, All original content is licensed under a free/libre copyleft license (GPL or CC BY-SA).</p>
<h3 style="text-align: center; font-weight: 400">Free Software Camp <a style="color: inherit;" href="privacy.html">Privacy Policy</a></h3>
<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>
</main>
</body>
......
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