-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme with updated screenshots
- Loading branch information
Aaron Toponce
committed
May 25, 2019
1 parent
6341866
commit 123a2f5
Showing
1 changed file
with
17 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
# Web-based Password Generator | ||
This is a simple web-based password generator which uses 9-different styles | ||
This is a simple web-based password generator which uses 6-different styles | ||
of passwords that can fit personal preferences, or restrictions from | ||
websites that require the password in a certain format. | ||
|
||
Everything is calculated in JavaScript locally, and the passwords are not | ||
sent to the server for logging. You should be able to download this code, | ||
and run it offline, if you're truly paranoid. | ||
|
||
## Desktop Screenshot | ||
 | ||
## Desktop Screenshots | ||
<table style="border-collapse: collapse; border: 1px solid black;"><tr><td style="border: 1px solid black;"> | ||
<img alt="Light theme desktop screenshot" src="https://user-images.githubusercontent.com/699572/58374448-a44e5980-7efb-11e9-93f8-46b20237b7ca.png" /> | ||
</td><td style="border: 1px solid black;"> | ||
<img alt="Dark theme desktop screenshot" src="https://user-images.githubusercontent.com/699572/58374449-a44e5980-7efb-11e9-985a-76048f3ddd8a.png" /> | ||
</td></tr></table> | ||
|
||
|
||
## Mobile-Friendly | ||
<table><tr><td> | ||
<img alt="First mobile screenshot" src="https://user-images.githubusercontent.com/699572/30495263-99bbf90c-9a08-11e7-9c65-f5f1b1233833.png" /> | ||
</td><td> | ||
<img alt="Second mobile screenshot" src="https://user-images.githubusercontent.com/699572/30495261-99a625aa-9a08-11e7-8357-a85cf4d2ac84.png" /> | ||
</td><td> | ||
<img alt="Third mobile screenshot" src="https://user-images.githubusercontent.com/699572/30495264-99bd56a8-9a08-11e7-8f58-3b00b3fcb08a.png" /> | ||
## Mobile-Friendly Screenshots | ||
<table style="border-collapse: collapse; border: 1px solid black;"><tr><td style="border: 1px solid black;"> | ||
<img alt="First light theme mobile screenshot" src="https://user-images.githubusercontent.com/699572/58374450-a44e5980-7efb-11e9-99e7-1120f8981cd2.png" /> | ||
</td><td style="border: 1px solid black;"> | ||
<img alt="Second light theme mobile screenshot" src="https://user-images.githubusercontent.com/699572/58374451-a4e6f000-7efb-11e9-9ee5-2dc0bc4560cc.png" /> | ||
</td><td style="border: 1px solid black;"> | ||
<img alt="First dark theme mobile screenshot" src="https://user-images.githubusercontent.com/699572/58374452-a4e6f000-7efb-11e9-8d45-2c86947946ab.png" /> | ||
</td><td style="border: 1px solid black;"> | ||
<img alt="Second dark theme mobile screenshot" src="https://user-images.githubusercontent.com/699572/58374453-a4e6f000-7efb-11e9-922f-7874b593f32d.png" /> | ||
</td></tr></table> |