-
Notifications
You must be signed in to change notification settings - Fork 1
/
sobreNos.html
95 lines (88 loc) · 4.64 KB
/
sobreNos.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js">
</script>
<script src="https://apis.google.com/js/client:platform.js?onload=start" async defer>
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-signin-client_id"
content="113301151213-ikv65divt4p5v64laeidjmlsnfkmat5d.apps.googleusercontent.com">
<title>Queops Maritime</title>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="js/script.js" defer></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body onload="inicar()">
<!-- Modal para Login -->
<div class="modal" id="modalLogin" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle">
<div class="modal-dialog modal-xl modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLongTitle">Cadastre-se ou Faça seu login</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="fecharModal()">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container my-5">
<h5>Faça seu login via Google ou por e-mail e senha</h5>
<div id="loginBtn" class="g-signin2 mt-5" data-onsuccess="onSignIn"></div>
<div class="row my-5">
<a href="/queopsmaritime/cadastro.html">Se ainda não é cadastrado clique aqui.</a>
</div>
</div>
<div class="container">
<form action="">
<div class="row">
<label for="email">E-mail</label>
<input type="email">
</div>
<div class="row">
<label for="">Senha:</label>
<input type="password">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal"
onclick="fecharModal()">Close</button>
<button type="reset" class="btn btn-primary">Save changes</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<header id="header">
</header>
<div class="mw-100">
<!-- Adição do Gif -->
<img src="imagens/GifQueopes.gif" style="width: 100%;"
alt="imagem de um porto e texto sobre a empresa: A QUEOPS MARITIME é uma plataforma que oferece as melhores soluções de comércio exterior para o seu negócio.
Aqui criamos a ponte entre os especialistas e parceiros de tudo o que se relaciona com fretes para exportação e importação marítima até você!
Tudo para que o seu negócio tenha uma solução completa, a preços competitivos, com segurança, qualidade e flexibilidade.
Atuamos com uma respeitada rede de empresas e profissionais em todo o mundo, que passam por processos de avaliação para se credenciar, e que são constantemente avaliados por seus serviços.">
</div>
<footer id="footer">
</footer>
<div vw class="enabled">
<div vw-access-button class="active"></div>
<div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div>
</div>
</div>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>