Update index.html
This commit is contained in:
parent
e9ebd71bf6
commit
f166f4f510
|
@ -255,8 +255,18 @@
|
|||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Interface arrastar e soltar</h3>
|
||||
<p class="text-gray-600">Interface intuitiva que permite enviar arquivos simplesmente arrastando e soltando na janela do navegador.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Feature 7 -->
|
||||
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300">
|
||||
<div class="w-14 h-14 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#5046e5">
|
||||
<path d="M479.83-102.33q-11.83 0-23.5-4-11.66-4-20.66-12.67-49.67-45.33-99-97.33-49.34-52-88.5-107.84Q209-380 184.5-437.83 160-495.67 160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 56.33-24.5 114.17Q751-380 711.83-324.17q-39.16 55.84-88.5 107.84-49.33 52-99 97.33-9 8.67-20.83 12.67-11.83 4-23.67 4Zm.23-384.34q30.27 0 51.77-21.56 21.5-21.55 21.5-51.83 0-30.27-21.56-51.77-21.55-21.5-51.83-21.5-30.27 0-51.77 21.56-21.5 21.55-21.5 51.83 0 30.27 21.56 51.77 21.55 21.5 51.83 21.5Z"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Compartilhe com qualquer pessoa, em qualquer lugar</h3>
|
||||
<p class="text-gray-600">Envie arquivos para outras cidades ou países, mesmo em redes Wi-Fi diferentes. Conecte dispositivos com emparelhamento seguro ou use salas públicas temporárias para grupos. Tudo direto no navegador, sem instalar nada — simples, rápido e criptografado de ponta a ponta.</p>
|
||||
</div>
|
||||
<!-- Feature 8 -->
|
||||
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition-all duration-300">
|
||||
<div class="w-14 h-14 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#5046e5">
|
||||
|
@ -265,7 +275,7 @@
|
|||
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Extensão Disponível</h3>
|
||||
<p class="text-gray-600"> Extensão Disponível no: <a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/" target="_blank" rel="noopener noreferrer" style="color: #2563eb;">Firefox Browser Add-ons</a> para acessar o site de forma fácil e rápida.</p>
|
||||
<p class="text-gray-600"> Extensão Disponível no <a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/" target="_blank" rel="noopener noreferrer" style="color: #2563eb;">Firefox Browser Add-ons</a> para acessar o site de forma fácil e rápida.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -524,8 +534,8 @@
|
|||
<div>
|
||||
<h3 class="text-white font-semibold text-lg mb-4">Legal</h3>
|
||||
<ul class="space-y-2">
|
||||
<li><a href="https://drop.erikraft.com/terms-of-use.html" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Termos de uso</a></li>
|
||||
<li><a href="https://drop.erikraft.com/privacy-policy.html" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Política de privacidade</a></li>
|
||||
<li><a href="https://drop.erikraft.com/terms-of-use.html" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Termos de uso</a></li>
|
||||
<li><a href="https://github.com/erikraft/Drop/blob/master/LICENSE" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Licença</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue