first commit

This commit is contained in:
Israel Ogbole
2016-04-25 01:47:31 +01:00
commit 12c84dee8e
447 changed files with 80643 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require js/flot/jquery.flot.js
//= require js/flot/jquery.flot.pie.js
//= require js/flot/jquery.flot.orderBars.js
//= require js/flot/jquery.flot.time.min.js
//= require js/flot/date.js
//= require js/flot/jquery.flot.spline.js
//= require js/flot/jquery.flot.stack.js
//= require js/flot/curvedLines.js
//= require js/flot/jquery.flot.resize.js
//= require js/maps/jquery-jvectormap-2.0.3.min.js
//= require js/maps/gdp-data.js
//= require js/maps/jquery-jvectormap-world-mill-en.js
//= require js/maps/jquery-jvectormap-us-aea-en.js
//= require js/bootstrap.min.js
//= require js/gauge/gauge.min.js
//= require js/gauge/gauge_demo.js
//= require js/progressbar/bootstrap-progressbar.min.js
//= require js/icheck/icheck.min.js
//= require js/moment/moment.min.js
//= require js/datepicker/daterangepicker.js
//= require js/chartjs/chart.min.js
//= require js/custom.js
//= require js/pace/pace.min.js
//= require js/nprogress.js
//= require js/select/select2.full.js
//= require js/dropzone/dropzone.js
//= require js/pace/pace.min.js
//= require_tree .

View File

@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -0,0 +1,30 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*= require css/bootstrap.min.css
*= require fonts/css/font-awesome.min.css
*= require css/animate.min.css
*= require css/custom.css
*= require css/maps/jquery-jvectormap-2.0.3.css
*= require css/icheck/flat/green.css
*= require css/floatexamples.css
*= require css/normalize.css
*= require css/nprogress.css
*= require css/ion.rangeSlider.css
*= require css/ion.rangeSlider.skinFlat.css
*/

View File

@@ -0,0 +1,3 @@
// Place all the styles related to the welcome controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/