Skip to content

Commit 6d95b6c

Browse files
committed
edited Readme
1 parent 74ebf8c commit 6d95b6c

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
1-
# ⚡️🔐 QuickEncrypt
2-
3-
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/joshuaquek/QuickEncrypt/graphs/commit-activity)
4-
[![Coverage Status](https://coveralls.io/repos/github/joshuaquek/QuickEncrypt/badge.svg?branch=master)](https://coveralls.io/github/joshuaquek/QuickEncrypt?branch=master)
5-
[![Build Status](https://travis-ci.org/joshuaquek/QuickEncrypt.svg?branch=master)](https://travis-ci.org/joshuaquek/QuickEncrypt)
6-
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
7-
[![Greenkeeper badge](https://badges.greenkeeper.io/joshuaquek/QuickEncrypt.svg)](https://greenkeeper.io/)
8-
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
9-
10-
Easily generate RSA Public-Private Keypairs and use them for secure asymmetric one-way encryption and decryption!
1+
<p align="center">
2+
<img src="https://github.com/joshuaquek/github-readme-assets/blob/master/quickencrypt/logo.png?raw=true" height="150px">
3+
<h2 align="center">⚡️🔐 QuickEncrypt</h2>
4+
<p align="center">Easily generate RSA Public-Private Keypairs and use them for secure asymmetric one-way encryption and decryption!<p>
5+
<p align="center">
6+
<a href="https://github.com/joshuaquek/QuickEncrypt/graphs/commit-activity">
7+
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
8+
</a>
9+
<a href="https://travis-ci.org/joshuaquek/QuickEncrypt">
10+
<img src="https://travis-ci.org/joshuaquek/QuickEncrypt.svg?branch=master" />
11+
</a>
12+
<a href="https://coveralls.io/github/joshuaquek/QuickEncrypt?branch=master">
13+
<img src="https://coveralls.io/repos/github/joshuaquek/QuickEncrypt/badge.svg?branch=master" />
14+
</a>
15+
<a href="https://standardjs.com">
16+
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg"/>
17+
</a>
18+
<a href="https://greenkeeper.io/">
19+
<img src="https://badges.greenkeeper.io/joshuaquek/QuickEncrypt.svg"/>
20+
</a>
21+
<a href="https://opensource.org/licenses/mit-license.php">
22+
<img src="https://badges.frapsoft.com/os/mit/mit.svg?v=103">
23+
</a>
24+
</p>
25+
</p>
1126

1227
## Installation
1328

0 commit comments

Comments
 (0)