-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 19c4e1f
Showing
291 changed files
with
82,363 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,282 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66983412-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-66983412-1'); | ||
</script> | ||
<!-- End Google Analytics --> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="Community of volunteers helping address Nepal's challenges using civic tech to innovate, organize and advocate digital literacy"> | ||
<meta name="author" content=""> | ||
<meta name="keyword" content="code for nepal, c4n, volunteer, code, nepal" /> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="fb:pages" content="201272103415379"> | ||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Prototype: Nepal School Rankings"> | ||
<meta property="og:description" content=""> | ||
<meta property="og:url" content="/2014/02/prototype-nepal-school-rankings/"> | ||
<meta property="og:site_name" content="Code for Nepal"> | ||
<meta property="og:image" content=""> | ||
|
||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:description" content=""> | ||
<meta name="twitter:title" content="Prototype: Nepal School Rankings"> | ||
<meta name="twitter:site" content="@codefornepal"> | ||
<meta name="twitter:image" content=""> | ||
<link rel="canonical" href="https://codefornepal.org/"> | ||
<link rel="icon" href="/assets/img/c4n-icon.jpg"> | ||
|
||
|
||
<title> | ||
|
||
Prototype: Nepal School Rankings | Code for Nepal | ||
|
||
</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<!-- <link href="/assets/css/bootstrap.min.css" rel="stylesheet"> --> | ||
|
||
<!-- Custom fonts for this template --> | ||
<link href="/assets/css/all.min.css" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' | ||
type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Custom styles for this theme --> | ||
<link href="/assets/css/agency.css" rel="stylesheet"> | ||
|
||
<!-- Page container change top padding when nav shrinks --> | ||
|
||
<style> | ||
#pagecontainer { | ||
padding-top: 150px; | ||
} | ||
|
||
@media only screen and (max-width: 991px) { | ||
#pagecontainer { | ||
padding-top: 100px; | ||
} | ||
} | ||
</style> | ||
|
||
|
||
</head> | ||
|
||
<body id="page-top"> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-dark navbar-expand-lg fixed-top" id="mainNav"> | ||
<div class="container"> | ||
<a class="navbar-brand js-scroll-trigger" href="/"> | ||
|
||
<img height="52" src="/assets/img/c4n_logo.png" /> | ||
|
||
</a> | ||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" | ||
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav text-uppercase ml-auto d-flex align-items-center"> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/#about">About</a> | ||
|
||
</li> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/fellowship2023/">Data Fellowship</a> | ||
|
||
</li> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/data_crunch_hackathon_2024/">Data Crunch 2024</a> | ||
|
||
</li> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/blog/">Blog</a> | ||
|
||
</li> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/team/">Team</a> | ||
|
||
</li> | ||
|
||
<li class="nav-item"> | ||
|
||
<a class="nav-link js-scroll-trigger" href="/joinus/">Join us</a> | ||
|
||
</li> | ||
|
||
</li> | ||
<!--Paypal Button--> | ||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> | ||
<input type="hidden" name="cmd" value="_s-xclick" /> | ||
<input type="hidden" name="hosted_button_id" value="A8L4MMC7NP5ZS"/> | ||
<button id="donate-btn" class="btn btn-sm btn-primary" type="submit"> | ||
<span>Donate</span> | ||
</button> | ||
<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> | ||
</form> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- End Navigation --> | ||
|
||
|
||
|
||
<div class="container blog" id="pagecontainer"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h1 class="title">Prototype: Nepal School Rankings</h1> | ||
<p>23 Feb 2014 - codefornepal</p> | ||
<p> | ||
<p><a href="http://demo.skylinenet.net/nepal/" target="_blank"><img alt="image" src="https://31.media.tumblr.com/89d76ef8efb2b10ff07b9f10b7577695/tumblr_inline_n1gohqvuxX1qb9ga0.png" /></a></p> | ||
|
||
<p><span class="author-p-121345">We analyzed School Performance data in Nepal and built a prototype of an app to rank schools based on the performance. It will help parents and students find good schools in the area. </span><span class="author-p-121345 attrlink url url"><a class="attrlink" href="http://demo.skylinenet.net/nepal/" title="http://demo.skylinenet.net/nepal/">http://demo.skylinenet.net/nepal/</a></span></p> | ||
|
||
</p> | ||
</div> | ||
</div> | ||
<div id="disqus_thread"></div> | ||
<script> | ||
(function() { // DON'T EDIT BELOW THIS LINE | ||
var d = document, s = d.createElement('script'); | ||
s.src = 'https://codefornepal-1.disqus.com/embed.js'; | ||
s.setAttribute('data-timestamp', +new Date()); | ||
(d.head || d.body).appendChild(s); | ||
})(); | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="footer" id="footer"> | ||
<div class="container"> | ||
<div class="row align-items-center"> | ||
<div class="col-md-4"> | ||
<span class="copyright">Copyright © Code for Nepal 2024</span> | ||
</div> | ||
<!-- Social Media --> | ||
<div class="col-md-4"> | ||
<ul class="list-inline social-buttons"> | ||
|
||
<li class="list-inline-item"> | ||
|
||
<a href="https://twitter.com/codefornepal"> | ||
<i class="fab fa-twitter"></i> | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="list-inline-item"> | ||
|
||
<a href="https://www.facebook.com/codefornepal"> | ||
<i class="fab fa-facebook-f"></i> | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="list-inline-item"> | ||
|
||
<a href="https://www.vimeo.com/codefornepal"> | ||
<i class="fab fa-vimeo-square"></i> | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="list-inline-item"> | ||
|
||
<a href="https://github.com/code4Nepal"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="list-inline-item"> | ||
|
||
<a href="http://instagram.com/codefornepal"> | ||
<i class="fab fa-instagram"></i> | ||
</a> | ||
|
||
</li> | ||
|
||
<div class="mt-2"> | ||
<!--Paypal Button--> | ||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> | ||
<input type="hidden" name="cmd" value="_s-xclick" /> | ||
<input type="hidden" name="hosted_button_id" value="A8L4MMC7NP5ZS"/> | ||
<button id="donate-btn" class="btn btn-sm btn-primary" type="submit"> | ||
<span>Donate</span> | ||
</button> | ||
<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> | ||
</form> | ||
|
||
</div> | ||
</ul> | ||
</div> | ||
<!-- Legal --> | ||
<div class="col-md-4"> | ||
<ul class="list-inline quicklinks"> | ||
<li class="list-inline-item"> | ||
<a href="/codeofconduct/" target="_blank">Code of Conduct</a> | ||
</li> | ||
</ul> | ||
<ul class="list-inline quicklinks"> | ||
<li class="list-inline-item"> | ||
<a href="/privacy/" target="_blank">Privacy Policy</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-11"> | ||
<span class="code">This work is licensed under a Creative Commons Attribution - ShareAlike 3.0 License! Code for Nepal is a registered 501(c)(3) nonprofit organization. EIN: 47-3620037</span> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- End Footer --> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="/assets/js/jquery.min.js"></script> | ||
<script src="/assets/js/bootstrap.bundle.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="/assets/js/jquery.easing.min.js"></script> | ||
|
||
<!-- Contact form JavaScript --> | ||
<script src="/assets/js/jqBootstrapValidation.js"></script> | ||
<script src="/assets/js/contact_me.js"></script> | ||
|
||
<!-- Custom scripts for this template --> | ||
<script src="/assets/js/agency.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.