-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (224 loc) · 22.4 KB
/
index.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Favorito de Crypto</title>
<meta name="description" content="Conteúdo referente ao mercado de criptomoedas, e o mercaddo financeiro tradicional">
<meta name="keywords" content="Mercado Financeiro, Mercado Tradicional, Criptomoedas, Noticias, Preços Plataformas de capitalizacao, Exchanges">
<meta name="author" content="marcus">
<link rel="icon" href="imgs/logo_fav_crypto.ico"/>
<link rel="preconnect" href="https://fonts.gstatic.com/">
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.1/dist/alpine.min.js" defer=""></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!--0b10f5/025afc-->
<header x-data="{ open: false, hidden: true }">
<div x-show="open" @click="{open = !open,hidden = !hidden}" x-transition:enter="transition duration-200 ease-out" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition duration-200 ease-in" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="top-0 left-0 main-nav-bg absolute w-full h-full z-40 bg-black bg-opacity-80 lg:hidden" style="display: none;">
</div>
<aside x-show="open" x-transition:enter="transition duration-200" x-transition:enter-start="transform translate-x-full" x-transition:enter-end="transform translate-x-0" x-transition:leave="transition duration-200" x-transition:leave-start="transform translate-x-0" x-transition:leave-end="transform translate-x-full" class="main-nav right-0 top-0 h-full w-full max-w-xs bg-white overflow-y-auto transform translate-x-0 fixed transition-transform pl-8 pr-4 z-50 lg:hidden" aria-labelledby="menu-button" :aria-hidden="hidden.toString()" aria-hidden="true" style="display: none;">
<nav class="flex flex-col flex-grow py-6" aria-label="Main Menu">
<div class="flex justify-end">
<button class="rounded-lg focus:outline-none focus:shadow-outline text-gray-700" @click="{open = !open,hidden = !hidden}" aria-label="Close menu"><svg fill="currentcolor" viewBox="0 0 20 20" class="w-6 h-6"><path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414.0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button>
</div>
<div class="flex flex-col flex-grow text-lg">
<a @click="{open = !open,hidden = !hidden}" class="py-2 mt-1.5 font-medium hover:text-gray-900 focus:text-gray-900 focus:outline-none" href="mercado-tradicional.html">Mercado Tradicional</a>
</div>
</nav>
</aside>
<div class="bg-blue-75 relative z-30">
<div class="container flex flex-row items-center justify-between py-4 lg:py-5">
<a href="index.html" class="focus:outline-none"><img src="imgs/logo-1.png" class="w-auto h-10 lg:h-14" alt="FavCrypto"></a>
<div class="flex items-center">
<div class="hidden lg:flex items-center space-x-6 text-base">
<a class="text-gray-800 hover:text-gray-900 focus:text-gray-900 focus:outline-none border-b-2 border-transparent hover:border-yellow-400 -mb-0.5 font-medium" href="mercado-tradicional.html">Mercado Tradicional</a>
</div>
<div class="flex items-center space-x-2 lg:ml-6"><div @click.away="open = false" class="relative" x-data="{ open: false }">
<button @click="open = !open" class="flex flex-shrink-0 items-center bg-white transform hover:translate-y-0.5 px-2.5 md:px-4 py-2 md:py-2.5 text-xs md:text-sm font-medium rounded-full border-2 border-gray-900 button-shadow focus:outline-none">
<span>Sites</span>
<svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': open, 'rotate-0': !open}" class="inline w-4 h-4 ml-1 lg:w-5 lg:h-5 lg:ml-1.5 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="dropdown absolute right-0 mt-4 origin-top-right rounded-lg shadow-lg w-48 z-30 text-left" style="display: none;">
<div class="px-2 py-2 bg-white rounded-md shadow space-y-1.5">
<a class="px-2 md:px-5 py-1.5 md:py-2.5 text-base font-medium bg-transparent rounded-lg text-gray-800 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline flex items-center" href="https://bibliasagrada.github.io" title="Bíblia" target="_blank">
<svg width="20" height="20" class="w-6 h-6" viewBox="0 0 20 20" fill="currentcolor" xmlns="http://www.w3.org/2000/svg"><img src="imgs/bs.png">
</svg>
<span class="ml-3" style="color: #5a5a5a;">Bíblia</span>
</a>
<a class="px-2 md:px-5 py-1.5 md:py-2.5 text-base font-medium bg-transparent rounded-lg text-gray-800 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline flex items-center" href="https://mlssystem.github.io/bitblockdig" title="BBD" target="_blank">
<svg width="20" height="20" class="w-6 h-6" viewBox="0 0 20 20" fill="currentcolor" xmlns="http://www.w3.org/2000/svg"><img src="imgs/bbd.png"></svg>
<span class="ml-3" style="color: #5a5a5a;">BitBlockDig</span>
</a>
<a class="px-2 md:px-5 py-1.5 md:py-2.5 text-base font-medium bg-transparent rounded-lg text-gray-800 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline flex items-center" href="https://mlssystem.github.io/linksuteis" title="LinksÚteis" target="_blank">
<svg width="20" height="20" class="w-6 h-6" viewBox="0 0 20 20" fill="currentcolor" xmlns="http://www.w3.org/2000/svg"><img src="imgs/www-2.PNG">
</svg>
<span class="ml-3" style="color: #5a5a5a;">LinksÚteis</span>
</a>
<a class="px-2 md:px-5 py-1.5 md:py-2.5 text-base font-medium bg-transparent rounded-lg text-gray-800 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline flex items-center" href="https://mlssystem.github.io" title="MLSSystem" target="_blank">
<svg width="20" height="20" class="w-6 h-6" viewBox="0 0 20 20" fill="currentcolor" xmlns="http://www.w3.org/2000/svg"><img src="imgs/mls.png"></svg>
<span class="ml-3" style="color: #5a5a5a;">MLSSystem</span>
</a>
<a class="px-2 md:px-5 py-1.5 md:py-2.5 text-base font-medium bg-transparent rounded-lg text-gray-800 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline flex items-center" href="https://mlssystem.github.io/trabalhadoresdaseara" title="Trab_Seara" target="_blank">
<svg width="20" height="20" class="w-6 h-6" viewBox="0 0 20 20" fill="currentcolor" xmlns="http://www.w3.org/2000/svg"><img src="imgs/ts.png">
</svg>
<span class="ml-3" style="color: #5a5a5a;">Trab_Seara</span>
</a>
</div>
</div>
</div>
<button class="rounded-lg lg:hidden focus:outsline-none focus:shadow-outline text-gray-700" @click="{open = !open,hidden = !hidden}" aria-label="Open menu" aria-controls="menu" :aria-expanded="open.toString()" id="menu-button" aria-expanded="false"><svg fill="#d4b4fd" viewBox="0 0 20 20" class="w-6 h-6"><path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4A1 1 0 013 5zm0 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm6 5a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z" clip-rule="evenodd"></path></svg></button>
</div>
</div>
</div>
</div>
</header>
<main class="overflow-x-hidden">
<section class="py-12 md:py-20 lg:py-28 xl:py-32 mx-auto" id="faq"><div class="container flex items-center flex-col">
<div class="max-w-3xl text-center flex flex-col items-center"><h1 class="text-3xl md:text-4xl xl:text-5xl font-display font-semibold mb-3 md:mb-4 lg:mb-5"><span style="color: #0b10f5;" id="font">FAVORITO DE CRYPTO</span></h1>
</div>
<div x-data="{selected:0}" class="w-full max-w-4xl">
<ul class="divide-y-2 divide-gray-200 content-block">
<li id="noticias" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 9 ? selected = 9 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Notícias</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 9, 'rotate-0': selected != 9}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button>
<div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container9" x-bind:style="selected == 9 ? 'max-height: ' + $refs.container9.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://www.binance.com/pt-BR/blog" target="_blank">Binance Blog </a></li>
<li><a href="https://blog.mercadobitcoin.com.br/" target="_blank">Mercado Bitcoin Blog </a></li>
<li><a href="https://beincrypto.com.br/" target="_blank">Bencrypto </a></li>
<li><a href="https://www.coindesk.com/" target="_blank">Coindesk </a></li>
<li><a href="https://cointelegraph.com.br/" target="_blank">Cointelegraph </a></li>
<li><a href="https://www.criptofacil.com/" target="_blank">Criptofácil </a></li>
<li><a href="https://www.crypto-news-flash.com/" target="_blank">Crypto News Flash </a></li>
<li><a href="https://decrypt.co/" target="_blank">Decrypt </a></li>
<li><a href="https://guiadobitcoin.com.br/" target="_blank">Guia do Bitcoin </a></li>
<li><a href="https://livecoins.com.br/" target="_blank">LiveCoins </a></li>
<li><a href="https://moneyinvest.com.br/" target="_blank">MoneyInvest </a></li>
<li><a href="https://portaldobitcoin.uol.com.br/" target="_blank">Portal do Bitcoin </a></li>
</ol>
</div>
</div>
</li>
<li id="precos" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 1 ? selected = 1 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Preços</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 1, 'rotate-0': selected != 1}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button><div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container1" x-bind:style="selected == 1 ? 'max-height: ' + $refs.container1.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://mlssystem.github.io/bitblockdig/values.html" target="_blank">BitBlockDig </a></li>
<li><a href="https://coinmarketcal.com/pt/coin-ranking" target="_blank">Coinmarketcal </a></li>
<li><a href="https://www.crypto-news-flash.com/pt-pt/capitalizacao-de-mercado/" target="_blank">Crypto News Flash </a></li>
<li><a href="https://onchainfx.com/" target="_blank">Onchainfx </a></li>
<li><a href="https://www.worldcoinindex.com/pt" target="_blank">Worldcoinindex </a></li>
</ol>
</div>
</li>
<li id="exchanges" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 2 ? selected = 2 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Exchanges</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 2, 'rotate-0': selected != 2}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button><div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container2" x-bind:style="selected == 2 ? 'max-height: ' + $refs.container2.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://www.binance.com/pt-BR" target="_blank">Binance </a></li>
<li><a href="https://www.mercadobitcoin.com.br/" target="_blank">Mercado Bitcoin </a></li>
<li><a href="https://www.coinbase.com/pt/" target="_blank">Coinbase </a></li>
<li><a href="https://brasilbitcoin.com.br/" target="_blank">Brasil Bitcoin </a></li>
<li><a href="https://usdsports.io/" target="_blank">USD Sports </a></li>
<li><a href="https://www.bithumb.pro/en-us" target="_blank">Bithumb </a></li>
<li><a href="https://exchange.pancakeswap.finance/#/swap" target="_blank">PancakeSwap </a></li>
</ol>
</div>
</li>
<li id="capitalizacao" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 3 ? selected = 3 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Plataformas de Capitalização</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 3, 'rotate-0': selected != 3}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button><div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container3" x-bind:style="selected == 3 ? 'max-height: ' + $refs.container3.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://coinmarketcap.com/pt-br/" target="_blank">CoinMarketCap </a></li>
<li><a href="https://www.coingecko.com/pt" target="_blank">CoinGecko </a></li>
</ol>
</div>
</li>
<li id="arbitragem" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 4 ? selected = 4 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Arbitragem</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 4, 'rotate-0': selected != 4}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button><div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container4" x-bind:style="selected == 4 ? 'max-height: ' + $refs.container4.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://coinarbitragebot.com/pt/" target="_blank">CoinArbitrageBot </a></li>
<li><a href="https://cointradermonitor.com/arbitragem" target="_blank">CointraderMonitor </a></li>
</ol>
</div>
</li>
<li id="arbitragem" class="relative"><button type="button" class="w-full py-7 lg:py-8 text-left focus:outline-none text-gray-900 flex items-center justify-between text-xl lg:text-2xl" @click="selected !== 5 ? selected = 5 : selected = null"><h3 class="text-lg lg:text-xl font-medium">Etherscan</h3><svg fill="currentcolor" viewBox="0 0 20 20" :class="{'rotate-180': selected == 5, 'rotate-0': selected != 5}" class="inline w-6 h-6 lg:w-7 lg:h-7 ml-4 lg:ml-5 flex-shrink-0 transition-transform duration-200 transform rotate-0"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button><div class="relative overflow-hidden transition-all max-h-0 duration-300" x-ref="container4" x-bind:style="selected == 5 ? 'max-height: ' + $refs.container4.scrollHeight + 'px' : ''" style="">
<div class="pb-8 lg:pb-9 text-sm lg:text-base text-gray-700" style="background: #f5f5f5; padding: 20px; border-radius: 10px; margin-bottom: 10px; color: #184abb;">
<ol class="how_to_buy" style="min-height: 220px;">
<li><a href="https://bscscan.com/" target="_blank">BscScan </a></li>
<li><a href="https://etherscan.io/" target="_blank">Etherscan </a></li>
</ol>
</div>
</li>
</ul>
</div>
</div>
</section>
</main>
<footer>
<div class="content-footer">
<div class="left box">
<div class="upper">
<div class="topic">Links</div>
<p class="meditar-refletir">Para meditar e refletir <strong><a href="https://bibliasagrada.github.io/antigo_testamento/jeremias/jeremias-9.html"><span style="color:#fff;">Jeremias 9:23-24</span></a></strong></p>
<div class="banner-footer">
<p>
<a href="index.html"><img alt="Páginas" src="imgs/logo-1.png"></a>
<a href="https://mlssystem.github.io/favcrypto/#noticias">Notícias</a>
<a href="https://mlssystem.github.io/favcrypto/#precos">Preços</a>
<a href="https://mlssystem.github.io/favcrypto/#exchanges">Exchanges</a>
<a href="https://mlssystem.github.io/favcrypto/#capitalizacao">Capitalização</a>
<a href="https://mlssystem.github.io/favcrypto/#arbitragem">Arbitragem</a>
<em>Outros Sites:</em>
<a href="https://mlssystem.github.io" target="_blank">MLSSystem</a>
<a href="https://mlssystem.github.io/bitblockdig" target="_blank">BitBlockDig</a>
<a href="https://mlssystem.github.io/trabalhadoresdaseara" target="_blank">TrabaladoresSeara</a>
<a href="https://mlssystem.github.io/linksuteis" target="_blank">Links Úteis</a>
<a href="https://bibliasagrada.github.io/" target="_blank">Bíblia Sagrada</a>
</p>
</div>
</div>
</div>
<div class="middle box">
<div class="topic">Favoritos</div>
<div><a href="https://mlssystem.github.io/favcrypto/mercado-tradicional.html"><img alt="Páginas" src="imgs/logo-favoritos-64.PNG"></a></div>
<div><a href="renda-fixa.html" target="_blank">Renda Fixa</a></div>
<div><a href="https://mlssystem.github.io/favcrypto/mercado-tradicional.html#renda-variavel" target="_blank">Renda Variável</a></div>
<div><a href="https://mlssystem.github.io/favcrypto/mercado-tradicional.html#fixa-variavel" target="_blank">Fixa e Variável</a></div>
<div><a href="https://mlssystem.github.io/favcrypto/mercado-tradicional.html#perfil" target="_blank">Perfil do Investidor</a></div>
<div><a href="https://mlssystem.github.io/favcrypto/mercado-tradicional.html#indices" target="_blank">Índices</a></div>
<em>Outros Sites:</em>
<div><a href="https://mlssystem.github.io" target="_blank">MLSSystem</a></div>
<div><a href="https://mlssystem.github.io/bitblockdig" target="_blank">BitBlockDig</a></div>
<div><a href="https://mlssystem.github.io/trabalhadoresdaseara" target="_blank">TrabaladoresSeara</a></div>
<div><a href="https://bibliasagrada.github.io/" target="_blank">Bíblia Sagrada</a></div>
</div>
<div class="right box">
<div class="topic">Inscreva-se</div>
<form action="#">
<input type="text" placeholder="Em desenvolvimento">
<input type="submit" name="" value="Inativo">
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</form>
<div class="lower">
<div class="topic">Contato</div>
<div class="phone">
<a href="#"><i class="fas fa-phone-volume"></i>+55 DD 98765 4321</a>
</div>
<div class="email">
<a href="#"><i class="fas fa-envelope"></i>abc@email.com</a>
</div>
</div>
</div>
</div>
<div class="bottom">
<p>Copyright © 2021 <a href="https://github.com/mlssystem">MLSSystem</a> Todos direitos reservados</p>
</div>
</footer>
</body>
</html>