<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.css">
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
<section class="bg-modelo">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Modelo de Negócio SHX: <span class="orange">UM NOVO CONCEITO EM GESTÃO EMPRESARIAL</span></h2>
<p>A SHX tem como foco a criação de soluções de alta eficiência gerencial. Para garantir este objetivo é necessário ir muito além da proposta de software. Por esta razão a empresa concentra seus esforços na estruturação de produtos e serviços voltados para a organização interna e capacitação de seus clientes.
Possui uma rígida metodologia de trabalho que prioriza a qualidade dos serviços realizados em cada etapa do processo.</p> <br>
<h2>Política de Evolução Contínua</h2>
<p>
O cliente SHX conta com a tranquilidade de possuir uma solução que está em contínuo aperfeiçoamento. O sistema possui uma política de evolução que garante a incorporação periódica de customizações, exigências legais (contábil-fiscal) e atualizações tecnológicas.
</p><br>
<h2>Transparência e Respeito ao Cliente</h2>
<p>
O projeto comercial da SHX é uma prova de transparência e respeito por seus clientes. Desde o momento em que o cliente recebe sua proposta inicial, tem a completa ciência do custo total de seu projeto, sem custos extras. Enfim, o modelo comercial da SHX não cobra valores adicionais por customizações, da mesma forma que não limita as horas para implantação e atendimento ao cliente, o único objetivo é o resultado final.
</p>
</div>
</div><!--/row-->
</div><!--/container-->
</section>
<div id="cd-google-map">
<div id="google-container"></div>
<div id="cd-zoom-in"></div>
<div...
jQuery(document).ready(function($){
//set your google maps parameters
var latitude = -23.5003814,
longitude = -46.8427315,
map_zoom = 5;
//google map custom marker icon - .png fallback for IE11
var is_internetExplorer11= navigator.userAgent.toLowerCase().indexOf('trident') > -1;
var marker_url = ( is_internetExplorer11 ) ? 'img/cd-icon-location.png' : 'img/cd-icon-location.png';
//define the basic color of your map, plus a value for saturation and brightness
var main_color = '#2d313f',
saturation_value= -20,
brightness_value= 5;
//we define here the style of the map
var style= [
{
//set saturation for the labels on the map
elementType: "labels",
stylers: [
{saturation: saturation_value}
]
},
{ //poi stands for point of interest - don't show these lables on the map
featureType: "poi",
elementType: "labels",
stylers: [
{visibility: "off"}
]
},
{
//don't show highways lables on the map
featureType: 'road.highway',
elementType: 'labels',
stylers: [
{visibility: "off"}
]
},
{
//don't show local road lables on the map
featureType: "road.local",
elementType: "labels.icon",
stylers: [
{visibility: "off"}
]
},
{
//don't show arterial road lables on the map
featureType: "road.arterial",
elementType: "labels.icon",
stylers: [
{visibility: "off"}
]
},
{
//don't show road lables on the map
featureType: "road",
elementType: "geometry.stroke",
stylers: [
{visibility: "off"}
]
},
//style different elements on the map
{
featureType: "transit",
elementType: "geometry.fill",
stylers: [
{ hue: main_color },
{ visibility: "on" },
{ lightness: brightness_value },
{ saturation: saturation_value }
]
},
{
featureType: "poi",
elementType: "geometry.fill",
stylers: [
{ hue: main_color },
{ visibility: "on" },
{...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.