Update index.html

This commit is contained in:
ErikrafT 2025-05-05 16:56:28 -03:00 committed by GitHub
parent 6c2875e062
commit 8e275440a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 51 additions and 0 deletions

View File

@ -504,6 +504,57 @@
</div>
</div>
</section>
<!-- Reviews Section -->
<section id="reviews" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-4">Avaliações</h2>
<p class="text-xl text-center text-gray-600 mb-12 max-w-3xl mx-auto">Veja o que os usuários estão dizendo sobre o ErikrafT Drop nas principais plataformas:</p>
<div class="grid md:grid-cols-2 gap-8 max-w-3xl mx-auto">
<!-- Firefox Review -->
<a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/reviews/2217252/" target="_blank" rel="noopener noreferrer" class="block bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all duration-300">
<div class="flex items-center mb-4">
<img src="images/NoProfilePhotoFirefox.png" alt="Usuário Firefox" class="w-16 h-16">
<div>
<div class="flex items-center mb-1">
<span class="font-semibold text-gray-800 text-lg mr-2">Vera Lucia</span>
<span class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</div>
<span class="text-gray-500 text-sm">Firefox Add-ons</span>
</div>
</div>
<p class="text-gray-700 italic mb-2">"A extensão tem me ajudado em minhas tarefas, vale muito a pena usar, recomendo à todos."</p>
<span class="text-indigo-600 font-medium text-sm">Ver avaliação completa <i class="fa-solid fa-arrow-up-right-from-square"></i></span>
</a>
<!-- VS Code Review -->
<a href="https://marketplace.visualstudio.com/items?itemName=ErikrafT.erikraft-drop&ssr=false#review-details" target="_blank" rel="noopener noreferrer" class="block bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all duration-300">
<div class="flex items-center mb-4">
<img src="images/NoProfilePhotoVScode.png" alt="Usuário VS Code" class="w-16 h-16">
<div>
<div class="flex items-center mb-1">
<span class="font-semibold text-gray-800 text-lg mr-2">Anonymous at School Learning Programming</span>
<span class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
</div>
<span class="text-gray-500 text-sm">VS Code Marketplace</span>
</div>
</div>
<p class="text-gray-700 italic mb-2">"Very Good, Easy to use, Helped me Transfer my Files to my other Device! 😃"</p>
<span class="text-indigo-600 font-medium text-sm">Ver avaliação completa <i class="fa-solid fa-arrow-up-right-from-square"></i></span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-400 py-12">
<div class="container mx-auto px-4">