-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegrator.html
86 lines (73 loc) · 4.13 KB
/
integrator.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leonardo Franco Silvério - Integrator</title>
<!--<scripts-->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous" ></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" integrity="sha384-PmY9l28YgO4JwMKbTvgaS7XNZJ30MK9FAZjjzXtlqyZCqBY6X6bXIkM++IkyinN+" crossorigin="anonymous"/>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js" integrity="sha384-vhJnz1OVIdLktyixHY4Uk3OHEwdQqPppqYR8+5mjsauETgLOcEynD9oPHhhz18Nw" crossorigin="anonymous" ></script>
<link rel="stylesheet" type="text/css" href="css/style_integrator.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
<link rel="icon" href="img/index_favicon.ico " />
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse navbar-transparent">
<div class="container">
<div class="navbar-header">
<div>
<button
type="button"
class="navbar-toggle collapsed"
data-target="#navegacao"
data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">
<img src="img/instagram.png" style="margin-top: -5"></img>
</a>
</div>
</div>
<div id="navegacao" class="collapse navbar-collapse">
<ul class="nav navbar-right navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="integrator.html">Integrator Project</a></li>
<li><a href="spotify_clone.html">Clone Spotify</a></li>
<li><a href="form_to_pdf_index.html">Retirada de Brinde</a></li>
<li class="divisor" role="separator"></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Hobbies</a></li>
</ul>
</div>
</div>
</nav>
<div class="container col-xs-10 col-xs-offset-1" style="margin-top: 100px">
<div class="row">
<div class="col-md-6">
<h2>Introdução</h2>
<p>O sistema projetado atua de forma a otimizar o processo interno da empresa quando da negociação e definição técnica de equipamento a ser ofertado em um processo de venda pública, aumentando a confiabilidade da atividade e resultando em uma rotina mais enxuta e otimizada com a utilização de um sistema digital substituindo um método analógico de negociação e venda, além de fornecer dados para definição de estratégias de uma empresa, além de fornecer informações quantitativas e indicadores do uso da ferramenta para um processo de planejamento estratégico.</p>
<h2>Telas do projeto</h2>
<img src="img/TELA DE GERENCIAMENTO DE ITENS.png">
<br><br>
<img src="img/TELA DE SELEÇÃO DE ITENS.png">
<br><br>
<button type="button" role="link" class="btn btn-success">
<a href="src/SISTEMA PARA DEFINIÇÃO TÉCNICA DE EQUIPAMENTOS v07.12.pdf"> Baixar Projeto
</a>
</button>
<br><br>
</div>
</div>
</div>
</div>
</body>
</html>