Update index.html

This commit is contained in:
Yogesh Choudhary Paliyal
2024-10-30 09:05:29 +05:30
committed by GitHub
parent 2b263b1c39
commit 823c58ebd2

View File

@@ -372,9 +372,7 @@
<div class="border-b border-gray-200 pb-4">
<button class="flex items-center justify-between w-full">
<span class="text-lg font-medium text-gray-900">Is KeyPass really completely offline?</span>
<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="mt-2">
<p class="text-gray-600">Yes, KeyPass is completely offline. It doesn't require any internet connection to function, ensuring your passwords are stored locally on your device.</p>
@@ -383,9 +381,7 @@
<div class="border-b border-gray-200 pb-4">
<button class="flex items-center justify-between w-full">
<span class="text-lg font-medium text-gray-900">How secure is the encryption used in KeyPass?</span>
<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="mt-2">
<p class="text-gray-600">KeyPass uses industry-standard encryption algorithms to secure your data. The exact details can be found in our GitHub repository, where security experts regularly review our code.</p>
@@ -394,9 +390,7 @@
<div class="border-b border-gray-200 pb-4">
<button class="flex items-center justify-between w-full">
<span class="text-lg font-medium text-gray-900">Can I import passwords from other managers?</span>
<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="mt-2">
<p class="text-gray-600">Yes, KeyPass supports importing passwords from various formats including CSV files from Google Chrome and other popular password managers.</p>
@@ -405,9 +399,7 @@
<div class="border-b border-gray-200 pb-4">
<button class="flex items-center justify-between w-full">
<span class="text-lg font-medium text-gray-900">How can I contribute to KeyPass development?</span>
<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="mt-2">
<p class="text-gray-600">We welcome contributions! You can start by checking our GitHub repository, looking at open issues, and submitting pull requests. Don't forget to read our contribution guidelines.</p>
@@ -416,9 +408,7 @@
<div class="border-b border-gray-200 pb-4">
<button class="flex items-center justify-between w-full">
<span class="text-lg font-medium text-gray-900">Is KeyPass available for iOS?</span>
<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="mt-2">
<p class="text-gray-600">Currently, KeyPass is available for Android devices. We're considering expanding to other platforms in the future based on community demand and development resources.</p>