-
Notifications
You must be signed in to change notification settings - Fork 0
/
servicos.html
187 lines (168 loc) · 10.2 KB
/
servicos.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
<!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 - Serviços</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/servicos.css">
<link rel="stylesheet" href="css/style.css">
</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 grey-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 blue-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/architectural-design-architecture-building-443383.jpg">
</div>
</div>
</header>
<section class="secao-fabrica">
<div class="row">
<div class="col s12">
<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">SOLUÇÕES SOB MEDIDA PARA SUA EMPRESA</h3>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l4 offset-l2">
<h5 class="desc-caption light grey-text left-align">Soluções sob medida servem para você que quer ter algo mais específico para seu projeto, atualmente existe duas modalidades de projetos, aqueles que você já possui um ERP e gostaria de criar algo que complemente ele com um sistema a parte ou criar um projeto todo com suas necessidades reais. </h5>
</div>
<div class="col s12 l4">
<img class="responsive-img" width="450" src="images/apple-businesswoman-coding-7375.jpg">
</div>
</div>
</section>
<div class="parallax-container capa-fabrica">
<h2 class="white-text caption-capa center">Fábricas de <b>projetos</b> mudaram!</h2>
<h4 class="white-text description-capa center">Os sistemas devem se <b>adequar a sua empresa</b>, não ao contrário!</h4>
<div class="parallax">
<img src="images/factory-industry-lights-236722.jpg">
</div>
</div>
<section class="secao-alocacao">
<div class="row">
<div class="col s12">
<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 title-caption">ALOCAÇÃO DE FUNCIONÁRIOS PARA PROJETOS</h3>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l4 offset-l2">
<img class="responsive-img" width="450" src="images/apple-blogging-business-36990.jpg">
</div>
<div class="col s12 l4">
<h5 class="desc-caption light grey-text left-align">Com alocação de funcionários ou equipe dentro de sua empresa, você mesmo consegue monitorar seu projeto de perto. Ganhando desempenho e expertise!</h5>
</div>
</div>
</section>
<footer class="page-footer grey darken-3">
<div class="row">
<div class="col s12 m4 l4">
<a href="#"><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 grey-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 blue-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/servicos.js"></script>
<script src="js/angularjs/angular.min.js"/></script>
<script src="js/angularjs/angular-home.js"/></script>
</body>
</html>