Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Oct 30, 2024
1 parent 2b263b1 commit 823c58e
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,7 @@ <h2 class="text-3xl font-semibold text-center text-gray-800 mb-12">Frequently As
<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>
Expand All @@ -383,9 +381,7 @@ <h2 class="text-3xl font-semibold text-center text-gray-800 mb-12">Frequently As
<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>
Expand All @@ -394,9 +390,7 @@ <h2 class="text-3xl font-semibold text-center text-gray-800 mb-12">Frequently As
<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>
Expand All @@ -405,9 +399,7 @@ <h2 class="text-3xl font-semibold text-center text-gray-800 mb-12">Frequently As
<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>
Expand All @@ -416,9 +408,7 @@ <h2 class="text-3xl font-semibold text-center text-gray-800 mb-12">Frequently As
<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>
Expand Down

0 comments on commit 823c58e

Please sign in to comment.