-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from africanmathsinitiative/master
updating branch
- Loading branch information
Showing
200 changed files
with
41,911 additions
and
8,391 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 @@ | ||
theme: jekyll-theme-minimal |
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,2 @@ | ||
node_modules | ||
bower_components |
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,112 @@ | ||
<!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"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>R-Instat</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Plugin CSS --> | ||
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet"> | ||
|
||
<!-- Theme CSS --> | ||
<link href="css/creative.min.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body id="page-top"> | ||
|
||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">R-Instat Website</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="About.html">About</a> | ||
</li> | ||
<li> | ||
<a href="Download.html">Download</a> | ||
</li> | ||
<li> | ||
<a href="ReleaseNotes.html">Release Notes</a> | ||
</li> | ||
<li> | ||
<a href="Documentation.html">Documentation</a> | ||
</li> | ||
<li> | ||
<a href="Developers.html">Developers</a> | ||
</li> | ||
<li> | ||
<a href="Forum.html">Forum</a> | ||
</li> | ||
<li> | ||
<a href="faq.html">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="Contact.html">Contact us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
<section class="bg-primary"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">What is R-Instat</h2> | ||
<hr class="light"> | ||
<p class="text-faded">R-Instat is an R based new statistics software developed in Africa for use all around the world.</p> | ||
<!-- <a href="#services" class="page-scroll btn btn-default btn-xl sr-button">Get Started!</a>--> | ||
</div> | ||
</div> | ||
</div> </section> | ||
<!-- jQuery --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
<script src="vendor/scrollreveal/scrollreveal.min.js"></script> | ||
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> | ||
|
||
<!-- Theme JavaScript --> | ||
<script src="js/creative.min.js"></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 @@ | ||
r-instat.org |
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,127 @@ | ||
|
||
<!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"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>R-Instat</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Plugin CSS --> | ||
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet"> | ||
|
||
<!-- Theme CSS --> | ||
<link href="css/creative.min.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body id="page-top"> | ||
|
||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">R-Instat Website</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="About.html">About</a> | ||
</li> | ||
<li> | ||
<a href="Download.html">Download</a> | ||
</li> | ||
<li> | ||
<a href="ReleaseNotes.html">Release Notes</a> | ||
</li> | ||
<li> | ||
<a href="Documentation.html">Documentation</a> | ||
</li> | ||
<li> | ||
<a href="Developers.html">Developers</a> | ||
</li> | ||
<li> | ||
<a href="Forum.html">Forum</a> | ||
</li> | ||
<li> | ||
<a href="faq.html">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="Contact.html">Contact us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
|
||
|
||
<section class="bg-primary" > | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">Let's Get In Touch!</h2> | ||
<hr class="primary"> | ||
<p>You could reach R-Instat team via</p> | ||
</div> | ||
<div class="col-lg-4 col-lg-offset-2 text-center"> | ||
<i class="fa fa-phone fa-3x sr-contact"></i> | ||
<p>0728508241</p> | ||
<br /> | ||
<p> Could we have a form instead of this????</p> | ||
</div> | ||
<div class="col-lg-4 text-center"> | ||
<i class="fa fa-envelope-o fa-3x sr-contact"></i> | ||
<p><a style="color: white;" href="mailto:[email protected]">[email protected]</a></p> <br /> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!-- jQuery --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
<script src="vendor/scrollreveal/scrollreveal.min.js"></script> | ||
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> | ||
|
||
<!-- Theme JavaScript --> | ||
<script src="js/creative.min.js"></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,115 @@ | ||
<!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"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>R-Instat</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Plugin CSS --> | ||
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet"> | ||
|
||
<!-- Theme CSS --> | ||
<link href="css/creative.min.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body id="page-top"> | ||
|
||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">R-Instat Website</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="About.html">About</a> | ||
</li> | ||
<li> | ||
<a href="Download.html">Download</a> | ||
</li> | ||
<li> | ||
<a href="ReleaseNotes.html">Release Notes</a> | ||
</li> | ||
<li> | ||
<a href="Documentation.html">Documentation</a> | ||
</li> | ||
<li> | ||
<a href="Developers.html">Developers</a> | ||
</li> | ||
<li> | ||
<a href="Forum.html">Forum</a> | ||
</li> | ||
<li> | ||
<a href="faq.html">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="Contact.html">Contact us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
<section class="bg-primary" id="about"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">R-Instat Developers</h2> | ||
<hr class="light"> | ||
<p class="text-faded">Text Goes here. A table with images is prefered</p> <br> | ||
<p> | ||
table will go here | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- jQuery --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
<script src="vendor/scrollreveal/scrollreveal.min.js"></script> | ||
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> | ||
|
||
<!-- Theme JavaScript --> | ||
<script src="js/creative.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.