This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
610 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<div class="transparent-900 m-auto my-20 w-4/5 rounded-2xl p-10 text-left"> | ||
<h1 class="px-10">Restore save</h1> | ||
<div class="mx-auto flex flex-col items-center justify-center rounded-2xl p-10"> | ||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div> | ||
<h2>Latest save: 2022. July 10. 12:30:15</h2> | ||
<h3>You can restore the latest save. If you load your codes below it will overwrite the current save.</h3> | ||
</div> | ||
<div class="ml-20 flex gap-3"> | ||
<button class="button requirePassword"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> | ||
<path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" /> | ||
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" /> | ||
<line x1="12" y1="9" x2="12" y2="12" /> | ||
<line x1="12" y1="15" x2="12.01" y2="15" /> | ||
</svg> | ||
Restore | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="transparent-900 m-auto my-20 w-4/5 rounded-2xl p-10 text-left"> | ||
<h1 class="px-10">Load saved codes</h1> | ||
<div class="mx-auto flex flex-col items-center justify-center rounded-2xl p-10"> | ||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div> | ||
<h2>Loading saved codes</h2> | ||
<h3>Load your saved 2FA codes. You can edit or delete your codes, or you can even add new codes here.</h3> | ||
</div> | ||
<div class="ml-20 flex gap-3"> | ||
<button class="button requirePassword"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /> | ||
</svg> | ||
Confirm | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="transparent-900 m-auto mb-20 w-4/5 rounded-2xl p-10 text-left"> | ||
<h1 class="px-10">Edit saved codes</h1> | ||
<div class="mx-auto flex flex-col items-center justify-center rounded-2xl p-10"> | ||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div> | ||
<h2>Save modifications</h2> | ||
<h3>Save the changes you made.</h3> | ||
</div> | ||
<div class="ml-10 flex gap-3"> | ||
<button class="button requirePassword"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> | ||
<path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" /> | ||
<circle cx="12" cy="14" r="2" /> | ||
<polyline points="14 4 14 8 8 8 8 4" /> | ||
</svg> | ||
Save modifications | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div> | ||
<h2>Revert changes</h2> | ||
<h3>You can revert the changes you made.</h3> | ||
</div> | ||
<div class="ml-10 flex gap-3"> | ||
<button class="button"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> | ||
<path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" /> | ||
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" /> | ||
<line x1="12" y1="9" x2="12" y2="12" /> | ||
<line x1="12" y1="15" x2="12.01" y2="15" /> | ||
</svg> | ||
Revert changes | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div> | ||
<h2>Delete codes</h2> | ||
<h3>You can delete all codes.</h3> | ||
</div> | ||
<div class="ml-10 flex gap-3"> | ||
<button class="button"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | ||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /> | ||
</svg> | ||
Delete codes | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="transparent-900 m-auto mb-20 w-4/5 rounded-2xl p-10 text-left"> | ||
<h1 class="px-10">Loaded codes</h1> | ||
<div class="mx-auto flex flex-col items-center justify-center rounded-2xl p-10"> | ||
<div class="transparent-800 mb-5 flex w-full flex-row items-center justify-between rounded-xl p-5 text-left"> | ||
<div class="flex flex-wrap gap-5"> | ||
<div> | ||
<h5>Name</h5> | ||
<input class="input mt-1" type="text" value="Google" /> | ||
</div> | ||
|
||
<div> | ||
<h5>Description</h5> | ||
<input class="input mt-1" type="text" value="levminer@levminer.com" /> | ||
</div> | ||
</div> | ||
<div class="ml-10 flex gap-3"> | ||
<button class="button requirePassword"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /> | ||
</svg> | ||
Edit | ||
</button> | ||
<button class="button requirePassword"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /> | ||
</svg> | ||
Delete | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.