<div id="elastic_grid_demo"></div>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/modernizr.custom.js"></script>
<script type="text/javascript" src="src/js/elastic_grid.min.js"></script>
<script type="text/javascript">
$(function(){
$("#elastic_grid_demo").elastic_grid({
'showAllText' : '',
'items' :
[
{
'title' : '',
'description' : '<h4>CONSULTING</h4><p>Our bespoke advice helps clients address critical business challenges and make informed commercial decisions. We offer meticulous and in-depth research on niche areas to identify opportunities and threats from a socio-economic, political, legal and financial perspective. Our team has considerable experience in carrying out feasibility studies across multiple sectors to evaluate the viability/sustainability of a particular project.</p>',
'thumbnail' : ['images/small/4.png', 'images/small/4.jpg'],
'large' : ['images/large/1.jpg'],
'button_list' :
[
],
'tags' : ['']
},
//end
{
'title' : '',
'description' : '<h4>RESEARCH SERVICES</h4><p>We provide comprehensive primary and secondary research across ten different sectors including aerospace & defense, construction, financial services, healthcare, insurance, manufacturing, renewable energy, technology and telecom. Our offerings include in-depth reports, market sizing, thought leadership, company profiling and case studies.</p>',
'thumbnail' : ['images/small/3.png', 'images/small/3.jpg'],
'large' : ['images/large/2.jpg'],
'button_list' :
[
],
'tags' : ['']
},
//end
{
'title' : '',
'description' : '<h4>ANALYTICS</h4><p>We use tools such as R Programming, SPSS and Excel and methods such as correlation, regression, cluster analysis and factor analysis to provide accurate and comprehensive statistical analysis. We also use platforms such as think-cell and Google Data Studio for interactive pictorial depiction of data.</p>',
'thumbnail' : ['images/small/2.png', 'images/small/2.jpg'],
'large' : ['images/large/3.jpg'],
'button_list' :
[
],
'tags' : ['']
}
]
});
});
</script>