-
Notifications
You must be signed in to change notification settings - Fork 492
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
Showing
103 changed files
with
26,104 additions
and
0 deletions.
There are no files selected for viewing
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,100 @@ | ||
</head> | ||
<body> | ||
<div class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<a href="/" class="navbar-brand">SMSsync</a> | ||
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
</div> | ||
<div class="navbar-collapse collapse" id="navbar-main"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="dropdown"> | ||
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="sections">Sections<span class="caret"></span></a> | ||
<ul class="dropdown-menu" aria-labelledby="download"> | ||
|
||
<li><a href="/"></a></li> | ||
|
||
<li><a href="/configure">configure</a></li> | ||
|
||
<li><a href="/contributors">contributors</a></li> | ||
|
||
<li><a href="/developers">developers</a></li> | ||
|
||
<li><a href="/releases">releases</a></li> | ||
|
||
<li><a href="/screenshots">screenshots</a></li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="container"> | ||
|
||
<h1>404 Error</h1> | ||
<p>Maybe you want one of these?</p> | ||
|
||
|
||
<ul> | ||
<li><a href="http://localhost:1313/screenshots/">Screenshots</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/features/">Features</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/developers/">Developers</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/configure/">Configure</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/contributors/">Contributors</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/download/">Downloads</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
<ul> | ||
<li><a href="http://localhost:1313/releases/">Releases</a><span class="lead">(Fri, May 1, 2015)</span></li> | ||
</ul> | ||
|
||
|
||
<div class="container"> | ||
<footer class="footer bs-footer"> | ||
<div class="row"> | ||
<div class="col-lg-4"> | ||
Last updated Fri, May 1, 2015 | ||
</div> | ||
<div class="col-lg-4"> | ||
Copyright © 2010 - 2015 <a href="http://www.ushahidi.com">Ushahidi.com</a> | ||
</div> | ||
<div class="col-lg-4"> | ||
<p class="pull-right"> | ||
<span class="smssync">SMSsync</span><span> </span> powered by <a href="http://www.ushahidi.com"><img src="/images/ushahidi-logo.png"><span>Ushahidi</span></a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
<script>document.write('<script src="http://' | ||
+ (location.host || 'localhost').split(':')[0] | ||
+ ':1313/livereload.js?mindelay=10"></' | ||
+ 'script>')</script></body> | ||
</html> |
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 @@ | ||
smssync.ushahidi.com |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
156 changes: 156 additions & 0 deletions
156
website-src/public/contributors/contributors/index.html
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,156 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>SMSsync</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|
||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css" media="screen" /> | ||
<link rel="stylesheet" href="/css/hugo-bootswatch.css" media="all" /> | ||
<link href='/css/google_prettify/sons-of-obsidian.css' type='text/css' rel='stylesheet' media='all' /> | ||
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" media="all" /> | ||
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' type='text/css' rel='stylesheet' media='all' /> | ||
<link href='http://fonts.googleapis.com/css?family=Racing+Sans+One' type='text/css' rel='stylesheet' media='all' /> | ||
|
||
|
||
<link rel="shortcut icon" href="http://localhost:1313//images/favicon.ico" /> | ||
|
||
|
||
<link href="" rel="alternate" type="application/rss+xml" title="SMSsync" /> | ||
|
||
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.css' type='text/css' rel='stylesheet' media='all'> | ||
<link href='http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css' type='text/css' rel='stylesheet' media='all'> | ||
<link href='http://leaflet.github.io/Leaflet.markercluster/dist/MarkerCluster.css' type='text/css' rel='stylesheet' media='all'> | ||
<link href='http://leaflet.github.io/Leaflet.markercluster/dist/MarkerCluster.Default.css' type='text/css' rel='stylesheet' media='all'> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner"> | ||
<a href="https://github.com/ushahidi/SMSSync"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a> | ||
<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> | ||
<div id="logo"> | ||
<a href="http://localhost:1313/" class="navbar-brand">SMSsync</a> | ||
</div> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<nav class="navbar-collapse collapse" role="navigation"> | ||
<ul class="nav navbar-nav"> | ||
|
||
|
||
<li > | ||
<a href="/">Home</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/releases/">Releases</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/download/">Download</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/contributors/">Contributors</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/configure/">Configure</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/developers/">Developers</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/features/">Features</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/screenshots/">Screenshots</a> | ||
</li> | ||
|
||
<li > | ||
<a href="https://forums.ushahidi.com/category/smssync">Support</a> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="jumbotron"> | ||
<h2>The free and open source SMS gateway for Android</h2> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="page-header"> | ||
<h3>Map of Contributors<small> These are people who have freely contributed their time towards making SMSsync better</small></h3> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div id="map" class="thumbnail leaflet-container leaflet-fade-anim" tabindex="0" style="height:390px;"></div> | ||
<div class="table-responsive" id="contrib"></div> | ||
|
||
</div> | ||
<div class="container"> | ||
<footer class="footer bs-footer"> | ||
<div class="row"> | ||
<div class="col-lg-4"> | ||
Last updated Fri, May 1, 2015 | ||
</div> | ||
<div class="col-lg-4"> | ||
Copyright © 2010 - 2015 <a href="http://www.ushahidi.com">Ushahidi.com</a> | ||
</div> | ||
<div class="col-lg-4"> | ||
<p class="pull-right"> | ||
<span class="smssync">SMSsync</span><span> </span> powered by <a href="http://www.ushahidi.com"><img src="/images/ushahidi-logo.png"><span>Ushahidi</span></a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script src="/js/bootswatch.js"></script> | ||
<script src='http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js'></script> | ||
|
||
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"></script> | ||
|
||
|
||
<script src="https://api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.js"></script> | ||
<script src="http://leaflet.github.io/Leaflet.markercluster/dist/leaflet.markercluster.js"></script> | ||
<script src="/js/contributors.js"></script> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-12063676-22']); | ||
_gaq.push(['_trackPageview']); | ||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
<script>document.write('<script src="http://' | ||
+ (location.host || 'localhost').split(':')[0] | ||
+ ':1313/livereload.js?mindelay=10"></' | ||
+ 'script>')</script></body> | ||
</html> |
Oops, something went wrong.