CINXE.COM
Projects
<!DOCTYPE html> <html> <head> <title>Projects</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap core CSS --> <link href="/static/css/bootstrap/bootstrap.min.css" rel="stylesheet" media="screen"> <!-- Custom styles for this template --> <link href="/static/css/app/htbox-website.css" rel="stylesheet" media="screen"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="/static/js/html5shiv/html5shiv.js"></script> <script src="/static/js/respond/respond.min.js"></script> <![endif]--> <link href="/static/css/wp8fix/wp8fix.css" rel="stylesheet" media="screen"/> <script src="/static/js/wp8fix/wp8fix.js"></script> <script type="text/javascript" src="//use.typekit.net/lhl8dek.js"></script> <script type="text/javascript">try { Typekit.load(); } catch (e) { }</script> </head> <body id="projects"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <span class="visible-xs">Humanitarian Toolbox</span> <img src="/upload/home/ht-text.png" alt="Humanitarian Toolbox" class="hidden-xs img-responsive"/> </a> </div> <div class="navbar-collapse collapse pull-right"> <ul class="nav navbar-nav"> <li><a href="/about">About</a></li> <li><a href="/sign-up">Sign Up</a></li> <li class="active"><a href="/projects">Projects</a></li> <li><a href="/blog">Blog</a></li> <li><a href="/news">News</a></li> <li><a href="/donate">Donate</a></li> </ul> </div><!--/.nav-collapse --> </div> </div> <div class="container"> <div class="page-header"> <h2>Projects </h2> </div> <div class="row"> <div class="col-xs-12"> <p>We are working to build out pages for each of our projects but it is currently a work in progress - thank you for your patience.</p> <h3>Current Projects</h3> <p><big><a href="/projects/two-weeks-ready"><strong><img alt="Two Weeks Ready" src="/upload/projects/two-weeks-ready/two-weeks-ready.png" style="float:left; height:93px; margin-left:10px; margin-right:10px; width:145px" />Two Weeks Ready</strong></a></big> - Our most current, actively developed project focused on preparedness.</p> <p> </p> <p> </p> <p> </p> <p><big><a href="/projects/allready"><strong><img alt="" src="/upload/projects/allready/allreadybiglogo.png" style="float:left; height:50px; margin-left:10px; margin-right:10px; width:145px" />allReady</strong></a></big> - An open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.</p> </div> </div> <footer> <hr> <div class="pull-right"><a href="#top">Back to top</a></div> <p></p> <p>Follow Humanitarian Toolbox on our <a href="/blog">Blog</a> and at <a href="http://twitter.com/htbox">Twitter</a> and <a href="https://github.com/htbox/">GitHub</a>.</p> <p>Code for this website and our projects are hosted on <a href="https://www.visualstudio.com/vso/">Visual Studio Team Services</a> and <a href="https://github.com">GitHub</a>.</p> </footer> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="/static/js/jquery/jquery-1.10.2.min.js"></script> <script src="/static/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript"> var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '55acfa0d5dd0535c30000087'); t.setAttribute('data-track-path', 'http://track.gaug.es/track.gif'); t.src = 'http://track.gaug.es/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); </script> </body> </html>