-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermos.html
More file actions
146 lines (108 loc) · 4.25 KB
/
termos.html
File metadata and controls
146 lines (108 loc) · 4.25 KB
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>FoxBit</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Icones -->
<link rel="stylesheet" type="text/css" href="fonts/flaticon.css">
<!-- Estilo Base -->
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim e Respond.js para o IE8 suportar elementos e querys HTML5 -->
<!--[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]-->
</head>
<body class="pagina">
<!-- container -->
<div class="container-fluid">
<div class="row">
<!-- header -->
<header class="col-md-12">
<div class="container">
<a href="." class="logo col-md-2 col-xs-12 pull-left"><img src="img/logo.svg" height="50" /></a>
<nav class="menu col-md-6 col-xs-12 pull-right">
<ul class="pull-right">
<a href="quemsomos.html"><span class="flaticon-two385"></span> Quem Somos</a>
<a href="http://foxbit.zendesk.com/"><span class="flaticon-chat76"></span> Contato</a>
<a href="taxas.html"><span class="flaticon-help18"></span> Taxas</a>
<a href="#" data-toggle="popover" data-placement="bottom" data-html="true"
data-content="
<a href='termos.html'>- Termos de Uso</a><br>
<a href='politicas.html'>- Políticas de Privacidade</a>
">
<span class="flaticon-ellipsis1"></span> Mais</a>
</ul>
</nav>
</div>
</header>
<!-- /header -->
<!-- corpo -->
<section class="col-md-12">
<video autoplay loop muted="true"> <source src="videos/1.webm" type="video/webm"/>
</video>
<div class="containered">
<div class="inner">
<h1>TERMOS DE USO</h1>
<div class="divisor"></div>
<div class="clear"></div>
</div>
</div>
</section>
<!-- /corpo -->
<article class="col-md-12">
<div class="container">
<iframe src="https://drive.google.com/file/d/0B-XG05sb5LBpUm5HbFNvQXdMRVU/preview" style="width:100%; border:none;" height="800"></iframe>
<hr>
<!-- comente caso nao queria a lista de membros
<div class="col-md-3">
<img src="http://placehold.it/250" class="img-responsive img-circle">
<h3 class="aligncenter">Fulano da Silva</h3>
<span class="aligncenter">Função da Silva</span>
</div>
<div class="col-md-3">
<img src="http://placehold.it/250" class="img-responsive img-circle">
<h3 class="aligncenter">Fulano da Silva</h3>
<span class="aligncenter">Função da Silva</span>
</div>
<div class="col-md-3">
<img src="http://placehold.it/250" class="img-responsive img-circle">
<h3 class="aligncenter">Fulano da Silva</h3>
<span class="aligncenter">Função da Silva</span>
</div>
<div class="col-md-3">
<img src="http://placehold.it/250" class="img-responsive img-circle">
<h3 class="aligncenter">Fulano da Silva</h3>
<span class="aligncenter">Função da Silva</span>
</div>
ate aq -->
</div>
</article>
<footer class="col-md-12">
<div class="container">
<div class="estatisticas col-md-9">
<div>ULTIMA COMPRA: <b class="last">CARREGANDO...</b> ALTA: <b class="high">CARREGANDO...</b> BAIXA: <b class="low">CARREGANDO...</b> VOLUME: <b class="vol">CARREGANDO...</b> BTC</div>
</div>
<div class="cotacao col-md-2 col-xs-12 pull-right">
<div data-toggle="tooltip" data-placement="top" title="Cotação atual do BTC" class="preco-btc">R$ <b>1.135</b></div>
</div>
</div>
</footer> </div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!--javascript no final, claro -->
<!-- javascript no final, claro -->
<script src="js/jquery.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/aplicacao.js"></script>
</body>
</html>