mirror of https://github.com/ColorlibHQ/gentelella
Merge branch 'dev'
commit
ddd0234e97
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
52
README.md
52
README.md
|
@ -3,10 +3,14 @@
|
|||
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.
|
||||
|
||||
## License information
|
||||
Gentellela is licensed under The MIT License (MIT).
|
||||
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.
|
||||
|
||||
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:
|
||||
|
@ -14,3 +18,45 @@ Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorli
|
|||
* Font Awesome
|
||||
* jQuery-Autocomplete
|
||||
* 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
|
@ -8,31 +8,20 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Gentallela Alela! | </title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<title>Chart JS Graph Examples | Gentallela Alela! by Colorlib</title>
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="fonts/css/font-awesome.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/icheck/flat/green.css" rel="stylesheet">
|
||||
|
||||
|
||||
<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 -->
|
||||
<!--[if lt IE 9]>
|
||||
<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>
|
||||
<![endif]-->
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -60,17 +49,16 @@
|
|||
</div>
|
||||
<div class="profile_info">
|
||||
<span>Welcome,</span>
|
||||
<h2>Anthony Fernando</h2>
|
||||
<h2>John Doe</h2>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /menu prile quick info -->
|
||||
|
||||
<br />
|
||||
|
||||
<!-- sidebar menu -->
|
||||
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
|
||||
|
||||
<div class="menu_section">
|
||||
|
||||
<h3>General</h3>
|
||||
<ul class="nav side-menu">
|
||||
<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>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -269,7 +257,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -283,7 +271,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -297,7 +285,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -370,7 +358,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas000"></canvas>
|
||||
<canvas id="lineChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -397,7 +385,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_bar"></canvas>
|
||||
<canvas id="mybarChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -426,7 +414,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_radar"></canvas>
|
||||
<canvas id="canvasRadar"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -453,7 +441,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_doughnut"></canvas>
|
||||
<canvas id="canvasDoughnut"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -482,7 +470,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_pie"></canvas>
|
||||
<canvas id="pieChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -509,7 +497,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_area"></canvas>
|
||||
<canvas id="polarArea"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -519,9 +507,8 @@
|
|||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="">
|
||||
<p class="pull-right">Gentelella Alela! a Bootstrap 3 template by <a>Kimlabs</a>. |
|
||||
<span class="lead"> <i class="fa fa-paw"></i> Gentelella Alela!</span>
|
||||
<div class="copyright-info">
|
||||
<p class="pull-right">Gentelella Alela! - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
@ -542,212 +529,220 @@
|
|||
</div>
|
||||
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- chart js -->
|
||||
<script src="js/chartjs/chart.min.js"></script>
|
||||
<!-- bootstrap progress js -->
|
||||
<script src="js/moment/moment.min.js"></script>
|
||||
<script src="js/chartjs/chart.js"></script>
|
||||
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<script src="js/nicescroll/jquery.nicescroll.min.js"></script>
|
||||
<!-- icheck -->
|
||||
<script src="js/icheck/icheck.min.js"></script>
|
||||
|
||||
<script src="js/custom.js"></script>
|
||||
<!-- pace -->
|
||||
<script src="js/pace/pace.min.js"></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"],
|
||||
datasets: [
|
||||
{
|
||||
fillColor: "#26B99A", //rgba(220,220,220,0.5)
|
||||
strokeColor: "#26B99A", //rgba(220,220,220,0.8)
|
||||
highlightFill: "#36CAAB", //rgba(220,220,220,0.75)
|
||||
highlightStroke: "#36CAAB", //rgba(220,220,220,1)
|
||||
data: [51, 30, 40, 28, 92, 50, 45]
|
||||
{
|
||||
label: '# of Votes',
|
||||
backgroundColor: "#26B99A",
|
||||
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)
|
||||
strokeColor: "#03586A", //rgba(151,187,205,0.8)
|
||||
highlightFill: "#066477", //rgba(151,187,205,0.75)
|
||||
highlightStroke: "#066477", //rgba(151,187,205,1)
|
||||
data: [41, 56, 25, 48, 72, 34, 12]
|
||||
|
||||
options:{
|
||||
scales:{
|
||||
yAxes:[{
|
||||
ticks:{
|
||||
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 = {
|
||||
labels: ["January", "February", "March", "April", "May", "June", "July"],
|
||||
datasets: [
|
||||
{
|
||||
label: "My First dataset",
|
||||
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)
|
||||
pointColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1)
|
||||
pointStrokeColor: "#fff",
|
||||
pointHighlightFill: "#fff",
|
||||
pointHighlightStroke: "rgba(220,220,220,1)",
|
||||
data: [31, 74, 6, 39, 20, 85, 7]
|
||||
},
|
||||
{
|
||||
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)
|
||||
pointColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1)
|
||||
pointStrokeColor: "#fff",
|
||||
pointHighlightFill: "#fff",
|
||||
pointHighlightStroke: "rgba(151,187,205,1)",
|
||||
data: [82, 23, 66, 9, 99, 4, 2]
|
||||
}
|
||||
// Radar chart
|
||||
var ctx = document.getElementById("canvasRadar");
|
||||
var data = {
|
||||
labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
|
||||
datasets: [
|
||||
{
|
||||
label: "My First dataset",
|
||||
backgroundColor: "rgba(3, 88, 106, 0.2)",
|
||||
borderColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointBorderColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointBackgroundColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointHoverBackgroundColor: "#fff",
|
||||
pointHoverBorderColor: "rgba(220,220,220,1)",
|
||||
data: [65, 59, 90, 81, 56, 55, 40]
|
||||
},
|
||||
{
|
||||
label: "My Second dataset",
|
||||
backgroundColor: "rgba(38, 185, 154, 0.2)",
|
||||
borderColor: "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]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
}
|
||||
var canvasRadar = new Chart(ctx, {
|
||||
type:'radar',
|
||||
data: data,
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
new Chart(document.getElementById("canvas000").getContext("2d")).Line(lineChartData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
|
||||
var sharePiePolorDoughnutData = [
|
||||
{
|
||||
value: 120,
|
||||
color: "#455C73",
|
||||
highlight: "#34495E",
|
||||
label: "Dark Grey"
|
||||
},
|
||||
{
|
||||
value: 50,
|
||||
color: "#9B59B6",
|
||||
highlight: "#B370CF",
|
||||
label: "Purple Color"
|
||||
},
|
||||
{
|
||||
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]
|
||||
}
|
||||
// Pie chart
|
||||
var ctx = document.getElementById("pieChart");
|
||||
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 () {
|
||||
window.myRadar = new Chart(document.getElementById("canvas_radar").getContext("2d")).Radar(radarChartData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
|
||||
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"
|
||||
var pieChart = new Chart(ctx, {
|
||||
data: data,
|
||||
type: 'pie',
|
||||
otpions: {
|
||||
legend: false
|
||||
}
|
||||
});
|
||||
|
||||
];
|
||||
// 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 () {
|
||||
window.myPolarArea = new Chart(document.getElementById("canvas_area").getContext("2d")).PolarArea(sharePiePolorDoughnutData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
var polarArea = new Chart(ctx, {
|
||||
data: data,
|
||||
type: 'polarArea',
|
||||
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>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -8,31 +8,20 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Gentellela Alela! | </title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<title>Chart JS Graph Examples Part 2 | Gentallela Alela! by Colorlib</title>
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="fonts/css/font-awesome.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/icheck/flat/green.css" rel="stylesheet">
|
||||
|
||||
|
||||
<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 -->
|
||||
<!--[if lt IE 9]>
|
||||
<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>
|
||||
<![endif]-->
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -60,13 +49,11 @@
|
|||
</div>
|
||||
<div class="profile_info">
|
||||
<span>Welcome,</span>
|
||||
<h2>Anthony Fernando</h2>
|
||||
<h2>John Doe</h2>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /menu prile quick info -->
|
||||
|
||||
<br />
|
||||
|
||||
<!-- sidebar 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>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -266,7 +253,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -280,7 +267,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -294,7 +281,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -367,7 +354,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas000"></canvas>
|
||||
<canvas id="lineChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -394,7 +381,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_bar"></canvas>
|
||||
<canvas id="mybarChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -421,7 +408,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_doughnut"></canvas>
|
||||
<canvas id="canvasDoughnut"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -448,7 +435,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_radar"></canvas>
|
||||
<canvas id="canvasRadar"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -475,7 +462,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_area"></canvas>
|
||||
<canvas id="polarArea"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -502,7 +489,7 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<canvas id="canvas_pie"></canvas>
|
||||
<canvas id="pieChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -513,9 +500,8 @@
|
|||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="">
|
||||
<p class="pull-right">Gentelella Alela! a Bootstrap 3 template by <a>Kimlabs</a>. |
|
||||
<span class="lead"> <i class="fa fa-paw"></i> Gentelella Alela!</span>
|
||||
<div class="copyright-info">
|
||||
<p class="pull-right">Gentelella Alela! - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
@ -536,213 +522,221 @@
|
|||
</div>
|
||||
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="js/nprogress.js"></script>
|
||||
<!-- chart js -->
|
||||
<script src="js/chartjs/chart.min.js"></script>
|
||||
<!-- bootstrap progress js -->
|
||||
<script src="js/moment/moment.min.js"></script>
|
||||
<script src="js/chartjs/chart.js"></script>
|
||||
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<script src="js/nicescroll/jquery.nicescroll.min.js"></script>
|
||||
<!-- icheck -->
|
||||
<script src="js/icheck/icheck.min.js"></script>
|
||||
|
||||
<script src="js/custom.js"></script>
|
||||
<!-- pace -->
|
||||
<script src="js/pace/pace.min.js"></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"],
|
||||
datasets: [
|
||||
{
|
||||
fillColor: "#26B99A", //rgba(220,220,220,0.5)
|
||||
strokeColor: "#26B99A", //rgba(220,220,220,0.8)
|
||||
highlightFill: "#36CAAB", //rgba(220,220,220,0.75)
|
||||
highlightStroke: "#36CAAB", //rgba(220,220,220,1)
|
||||
data: [51, 30, 40, 28, 92, 50, 45]
|
||||
{
|
||||
label: '# of Votes',
|
||||
backgroundColor: "#26B99A",
|
||||
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)
|
||||
strokeColor: "#03586A", //rgba(151,187,205,0.8)
|
||||
highlightFill: "#066477", //rgba(151,187,205,0.75)
|
||||
highlightStroke: "#066477", //rgba(151,187,205,1)
|
||||
data: [41, 56, 25, 48, 72, 34, 12]
|
||||
|
||||
options:{
|
||||
scales:{
|
||||
yAxes:[{
|
||||
ticks:{
|
||||
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 = {
|
||||
labels: ["January", "February", "March", "April", "May", "June", "July"],
|
||||
datasets: [
|
||||
{
|
||||
label: "My First dataset",
|
||||
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)
|
||||
pointColor: "rgba(38, 185, 154, 0.7)", //rgba(220,220,220,1)
|
||||
pointStrokeColor: "#fff",
|
||||
pointHighlightFill: "#fff",
|
||||
pointHighlightStroke: "rgba(220,220,220,1)",
|
||||
data: [31, 74, 6, 39, 20, 85, 7]
|
||||
},
|
||||
{
|
||||
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)
|
||||
pointColor: "rgba(3, 88, 106, 0.70)", //rgba(151,187,205,1)
|
||||
pointStrokeColor: "#fff",
|
||||
pointHighlightFill: "#fff",
|
||||
pointHighlightStroke: "rgba(151,187,205,1)",
|
||||
data: [82, 23, 66, 9, 99, 4, 2]
|
||||
}
|
||||
// Radar chart
|
||||
var ctx = document.getElementById("canvasRadar");
|
||||
var data = {
|
||||
labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling", "Running"],
|
||||
datasets: [
|
||||
{
|
||||
label: "My First dataset",
|
||||
backgroundColor: "rgba(3, 88, 106, 0.2)",
|
||||
borderColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointBorderColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointBackgroundColor: "rgba(3, 88, 106, 0.80)",
|
||||
pointHoverBackgroundColor: "#fff",
|
||||
pointHoverBorderColor: "rgba(220,220,220,1)",
|
||||
data: [65, 59, 90, 81, 56, 55, 40]
|
||||
},
|
||||
{
|
||||
label: "My Second dataset",
|
||||
backgroundColor: "rgba(38, 185, 154, 0.2)",
|
||||
borderColor: "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]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
}
|
||||
var canvasRadar = new Chart(ctx, {
|
||||
type:'radar',
|
||||
data: data,
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
new Chart(document.getElementById("canvas000").getContext("2d")).Line(lineChartData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
|
||||
var sharePiePolorDoughnutData = [
|
||||
{
|
||||
value: 120,
|
||||
color: "#455C73",
|
||||
highlight: "#34495E",
|
||||
label: "Dark Grey"
|
||||
},
|
||||
{
|
||||
value: 50,
|
||||
color: "#9B59B6",
|
||||
highlight: "#B370CF",
|
||||
label: "Purple Color"
|
||||
},
|
||||
{
|
||||
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]
|
||||
}
|
||||
// Pie chart
|
||||
var ctx = document.getElementById("pieChart");
|
||||
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 () {
|
||||
window.myRadar = new Chart(document.getElementById("canvas_radar").getContext("2d")).Radar(radarChartData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
|
||||
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"
|
||||
var pieChart = new Chart(ctx, {
|
||||
data: data,
|
||||
type: 'pie',
|
||||
otpions: {
|
||||
legend: false
|
||||
}
|
||||
});
|
||||
|
||||
];
|
||||
// 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 () {
|
||||
window.myPolarArea = new Chart(document.getElementById("canvas_area").getContext("2d")).PolarArea(sharePiePolorDoughnutData, {
|
||||
responsive: true,
|
||||
tooltipFillColor: "rgba(51, 51, 51, 0.55)"
|
||||
});
|
||||
});
|
||||
var polarArea = new Chart(ctx, {
|
||||
data: data,
|
||||
type: 'polarArea',
|
||||
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>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -8,31 +8,20 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Gentallela Alela! | </title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<title>Contact Form | Gentallela Alela! by Colorlib</title>
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="fonts/css/font-awesome.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/icheck/flat/green.css" rel="stylesheet">
|
||||
|
||||
|
||||
<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 -->
|
||||
<!--[if lt IE 9]>
|
||||
<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>
|
||||
<![endif]-->
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -252,7 +241,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -266,7 +255,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -280,7 +269,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -294,7 +283,7 @@
|
|||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -759,4 +748,4 @@
|
|||
<script src="js/pace/pace.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -188,7 +188,7 @@ body.nav-sm .menu_section h3 {
|
|||
float: left;
|
||||
/*background: #F4F6F9;
|
||||
border-bottom: 1px solid #E6E9ED;*/
|
||||
|
||||
|
||||
background: #EDEDED;
|
||||
border-bottom: 1px solid #D9DEE4;
|
||||
margin-bottom: 10px;
|
||||
|
@ -366,7 +366,7 @@ body {
|
|||
color: #73879C;
|
||||
background: #2A3F54;
|
||||
/*#ECF0F1; #FCFCFC*/
|
||||
|
||||
|
||||
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
|
@ -2428,7 +2428,7 @@ span.section {
|
|||
color: #333;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-radius: 0;
|
||||
|
@ -2892,7 +2892,7 @@ select.parsley-error {
|
|||
}
|
||||
|
||||
.well .markup-heading{
|
||||
|
||||
|
||||
}
|
||||
.well .markup{
|
||||
background: #fff;
|
||||
|
@ -3481,7 +3481,7 @@ span.tag a {
|
|||
|
||||
ul.bar_tabs {
|
||||
/* border: 1px solid #ff0000; */
|
||||
|
||||
|
||||
overflow: visible;
|
||||
background: #F5F7FA;
|
||||
height: 25px;
|
||||
|
@ -3866,7 +3866,7 @@ ul.social li {
|
|||
position: absolute;
|
||||
height: auto;
|
||||
/* Ensures notices are above everything */
|
||||
|
||||
|
||||
z-index: 9999;
|
||||
}
|
||||
/* Hides position: fixed from IE6 */
|
||||
|
@ -5665,12 +5665,12 @@ a.hiddenanchor{
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#register,
|
||||
#register,
|
||||
#login{
|
||||
position: absolute;
|
||||
top: 0px; width:100%;
|
||||
}
|
||||
#register{
|
||||
#register{
|
||||
z-index: 21;
|
||||
opacity: 0; width:100%;
|
||||
}
|
||||
|
@ -6361,4 +6361,7 @@ ul.notifications {
|
|||
right: 100%;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
}
|
||||
}
|
||||
.copyright-info {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -189,7 +189,7 @@ body.nav-sm .menu_section h3 {
|
|||
float: left;
|
||||
/*background: #F4F6F9;
|
||||
border-bottom: 1px solid #E6E9ED;*/
|
||||
|
||||
|
||||
background: #EDEDED;
|
||||
border-bottom: 1px solid #D9DEE4;
|
||||
margin-bottom: 10px;
|
||||
|
@ -372,7 +372,7 @@ body {
|
|||
color: #73879C;
|
||||
background: #2A3F54;
|
||||
/*#ECF0F1; #FCFCFC*/
|
||||
|
||||
|
||||
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
|
@ -2434,7 +2434,7 @@ span.section {
|
|||
color: #333;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-radius: 0;
|
||||
|
@ -2898,7 +2898,7 @@ select.parsley-error {
|
|||
}
|
||||
|
||||
.well .markup-heading{
|
||||
|
||||
|
||||
}
|
||||
.well .markup{
|
||||
background: #fff;
|
||||
|
@ -3485,7 +3485,7 @@ span.tag a {
|
|||
|
||||
ul.bar_tabs {
|
||||
/* border: 1px solid #ff0000; */
|
||||
|
||||
|
||||
overflow: visible;
|
||||
background: #F5F7FA;
|
||||
height: 25px;
|
||||
|
@ -3868,7 +3868,7 @@ ul.social li {
|
|||
position: absolute;
|
||||
height: auto;
|
||||
/* Ensures notices are above everything */
|
||||
|
||||
|
||||
z-index: 9999;
|
||||
}
|
||||
/* Hides position: fixed from IE6 */
|
||||
|
@ -5665,12 +5665,12 @@ a.hiddenanchor{
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#register,
|
||||
#register,
|
||||
#login{
|
||||
position: absolute;
|
||||
top: 0px; width:100%;
|
||||
}
|
||||
#register{
|
||||
#register{
|
||||
z-index: 21;
|
||||
opacity: 0; width:100%;
|
||||
}
|
||||
|
@ -6352,4 +6352,4 @@ ul.notifications {
|
|||
color: #E9EDEF;
|
||||
float: right;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue