Update index.html
This commit is contained in:
parent
08623c04d8
commit
1fd41a2171
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="https://raw.githubusercontent.com/erikraft/Drop/master/public/images/(2)ErikrafT%20Drop%20-%20Redondado.png" type="image/png">
|
||||
<title>ErikrafT Drop - Compartilhamento de arquivos P2P seguro</title>
|
||||
<title>ErikrafT Drop - A maneira mais fácil de transferir arquivos entre dispositivos</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdn.lordicon.com/lordicon.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
|
@ -98,7 +98,7 @@
|
|||
<div class="container mx-auto px-4 py-20 md:py-28">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h1 class="text-4xl md:text-5xl font-bold mb-6">Compartilhamento de arquivos <span class="text-indigo-200">direto no navegador</span></h1>
|
||||
<p class="text-xl md:text-2xl mb-8 opacity-90">Envie arquivos entre dispositivos com segurança, sem instalação ou cadastro, utilizando tecnologia P2P com criptografia de ponta a ponta.</p>
|
||||
<p class="text-xl md:text-3xl mb-8 opacity-90">Envie arquivos entre dispositivos com segurança, sem instalação ou cadastro, utilizando tecnologia P2P com criptografia de ponta a ponta.</p>
|
||||
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
||||
<a href="https://drop.erikraft.com" class="bg-white text-indigo-600 hover:bg-gray-100 px-6 py-3 rounded-md font-semibold text-lg transition-colors">
|
||||
<i class="fas fa-bolt mr-2"></i> Começar agora
|
||||
|
@ -113,7 +113,7 @@
|
|||
<!-- Demo Section -->
|
||||
<section class="py-16 bg-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Experimente agora mesmo</h2>
|
||||
<h2 class="text-2xl font-bold text-center text-gray-800 mb-12">Experimente agora mesmo</h2>
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="iframe-container">
|
||||
<iframe src="https://drop.erikraft.com/"></iframe>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<!-- Feature 1 -->
|
||||
<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">
|
||||
<i class="fas fa-lock text-indigo-600 text-2xl"></i>
|
||||
<i class="fas fa-lock text-indigo-600 text-3xl"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Criptografia de ponta a ponta</h3>
|
||||
<p class="text-gray-600">Seus arquivos são criptografados antes de sair do seu dispositivo e só podem ser descriptografados pelo destinatário.</p>
|
||||
|
@ -138,7 +138,7 @@
|
|||
<!-- Feature 2 -->
|
||||
<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">
|
||||
<i class="fas fa-plug text-indigo-600 text-2xl"></i>
|
||||
<i class="fas fa-plug text-indigo-600 text-3xl"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Sem servidores intermediários</h3>
|
||||
<p class="text-gray-600">Conexão direta entre dispositivos usando WebRTC. Seus arquivos nunca passam por servidores de terceiros.</p>
|
||||
|
@ -146,7 +146,7 @@
|
|||
<!-- Feature 3 -->
|
||||
<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">
|
||||
<i class="fas fa-desktop text-indigo-600 text-2xl"></i>
|
||||
<i class="fas fa-desktop text-indigo-600 text-3xl"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-3">Funciona no navegador</h3>
|
||||
<p class="text-gray-600">Sem instalação necessária. Basta acessar o site em qualquer navegador moderno e começar a compartilhar.</p>
|
||||
|
@ -524,4 +524,4 @@
|
|||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue