Merge branch 'dev'

pull/12/merge
Aigars Silkalns 2016-02-27 22:26:10 +02:00
commit ddd0234e97
11 changed files with 528 additions and 471 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 Aigars Silkalns Copyright (c) 2016 Aigars Silkalns & Colorlib
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -3,10 +3,14 @@
Gentellela Admin is a free to use Bootstrap admin template. Gentellela Admin is a free to use Bootstrap admin template.
This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards. This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards.
## License information Theme uses several libraries for charts, calendar, from validation, wizard style interface, off-canvas navigation menu, text forms, date range, upload area, form autocomplete, range slider, progress bars, notifications and much more.
Gentellela is licensed under The MIT License (MIT).
Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorlib - Make Your Firs Blog"). We would love to see how you use this awesome admin template. You can notify us about your site, app or service by tweeting to [@colorlib](https://twitter.com/colorlib). Once the list will grown long enough we will write a post similar to [this](https://colorlib.com/wp/avada-theme-examples/) to showcase the best examples.
## License information
Gentellela is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. But you always need to state that Colorlib is the original author of this template.
Project is developed and maintained by [Colorlib](https://colorlib.com/ "Colorlib - Make Your First Blog") and @puikinsh
## Scripts included: ## Scripts included:
@ -14,3 +18,45 @@ Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorli
* Font Awesome * Font Awesome
* jQuery-Autocomplete * jQuery-Autocomplete
* FullCalendar * FullCalendar
* Charts.js
* Bootstrap Colorpicker
* Cropper
* dataTables
* Date Range Picker for Bootstrap
* Dropzone
* easyPieChart
* ECharts
* bootstrap-wysiwyg
* Flot - Javascript plotting library for jQuery.
* gauge.js
* iCheck
* jquery.inputmask plugin
* Ion.RangeSlider
* jQuery
* jVectorMap
* moment.js
* Morris.js - pretty time-series line graphs
* jquery-nicescroll plugin
* PNotify - Awesome JavaScript notifications
* NProgress
* Pace
* Parsley
* bootstrap-progressbar
* select2
* Sidebar Transitions - simple off-canvas navigations
* Skycons - canvas based wather icons
* jQuery Sparklines plugin
* switchery - Turns HTML checkbox inputs into beautiful iOS style switches
* jQuery Tags Input Plugin
* Autosize - resizes text area to fit text
* validator - HTML from validator using jQuery
* jQuery Smart Wizard
## Other templates and useful resources
* [Free Bootstrap Admin Templates](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/ "Bootstrap Admin Templates on Colorlib") - List of the best Free Bootstrap admin dashboard templates that are available for free for personal and commercial use.
* [Free Admin Templates](https://colorlib.com/wp/free-html5-admin-dashboard-templates/ "List of free HTML based admin templates by Colorlib") - Long list of the best free HTML5 powered admin dashboard templates. Available for personal and commercial use.
* [Angular Templates](https://colorlib.com/wp/angularjs-admin-templates/ "Angular Admin Templates on Colorlib") - List of the most popular admin templates based on AngularJS.
* [HTML Admin Templates](https://colorlib.com/wp/html-admin-templates/ "Material Design Admin Templates on Colorlib") - Most of these templates are based on AngularJS and uses a stunning Material design.
* [Bootstrap Admin Templates](https://colorlib.com/wp/bootstrap-admin-templates/ "List of Premium Bootstrap Admin Templates by Colorlib") - List of premium Bootstrap admin templates that uses a minimal flat or material design. Majority of these themes uses AngularJS but HTML5 versions are also available.
* [WordPress Admin Templates](https://colorlib.com/wp/wordpress-admin-dashboard-themes-plugins/ "List of WordPress Admin Dashboard Templates and Plugins by Colorlib") - List of the best WordPress admin dashboard templates and plugins that will add a personal touch to your WordPress dashboard.
* [WordPress Themes](https://colorlib.com/wp/free-wordpress-themes/ "List of Free WordPress themes by Colorlib") - A huge selection of the best free WordPress themes that are all licensed under GPL and are available for personal and commercial use without restrictions.

File diff suppressed because one or more lines are too long

View File

@ -8,31 +8,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentallela Alela! | </title> <title>Chart JS Graph Examples | Gentallela Alela! by Colorlib</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet"> <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet"> <link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet"> <link href="css/custom.css" rel="stylesheet">
<link href="css/icheck/flat/green.css" rel="stylesheet"> <link href="css/icheck/flat/green.css" rel="stylesheet">
<script src="js/jquery.min.js"></script> <script src="js/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
</head> </head>
@ -60,17 +49,16 @@
</div> </div>
<div class="profile_info"> <div class="profile_info">
<span>Welcome,</span> <span>Welcome,</span>
<h2>Anthony Fernando</h2> <h2>John Doe</h2>
</div> </div>
</div> </div>
<!-- /menu prile quick info --> <!-- /menu prile quick info -->
<br />
<!-- sidebar menu --> <!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu"> <div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section"> <div class="menu_section">
<h3>General</h3> <h3>General</h3>
<ul class="nav side-menu"> <ul class="nav side-menu">
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a> <li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
@ -255,7 +243,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -269,7 +257,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -283,7 +271,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -297,7 +285,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -370,7 +358,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas000"></canvas> <canvas id="lineChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -397,7 +385,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_bar"></canvas> <canvas id="mybarChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -426,7 +414,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_radar"></canvas> <canvas id="canvasRadar"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -453,7 +441,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_doughnut"></canvas> <canvas id="canvasDoughnut"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -482,7 +470,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_pie"></canvas> <canvas id="pieChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -509,7 +497,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_area"></canvas> <canvas id="polarArea"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -519,9 +507,8 @@
<!-- footer content --> <!-- footer content -->
<footer> <footer>
<div class=""> <div class="copyright-info">
<p class="pull-right">Gentelella Alela! a Bootstrap 3 template by <a>Kimlabs</a>. | <p class="pull-right">Gentelella Alela! - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
<span class="lead"> <i class="fa fa-paw"></i> Gentelella Alela!</span>
</p> </p>
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
@ -542,212 +529,220 @@
</div> </div>
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script src="js/moment/moment.min.js"></script>
<!-- chart js --> <script src="js/chartjs/chart.js"></script>
<script src="js/chartjs/chart.min.js"></script>
<!-- bootstrap progress js -->
<script src="js/progressbar/bootstrap-progressbar.min.js"></script> <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
<script src="js/nicescroll/jquery.nicescroll.min.js"></script> <script src="js/nicescroll/jquery.nicescroll.min.js"></script>
<!-- icheck -->
<script src="js/icheck/icheck.min.js"></script> <script src="js/icheck/icheck.min.js"></script>
<script src="js/custom.js"></script> <script src="js/custom.js"></script>
<!-- pace -->
<script src="js/pace/pace.min.js"></script> <script src="js/pace/pace.min.js"></script>
<script> <script>
var randomScalingFactor = function () {
return Math.round(Math.random() * 100)
};
Chart.defaults.global.legend = {
enabled: false
};
// Line chart
var ctx = document.getElementById("lineChart");
var lineChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
label: "My First dataset",
backgroundColor: "rgba(38, 185, 154, 0.31)",
borderColor: "rgba(38, 185, 154, 0.7)",
pointBorderColor: "rgba(38, 185, 154, 0.7)",
pointBackgroundColor: "rgba(38, 185, 154, 0.7)",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(220,220,220,1)",
pointBorderWidth: 1,
data: [31, 74, 6, 39, 20, 85, 7]
},
{
label: "My Second dataset",
backgroundColor: "rgba(3, 88, 106, 0.3)",
borderColor: "rgba(3, 88, 106, 0.70)",
pointBorderColor: "rgba(3, 88, 106, 0.70)",
pointBackgroundColor: "rgba(3, 88, 106, 0.70)",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(151,187,205,1)",
pointBorderWidth: 1,
data: [82, 23, 66, 9, 99, 4, 2]
}]
},
});
var barChartData = { // Bar chart
var ctx = document.getElementById("mybarChart");
var mybarChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"], labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [ datasets: [
{ {
fillColor: "#26B99A", //rgba(220,220,220,0.5) label: '# of Votes',
strokeColor: "#26B99A", //rgba(220,220,220,0.8) backgroundColor: "#26B99A",
highlightFill: "#36CAAB", //rgba(220,220,220,0.75) data: [51, 30, 40, 28, 92, 50, 45]
highlightStroke: "#36CAAB", //rgba(220,220,220,1) },
data: [51, 30, 40, 28, 92, 50, 45] {
label: '# of Votes',
backgroundColor: "#03586A",
data: [41, 56, 25, 48, 72, 34, 12]
}]
}, },
{
fillColor: "#03586A", //rgba(151,187,205,0.5) options:{
strokeColor: "#03586A", //rgba(151,187,205,0.8) scales:{
highlightFill: "#066477", //rgba(151,187,205,0.75) yAxes:[{
highlightStroke: "#066477", //rgba(151,187,205,1) ticks:{
data: [41, 56, 25, 48, 72, 34, 12] beginAtZero:true
}
}]
} }
}
});
// Doughnut chart
var ctx = document.getElementById("canvasDoughnut");
var data = {
labels: [
"Dark Grey",
"Purple Color",
"Gray Color",
"Green Color",
"Blue Color"
], ],
} datasets: [
{
data: [120, 50, 140, 180, 100],
backgroundColor: [
"#455C73",
"#9B59B6",
"#BDC3C7",
"#26B99A",
"#3498DB"
],
hoverBackgroundColor: [
"#34495E",
"#B370CF",
"#CFD4D8",
"#36CAAB",
"#49A9EA"
]
$(document).ready(function () { }]
new Chart($("#canvas_bar").get(0).getContext("2d")).Bar(barChartData, { };
tooltipFillColor: "rgba(51, 51, 51, 0.55)",
responsive: true,
barDatasetSpacing: 6,
barValueSpacing: 5
});
});
var canvasDoughnut = new Chart(ctx, {
type:'doughnut',
tooltipFillColor: "rgba(51, 51, 51, 0.55)",
data: data
});
var lineChartData = { // Radar chart
labels: ["January", "February", "March", "April", "May", "June", "July"], var ctx = document.getElementById("canvasRadar");
datasets: [ var data = {
{ labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
label: "My First dataset", datasets: [
fillColor: "rgba(38, 185, 154, 0.31)", //rgba(220,220,220,0.2) {
strokeColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1) label: "My First dataset",
pointColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1) backgroundColor: "rgba(3, 88, 106, 0.2)",
pointStrokeColor: "#fff", borderColor: "rgba(3, 88, 106, 0.80)",
pointHighlightFill: "#fff", pointBorderColor: "rgba(3, 88, 106, 0.80)",
pointHighlightStroke: "rgba(220,220,220,1)", pointBackgroundColor: "rgba(3, 88, 106, 0.80)",
data: [31, 74, 6, 39, 20, 85, 7] pointHoverBackgroundColor: "#fff",
}, pointHoverBorderColor: "rgba(220,220,220,1)",
{ data: [65, 59, 90, 81, 56, 55, 40]
label: "My Second dataset", },
fillColor: "rgba(3, 88, 106, 0.3)", //rgba(151,187,205,0.2) {
strokeColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1) label: "My Second dataset",
pointColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1) backgroundColor: "rgba(38, 185, 154, 0.2)",
pointStrokeColor: "#fff", borderColor: "rgba(38, 185, 154, 0.85)",
pointHighlightFill: "#fff", pointColor: "rgba(38, 185, 154, 0.85)",
pointHighlightStroke: "rgba(151,187,205,1)", pointStrokeColor: "#fff",
data: [82, 23, 66, 9, 99, 4, 2] pointHighlightFill: "#fff",
} pointHighlightStroke: "rgba(151,187,205,1)",
data: [28, 48, 40, 19, 96, 27, 100]
}
] ]
};
} var canvasRadar = new Chart(ctx, {
type:'radar',
data: data,
});
$(document).ready(function () { // Pie chart
new Chart(document.getElementById("canvas000").getContext("2d")).Line(lineChartData, { var ctx = document.getElementById("pieChart");
responsive: true, var data = {
tooltipFillColor: "rgba(51, 51, 51, 0.55)" datasets: [{
}); data: [120, 50, 140, 180, 100],
}); backgroundColor: [
"#455C73",
var sharePiePolorDoughnutData = [ "#9B59B6",
{ "#BDC3C7",
value: 120, "#26B99A",
color: "#455C73", "#3498DB"
highlight: "#34495E", ],
label: "Dark Grey" label: 'My dataset' // for legend
}, }],
{ labels: [
value: 50, "Dark Gray",
color: "#9B59B6", "Purple",
highlight: "#B370CF", "Gray",
label: "Purple Color" "Green",
}, "Blue"
{
value: 150,
color: "#BDC3C7",
highlight: "#CFD4D8",
label: "Gray Color"
},
{
value: 180,
color: "#26B99A",
highlight: "#36CAAB",
label: "Green Color"
},
{
value: 100,
color: "#3498DB",
highlight: "#49A9EA",
label: "Blue Color"
}
];
$(document).ready(function () {
window.myPie = new Chart(document.getElementById("canvas_pie").getContext("2d")).Pie(sharePiePolorDoughnutData, {
responsive: true,
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
});
});
var radarChartData = {
labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
datasets: [
{
label: "My First dataset",
fillColor: "rgba(3, 88, 106, 0.2)",
strokeColor: "rgba(3, 88, 106, 0.80)",
pointColor: "rgba(3, 88, 106, 0.80)",
pointStrokeColor: "#fff",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(220,220,220,1)",
data: [65, 59, 90, 81, 56, 55, 40]
},
{
label: "My Second dataset",
fillColor: "rgba(38, 185, 154, 0.2)",
strokeColor: "rgba(38, 185, 154, 0.85)",
pointColor: "rgba(38, 185, 154, 0.85)",
pointStrokeColor: "#fff",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
data: [28, 48, 40, 19, 96, 27, 100]
}
] ]
}; };
$(document).ready(function () { var pieChart = new Chart(ctx, {
window.myRadar = new Chart(document.getElementById("canvas_radar").getContext("2d")).Radar(radarChartData, { data: data,
responsive: true, type: 'pie',
tooltipFillColor: "rgba(51, 51, 51, 0.55)" otpions: {
}); legend: false
});
var polarData = [
{
value: 300,
color: "#F7464A",
highlight: "#FF5A5E",
label: "Red"
},
{
value: 50,
color: "#46BFBD",
highlight: "#5AD3D1",
label: "Green"
},
{
value: 100,
color: "#FDB45C",
highlight: "#FFC870",
label: "Yellow"
},
{
value: 40,
color: "#949FB1",
highlight: "#A8B3C5",
label: "Grey"
},
{
value: 120,
color: "#4D5360",
highlight: "#616774",
label: "Dark Grey"
} }
});
]; // PolarArea chart
var ctx = document.getElementById("polarArea");
var data = {
datasets: [{
data: [120, 50, 140, 180, 100],
backgroundColor: [
"#455C73",
"#9B59B6",
"#BDC3C7",
"#26B99A",
"#3498DB"
],
label: 'My dataset' // for legend
}],
labels: [
"Dark Gray",
"Purple",
"Gray",
"Green",
"Blue"
]
};
$(document).ready(function () { var polarArea = new Chart(ctx, {
window.myPolarArea = new Chart(document.getElementById("canvas_area").getContext("2d")).PolarArea(sharePiePolorDoughnutData, { data: data,
responsive: true, type: 'polarArea',
tooltipFillColor: "rgba(51, 51, 51, 0.55)" options: {
}); scale: {
}); ticks: {
beginAtZero: true
}
}
}
});
$(document).ready(function () {
window.myDoughnut = new Chart(document.getElementById("canvas_doughnut").getContext("2d")).Doughnut(sharePiePolorDoughnutData, {
responsive: true,
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
});
});
</script> </script>
</body> </body>
</html> </html>

View File

@ -8,31 +8,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentellela Alela! | </title> <title>Chart JS Graph Examples Part 2 | Gentallela Alela! by Colorlib</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet"> <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet"> <link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet"> <link href="css/custom.css" rel="stylesheet">
<link href="css/icheck/flat/green.css" rel="stylesheet"> <link href="css/icheck/flat/green.css" rel="stylesheet">
<script src="js/jquery.min.js"></script> <script src="js/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
</head> </head>
@ -60,13 +49,11 @@
</div> </div>
<div class="profile_info"> <div class="profile_info">
<span>Welcome,</span> <span>Welcome,</span>
<h2>Anthony Fernando</h2> <h2>John Doe</h2>
</div> </div>
</div> </div>
<!-- /menu prile quick info --> <!-- /menu prile quick info -->
<br />
<!-- sidebar menu --> <!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu"> <div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
@ -252,7 +239,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -266,7 +253,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -280,7 +267,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -294,7 +281,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -367,7 +354,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas000"></canvas> <canvas id="lineChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -394,7 +381,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_bar"></canvas> <canvas id="mybarChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -421,7 +408,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_doughnut"></canvas> <canvas id="canvasDoughnut"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -448,7 +435,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_radar"></canvas> <canvas id="canvasRadar"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -475,7 +462,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_area"></canvas> <canvas id="polarArea"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -502,7 +489,7 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content"> <div class="x_content">
<canvas id="canvas_pie"></canvas> <canvas id="pieChart"></canvas>
</div> </div>
</div> </div>
</div> </div>
@ -513,9 +500,8 @@
<!-- footer content --> <!-- footer content -->
<footer> <footer>
<div class=""> <div class="copyright-info">
<p class="pull-right">Gentelella Alela! a Bootstrap 3 template by <a>Kimlabs</a>. | <p class="pull-right">Gentelella Alela! - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
<span class="lead"> <i class="fa fa-paw"></i> Gentelella Alela!</span>
</p> </p>
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
@ -536,213 +522,221 @@
</div> </div>
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script src="js/moment/moment.min.js"></script>
<script src="js/nprogress.js"></script> <script src="js/chartjs/chart.js"></script>
<!-- chart js -->
<script src="js/chartjs/chart.min.js"></script>
<!-- bootstrap progress js -->
<script src="js/progressbar/bootstrap-progressbar.min.js"></script> <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
<script src="js/nicescroll/jquery.nicescroll.min.js"></script> <script src="js/nicescroll/jquery.nicescroll.min.js"></script>
<!-- icheck -->
<script src="js/icheck/icheck.min.js"></script> <script src="js/icheck/icheck.min.js"></script>
<script src="js/custom.js"></script> <script src="js/custom.js"></script>
<!-- pace -->
<script src="js/pace/pace.min.js"></script> <script src="js/pace/pace.min.js"></script>
<script> <script>
var randomScalingFactor = function () {
return Math.round(Math.random() * 100)
};
Chart.defaults.global.legend = {
enabled: false
};
// Line chart
var ctx = document.getElementById("lineChart");
var lineChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
label: "My First dataset",
backgroundColor: "rgba(38, 185, 154, 0.31)",
borderColor: "rgba(38, 185, 154, 0.7)",
pointBorderColor: "rgba(38, 185, 154, 0.7)",
pointBackgroundColor: "rgba(38, 185, 154, 0.7)",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(220,220,220,1)",
pointBorderWidth: 1,
data: [31, 74, 6, 39, 20, 85, 7]
},
{
label: "My Second dataset",
backgroundColor: "rgba(3, 88, 106, 0.3)",
borderColor: "rgba(3, 88, 106, 0.70)",
pointBorderColor: "rgba(3, 88, 106, 0.70)",
pointBackgroundColor: "rgba(3, 88, 106, 0.70)",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(151,187,205,1)",
pointBorderWidth: 1,
data: [82, 23, 66, 9, 99, 4, 2]
}]
},
});
var barChartData = { // Bar chart
var ctx = document.getElementById("mybarChart");
var mybarChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"], labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [ datasets: [
{ {
fillColor: "#26B99A", //rgba(220,220,220,0.5) label: '# of Votes',
strokeColor: "#26B99A", //rgba(220,220,220,0.8) backgroundColor: "#26B99A",
highlightFill: "#36CAAB", //rgba(220,220,220,0.75) data: [51, 30, 40, 28, 92, 50, 45]
highlightStroke: "#36CAAB", //rgba(220,220,220,1) },
data: [51, 30, 40, 28, 92, 50, 45] {
label: '# of Votes',
backgroundColor: "#03586A",
data: [41, 56, 25, 48, 72, 34, 12]
}]
}, },
{
fillColor: "#03586A", //rgba(151,187,205,0.5) options:{
strokeColor: "#03586A", //rgba(151,187,205,0.8) scales:{
highlightFill: "#066477", //rgba(151,187,205,0.75) yAxes:[{
highlightStroke: "#066477", //rgba(151,187,205,1) ticks:{
data: [41, 56, 25, 48, 72, 34, 12] beginAtZero:true
}
}]
} }
}
});
// Doughnut chart
var ctx = document.getElementById("canvasDoughnut");
var data = {
labels: [
"Dark Grey",
"Purple Color",
"Gray Color",
"Green Color",
"Blue Color"
], ],
} datasets: [
{
data: [120, 50, 140, 180, 100],
backgroundColor: [
"#455C73",
"#9B59B6",
"#BDC3C7",
"#26B99A",
"#3498DB"
],
hoverBackgroundColor: [
"#34495E",
"#B370CF",
"#CFD4D8",
"#36CAAB",
"#49A9EA"
]
$(document).ready(function () { }]
new Chart($("#canvas_bar").get(0).getContext("2d")).Bar(barChartData, { };
tooltipFillColor: "rgba(51, 51, 51, 0.55)",
responsive: true,
barDatasetSpacing: 6,
barValueSpacing: 5
});
});
var canvasDoughnut = new Chart(ctx, {
type:'doughnut',
tooltipFillColor: "rgba(51, 51, 51, 0.55)",
data: data
});
var lineChartData = { // Radar chart
labels: ["January", "February", "March", "April", "May", "June", "July"], var ctx = document.getElementById("canvasRadar");
datasets: [ var data = {
{ labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
label: "My First dataset", datasets: [
fillColor: "rgba(38, 185, 154, 0.21)", //rgba(220,220,220,0.2) {
strokeColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1) label: "My First dataset",
pointColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1) backgroundColor: "rgba(3, 88, 106, 0.2)",
pointStrokeColor: "#fff", borderColor: "rgba(3, 88, 106, 0.80)",
pointHighlightFill: "#fff", pointBorderColor: "rgba(3, 88, 106, 0.80)",
pointHighlightStroke: "rgba(220,220,220,1)", pointBackgroundColor: "rgba(3, 88, 106, 0.80)",
data: [31, 74, 6, 39, 20, 85, 7] pointHoverBackgroundColor: "#fff",
}, pointHoverBorderColor: "rgba(220,220,220,1)",
{ data: [65, 59, 90, 81, 56, 55, 40]
label: "My Second dataset", },
fillColor: "rgba(3, 88, 106, 0.2)", //rgba(151,187,205,0.2) {
strokeColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1) label: "My Second dataset",
pointColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1) backgroundColor: "rgba(38, 185, 154, 0.2)",
pointStrokeColor: "#fff", borderColor: "rgba(38, 185, 154, 0.85)",
pointHighlightFill: "#fff", pointColor: "rgba(38, 185, 154, 0.85)",
pointHighlightStroke: "rgba(151,187,205,1)", pointStrokeColor: "#fff",
data: [82, 23, 66, 9, 99, 4, 2] pointHighlightFill: "#fff",
} pointHighlightStroke: "rgba(151,187,205,1)",
data: [28, 48, 40, 19, 96, 27, 100]
}
] ]
};
} var canvasRadar = new Chart(ctx, {
type:'radar',
data: data,
});
$(document).ready(function () { // Pie chart
new Chart(document.getElementById("canvas000").getContext("2d")).Line(lineChartData, { var ctx = document.getElementById("pieChart");
responsive: true, var data = {
tooltipFillColor: "rgba(51, 51, 51, 0.55)" datasets: [{
}); data: [120, 50, 140, 180, 100],
}); backgroundColor: [
"#455C73",
var sharePiePolorDoughnutData = [ "#9B59B6",
{ "#BDC3C7",
value: 120, "#26B99A",
color: "#455C73", "#3498DB"
highlight: "#34495E", ],
label: "Dark Grey" label: 'My dataset' // for legend
}, }],
{ labels: [
value: 50, "Dark Gray",
color: "#9B59B6", "Purple",
highlight: "#B370CF", "Gray",
label: "Purple Color" "Green",
}, "Blue"
{
value: 150,
color: "#BDC3C7",
highlight: "#CFD4D8",
label: "Gray Color"
},
{
value: 180,
color: "#26B99A",
highlight: "#36CAAB",
label: "Green Color"
},
{
value: 100,
color: "#3498DB",
highlight: "#49A9EA",
label: "Blue Color"
}
];
$(document).ready(function () {
window.myPie = new Chart(document.getElementById("canvas_pie").getContext("2d")).Pie(sharePiePolorDoughnutData, {
responsive: true,
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
});
});
var radarChartData = {
labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
datasets: [
{
label: "My First dataset",
fillColor: "rgba(3, 88, 106, 0.2)",
strokeColor: "rgba(3, 88, 106, 0.80)",
pointColor: "rgba(3, 88, 106, 0.80)",
pointStrokeColor: "#fff",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(220,220,220,1)",
data: [65, 59, 90, 81, 56, 55, 40]
},
{
label: "My Second dataset",
fillColor: "rgba(38, 185, 154, 0.2)",
strokeColor: "rgba(38, 185, 154, 0.85)",
pointColor: "rgba(38, 185, 154, 0.85)",
pointStrokeColor: "#fff",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
data: [28, 48, 40, 19, 96, 27, 100]
}
] ]
}; };
$(document).ready(function () { var pieChart = new Chart(ctx, {
window.myRadar = new Chart(document.getElementById("canvas_radar").getContext("2d")).Radar(radarChartData, { data: data,
responsive: true, type: 'pie',
tooltipFillColor: "rgba(51, 51, 51, 0.55)" otpions: {
}); legend: false
});
var polarData = [
{
value: 300,
color: "#F7464A",
highlight: "#FF5A5E",
label: "Red"
},
{
value: 50,
color: "#46BFBD",
highlight: "#5AD3D1",
label: "Green"
},
{
value: 100,
color: "#FDB45C",
highlight: "#FFC870",
label: "Yellow"
},
{
value: 40,
color: "#949FB1",
highlight: "#A8B3C5",
label: "Grey"
},
{
value: 120,
color: "#4D5360",
highlight: "#616774",
label: "Dark Grey"
} }
});
]; // PolarArea chart
var ctx = document.getElementById("polarArea");
var data = {
datasets: [{
data: [120, 50, 140, 180, 100],
backgroundColor: [
"#455C73",
"#9B59B6",
"#BDC3C7",
"#26B99A",
"#3498DB"
],
label: 'My dataset' // for legend
}],
labels: [
"Dark Gray",
"Purple",
"Gray",
"Green",
"Blue"
]
};
$(document).ready(function () { var polarArea = new Chart(ctx, {
window.myPolarArea = new Chart(document.getElementById("canvas_area").getContext("2d")).PolarArea(sharePiePolorDoughnutData, { data: data,
responsive: true, type: 'polarArea',
tooltipFillColor: "rgba(51, 51, 51, 0.55)" options: {
}); scale: {
}); ticks: {
beginAtZero: true
}
}
}
});
$(document).ready(function () {
window.myDoughnut = new Chart(document.getElementById("canvas_doughnut").getContext("2d")).Doughnut(sharePiePolorDoughnutData, {
responsive: true,
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
});
});
</script> </script>
</body> </body>
</html> </html>

View File

@ -8,31 +8,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentallela Alela! | </title> <title>Contact Form | Gentallela Alela! by Colorlib</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet"> <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet"> <link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet"> <link href="css/custom.css" rel="stylesheet">
<link href="css/icheck/flat/green.css" rel="stylesheet"> <link href="css/icheck/flat/green.css" rel="stylesheet">
<script src="js/jquery.min.js"></script> <script src="js/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
</head> </head>
@ -252,7 +241,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -266,7 +255,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -280,7 +269,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -294,7 +283,7 @@
<span class="time">3 mins ago</span> <span class="time">3 mins ago</span>
</span> </span>
<span class="message"> <span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where... Film festivals used to be do-or-die moments for movie makers. They were where...
</span> </span>
</a> </a>
</li> </li>
@ -759,4 +748,4 @@
<script src="js/pace/pace.min.js"></script> <script src="js/pace/pace.min.js"></script>
</body> </body>
</html> </html>

View File

@ -188,7 +188,7 @@ body.nav-sm .menu_section h3 {
float: left; float: left;
/*background: #F4F6F9; /*background: #F4F6F9;
border-bottom: 1px solid #E6E9ED;*/ border-bottom: 1px solid #E6E9ED;*/
background: #EDEDED; background: #EDEDED;
border-bottom: 1px solid #D9DEE4; border-bottom: 1px solid #D9DEE4;
margin-bottom: 10px; margin-bottom: 10px;
@ -366,7 +366,7 @@ body {
color: #73879C; color: #73879C;
background: #2A3F54; background: #2A3F54;
/*#ECF0F1; #FCFCFC*/ /*#ECF0F1; #FCFCFC*/
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif; font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
@ -2428,7 +2428,7 @@ span.section {
color: #333; color: #333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.form-control { .form-control {
border-radius: 0; border-radius: 0;
@ -2892,7 +2892,7 @@ select.parsley-error {
} }
.well .markup-heading{ .well .markup-heading{
} }
.well .markup{ .well .markup{
background: #fff; background: #fff;
@ -3481,7 +3481,7 @@ span.tag a {
ul.bar_tabs { ul.bar_tabs {
/* border: 1px solid #ff0000; */ /* border: 1px solid #ff0000; */
overflow: visible; overflow: visible;
background: #F5F7FA; background: #F5F7FA;
height: 25px; height: 25px;
@ -3866,7 +3866,7 @@ ul.social li {
position: absolute; position: absolute;
height: auto; height: auto;
/* Ensures notices are above everything */ /* Ensures notices are above everything */
z-index: 9999; z-index: 9999;
} }
/* Hides position: fixed from IE6 */ /* Hides position: fixed from IE6 */
@ -5665,12 +5665,12 @@ a.hiddenanchor{
position: relative; position: relative;
} }
#register, #register,
#login{ #login{
position: absolute; position: absolute;
top: 0px; width:100%; top: 0px; width:100%;
} }
#register{ #register{
z-index: 21; z-index: 21;
opacity: 0; width:100%; opacity: 0; width:100%;
} }
@ -6361,4 +6361,7 @@ ul.notifications {
right: 100%; right: 100%;
width: 100%; width: 100%;
height: 2px; height: 2px;
} }
.copyright-info {
padding: 8px 0;
}

41
production/js/chartjs/chart.js Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -189,7 +189,7 @@ body.nav-sm .menu_section h3 {
float: left; float: left;
/*background: #F4F6F9; /*background: #F4F6F9;
border-bottom: 1px solid #E6E9ED;*/ border-bottom: 1px solid #E6E9ED;*/
background: #EDEDED; background: #EDEDED;
border-bottom: 1px solid #D9DEE4; border-bottom: 1px solid #D9DEE4;
margin-bottom: 10px; margin-bottom: 10px;
@ -372,7 +372,7 @@ body {
color: #73879C; color: #73879C;
background: #2A3F54; background: #2A3F54;
/*#ECF0F1; #FCFCFC*/ /*#ECF0F1; #FCFCFC*/
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif; font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
@ -2434,7 +2434,7 @@ span.section {
color: #333; color: #333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.form-control { .form-control {
border-radius: 0; border-radius: 0;
@ -2898,7 +2898,7 @@ select.parsley-error {
} }
.well .markup-heading{ .well .markup-heading{
} }
.well .markup{ .well .markup{
background: #fff; background: #fff;
@ -3485,7 +3485,7 @@ span.tag a {
ul.bar_tabs { ul.bar_tabs {
/* border: 1px solid #ff0000; */ /* border: 1px solid #ff0000; */
overflow: visible; overflow: visible;
background: #F5F7FA; background: #F5F7FA;
height: 25px; height: 25px;
@ -3868,7 +3868,7 @@ ul.social li {
position: absolute; position: absolute;
height: auto; height: auto;
/* Ensures notices are above everything */ /* Ensures notices are above everything */
z-index: 9999; z-index: 9999;
} }
/* Hides position: fixed from IE6 */ /* Hides position: fixed from IE6 */
@ -5665,12 +5665,12 @@ a.hiddenanchor{
position: relative; position: relative;
} }
#register, #register,
#login{ #login{
position: absolute; position: absolute;
top: 0px; width:100%; top: 0px; width:100%;
} }
#register{ #register{
z-index: 21; z-index: 21;
opacity: 0; width:100%; opacity: 0; width:100%;
} }
@ -6352,4 +6352,4 @@ ul.notifications {
color: #E9EDEF; color: #E9EDEF;
float: right; float: right;
opacity: 1; opacity: 1;
} }