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

Add missing announcement page

parent d913ae0c
Branches
No related merge requests found
Pipeline #1211 canceled with stage
<!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 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>
<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/news">News</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="page">
<h1 style="text-align: center;">Mentors Application Extended for Two Weeks</h1>
<ul>
<li>Learners registration closed on October 15, 2020.</li>
<li>Mentor application extended for two more weeks. Last date to apply is October 29, 2020.</li>
</ul>
<div style="margin: 24px 0 12px">
<a class="button" href="..">Back to News</a>
</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>
<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>
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