1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3769691-28', 'auto');
ga('send', 'pageview');
</script>
<!-- Begin Jekyll SEO tag -->
<title>Not found - GitHub and Government</title>
<meta property="og:title" content="Not found - GitHub and Government" />
<meta name="description" content="GitHub helps government build software better, together" />
<meta property='og:description' content="GitHub helps government build software better, together" />
<link rel="canonical" href="http://government.github.com/404.html" itemprop="url" />
<meta property='og:url' content='http://government.github.com/404.html' />
<meta property="og:site_name" content="GitHub and Government" />
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "GitHub and Government",
"url" : "http://government.github.com"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="support-page">
<div class="full-width olives">
<div class="navbar">
<div class="container">
<ul>
<li><a href="https://github.com/government/welcome#readme">Peer Group</a></li>
</ul>
</div>
</div>
<!-- .full-width here gets closed on support-page.html and home.html layouts -->
</div>
<div id="Not-found" class="container support-page">
<div class="mini-section">
<h1>Not found</h1>
<h3 class="description lead-graf"></h3>
</div>
</div>
<div class="container mini-section">
<h2 id="the-page-youre-looking-for-doesnt-seem-to-be-there">The page you’re looking for doesn’t seem to be there!</h2>
<h3 id="maybe-we-can-find-it-together-if-you-search-below">Maybe we can find it together if you search below.</h3>
<script>
var GOOG_FIXURL_LANG = "en";
var GOOG_FIXURL_SITE = "http://government.github.com";
</script>
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
<script>
$(document).ready(function () {
(function ($) {
$('#filter').keyup(function () {
var rex = new RegExp($(this).val(), 'i');
$('.searchable tr').hide();
$('.searchable tr').filter(function () {
return rex.test($(this).text());
}).show();
if ($('.govtable tr:visible').length === 0) {
$('.govtable.no-matches').show();
} else {
$('.govtable.no-matches').hide();
$('.govtable.table-header').show();
};
if ($('.civictable tr:visible').length === 0) {
$('.civictable.no-matches').show();
} else {
$('.civictable.no-matches').hide();
$('.civictable.table-header').show();
};
})
}(jQuery));
});
</script>
<footer class="container">
<div class="site-footer clearfix">
<ul class="site-footer-links right no-style-list">
<li class="no-mobile"><a href="https://help.github.com/articles/github-glossary" target="_blank">Glossary</a></li>
<li class="no-mobile"><a href="https://help.github.com/security">Security</a></li>
<li><a href="mailto:government@github.com">Contact Us</a></li>
</ul>
<ul class="site-footer-links no-style-list">
<li class="no-mobile">© 2014 GitHub Inc. All rights reserved.</li>
<li><a href="https://github.com/">GitHub.com</a></li>
<li class="no-mobile"><a href="https://github.com/about">About</a></li>
<li class="no-mobile"><a href="https://github.com/features/">Features</a></li>
</ul>
</div>
</footer>
<script>anchors.add('.org-table h4');</script>
</body>
</html>
<!-- Proudly powered by GitHub Pages ~ Generated 2015-12-09 14:05:31 -0800 -->
|