-
Notifications
You must be signed in to change notification settings - Fork 0
/
institucional.html
195 lines (176 loc) · 10.8 KB
/
institucional.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="pt_BR" ng-app="home">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta property="og:site_name" content="Horsgle Development">
<meta property="og:title" content="Horsgle - Desenvolvimento de Sistemas" />
<meta property="og:description" content="Gerando tecnologias para você" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="pt_BR">
<meta property="og:url" content="http://www.horsgle.com">
<link rel="icon" href="../images/favicohorsgle.png">
<title>Horsgles Development - Institucional</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/horsgle.css">
<link rel="stylesheet" href="css/institucional.css">
<link rel="stylesheet" href="css/style.css">
<title></title>
</head>
<body>
<header class="parallax-container">
<div class="navbar-fixed">
<nav class="white ">
<div class="nav-wrapper">
<div class="">
<header class="left">
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons grey-text">menu</i></a>
</header>
<a href="./index.html" class="brand-logo"><img class="icon" height="60em" src="images/horsgle.svg" alt="Horsgle"></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="./institucional.html" class="grey-text">Institucional</a></li>
<li><a href="./servicos.html" class="grey-text">Serviços</a></li>
<li><a href="./produtos.html" class="grey-text">Produtos</a></li>
<li><a href="./contato.html" class="grey-text">Contato</a></li>
<li><a class="waves-effect waves-light btn blue lighten-2 modal-trigger" href="#contato"><i class="material-icons left white-text">phone</i>Ligamos para você</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="contato" class="modal">
<div class="modal-content">
<form name="cadastroContatoForm" ng-init="contato">
<h4 class="center blue-text text-darken-2"><i class="fab fa-whatsapp blue-text text-darken-2"></i> Contato</h4>
<p class="grey-text text-lighten-1 center">Esse primeiro contato vai para o nosso WhatsApp.</p>
<p class="grey-text text-lighten-1 center">Preencha seus dados, logo ligamos para você ;)</p>
<div class="">
<div class="input-field col s6">
<input id="nome" type="text" class="validate" ng-model="contato.nome" ng-init="contato" ng-required="true">
<label for="nome">Nome</label>
</div>
<div class="input-field col s6">
<input id="empresa" type="text" class="validate" ng-model="contato.empresa" ng-required="true">
<label for="empresa">Empresa</label>
</div>
</div>
<div class="">
<div class="input-field col s12">
<input id="telefone" id='phone_with_ddd' data-mask="(00)0 0000-0000" type="text" class="validate" ng-model="contato.telefone" ng-required="true">
<label for="telefone">Telefone</label>
</div>
</div>
</div>
<div class="modal-footer center" style="text-align:center">
<a class="modal-action modal-close waves-effect waves-light btn blue lighten-2" ng-href="https://api.whatsapp.com/send?phone=5547996600232&text=Ol%C3%A1!%20Eu%20sou%20{{contato.nome}}%20-%20{{contato.empresa}}%3A%20Gostaria%20de%20fazer%20um%20or%C3%A7amento." target="_blank" ng-disabled="cadastroContatoForm.$invalid"><i class="material-icons left white-text">send</i>Me ligue</a>
</div>
</form>
</div>
<section>
<div class="right">
<ul class="side-nav" id="mobile-demo">
<!-- <h5 class="orange-text text-darken-2 logonavleft center">Horsgle</h5> -->
<a href="./index.html"><img class="icon logonavleft" height="60em" src="images/horsgle.svg" alt="Horsgle"></a>
<li><a class="grey-text text-lighten-1" href="./institucional.html"><i class="material-icons blue-text small">business</i>Institucional</a></li>
<!-- <li><a class="white-text" href="./promocoes.html"><i class="material-icons">card_giftcard</i> Promoções</a></li> -->
<li><a class="grey-text text-lighten-1" href="./servicos.html"><i class="material-icons grey-text small">code</i>Serviços</a></li>
<li><a class="grey-text text-lighten-1" href="./produtos.html"><i class="material-icons grey-text small">view_module</i>Produtos</a></li>
<li><a class="grey-text text-lighten-1" href="./contato.html"><i class="material-icons grey-text small">speaker_notes</i>Contato</a></li>
<li><a class="waves-effect waves-light btn blue lighten-2 modal-trigger" href="#contato"><i class="material-icons left white-text">phone</i>Ligamos para você</a></li>
</ul>
</div>
</section>
<div class="parallax-container secao-capa ">
<div class="parallax">
<img src="images/architecture-buildings-city-533930.jpg">
</div>
</div>
</header>
<section class="secao-experiencia">
<div class="row">
<div class="col s12 l4">
<div class="center">
<!-- <i class="material-icons blue-text text-lighten-2 large">timeline</i> -->
<!-- <h3 class="promo-caption blue-text text-darken-2" style="font-weight: 100;">Experiência em entregar tecnologias a clientes que sabem o caminho certo para o crescimento.</h3> -->
<h3 class="blue-text text-darken-2 title-caption">Experiência em entregar tecnologias de ponta a clientes exigentes.</h3>
<h5 class="desc-caption light grey-text left-align">Somos uma ponte entre você e o futuro.</h5>
</div>
</div>
<div class="col s12 l8">
<div class="left">
<!-- <i class="material-icons blue-text text-lighten-2 large">question_answer</i> -->
<h5 class="grey-text text-darken-2">5 anos entregando nosso melhor para os clientes.</h5>
<h6 class="grey-text light">Desde o início, a Horsgle sempre contou com os melhores profissionais da área para criar tecnologia de ponta para seus projetos. <br><br>Hoje trabalhamos com soluções individuais para cada empresa ou segmento, utilizamos tecnologias de ponta atrelado com <br>entendimento de negócio de nossos clientes. <br>Pois só quem está no dia a dia que consegue entender cada aspecto de seu negócio.</h6>
</div>
</div>
</div>
</section>
<section class="secao-mensagem">
<div class="row">
<div class="col s12">
<div class="center">
<h3 class="white-text title-caption">SOMOS HÁ EMPRESA QUE SEMPRE ESTÁ EM BUSCA DE <br><b>NOVOS DESAFIOS!</b>.</h3>
</div>
</div>
</div>
</section>
<section class="secao-somos">
<div class="row center">
<h5 class="blue-text text-darken-2">QUEM SOMOS</h5>
</div>
<div class="row">
<div class="col s12">
<div class="center">
<h5 class="grey-text title-caption">ESTAMOS ENTRE AS <b class="blue-text">MELHORES EMPRESAS</b> DE SANTA CATARINA <br>NO RAMO DE DESENVOLVIMENTO DE <b>CHATBOTS</b> E <b class="blue-text">SOLUÇÕES CUSTOMIZADAS</b>.</h5>
</div>
</div>
</div>
<div class="row secao-somos-conteudo">
<div class="col s12 l4 offset-l1">
<div class="left">
<h5 class="grey-text title-caption">COM <b class="blue-text">SIMPLICIDADE</b> E <b>TECNOLOGIA</b> BUSCAMOS SEMPRE <b class="blue-text">VALORIZAR</b> O NOSSO MAIOR CAPITAL, O HUMANO, MANTENDO UM <b class="blue-text">AMBIENTE</b> <b>SAÚDAVEL</b> E FAVORÁVEL A EXCELÊNCIA DE NOSSOS PROJETOS DESENVOLVIDOS.</h5>
<!-- <br> -->
<h5 class="grey-text title-caption"><b class="blue-text">GERANDO</b> UM <b>VÍNCULO</b> COM NOSSOS CLIENTES, <b class="blue-text">CRESCEMOS</b> CADA VEZ MAIS DE <b class="blue-text">FORMA</b> <b>SUSTENTÁVEL.</b></h5>
</div>
</div>
<div class="col s12 l7 right">
<img class="responsive-img" width="550" src="images/adult-black-and-white-black-and-white-440581.jpg">
</div>
</div>
</section>
<footer class="page-footer grey darken-3">
<div class="row">
<div class="col s12 m4 l4">
<a href="./index.html"><img class="icon logofooter" height="60em" src="images/horsgle-footer.svg" alt="Horsgle"></a>
<h6 class="grey-text text-lighten-1 descfooter">Horsgle foi criada com o conceito que todas as empresas precisam de tecnologias de ponta, com isso sempre pensamos como levaremos o melhor para os clientes. Desde 2013 entregamos produtos de qualidades para o Brasil e América Latina toda!</h6>
</div>
<div class="col l4 offset-l4 s12 m4 offset-m4 ">
<h5 class="grey-text text-lighten-1">Links úteis</h5>
<ul>
<li><i class="material-icons blue-text text-lighten-1 small icon-footer">business</i><a class="grey-text text-lighten-1 content-footer" href="./institucional.html"> Institucional</a></li>
<li><i class="material-icons grey-text text-lighten-1 small icon-footer">code</i><a class="grey-text text-lighten-1 content-footer" href="./servicos.html"> Serviços</a></li>
<li><i class="material-icons grey-text text-lighten-1 small icon-footer">view_module</i><a class="grey-text text-lighten-1 content-footer" href="./produtos.html"> Produtos</a></li>
<li><i class="material-icons grey-text text-lighten-1 small icon-footer">contacts</i><a class="grey-text text-lighten-1 content-footer" href="./contato.html"> Contato</a></li>
</ul>
</div>
</div>
<div class="footer-copyright">
<div class="container grey-text">
© 2020 Horsgle Development, All rights reserved.
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.mask.min.js"></script>
<script src="js/institucional.js"></script>
<script src="js/angularjs/angular.min.js"/></script>
<script src="js/angularjs/angular-home.js"/></script>
</body>
</html>