📸 Updated screenshots

This commit is contained in:
Liyas Thomas
2019-09-26 13:00:19 +05:30
parent 612b518198
commit 26326d8878
4 changed files with 5 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
</p> </p>
<p> <p>
[![Build Status](https://travis-ci.com/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.com/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/postwoman/issues) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://liyas-thomas.firebaseapp.com) [![Donate](https://img.shields.io/badge/$-donate-blue.svg)](https://www.paypal.me/liyascthomas) [![Buy me a coffee](https://img.shields.io/badge/$-BuyMeACoffee-orange.svg)](https://www.buymeacoffee.com/liyasthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet)](https://t.me/postwoman_app) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR) [![Build Status](https://travis-ci.com/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.com/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/postwoman/issues) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://postwoman.io) [![Donate](https://img.shields.io/badge/$-donate-blue.svg)](https://www.paypal.me/liyascthomas) [![Buy me a coffee](https://img.shields.io/badge/$-BuyMeACoffee-orange.svg)](https://www.buymeacoffee.com/liyasthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet)](https://t.me/postwoman_app) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR)
</p> </p>
<sub>Built with ❤︎ by <sub>Built with ❤︎ by
@@ -30,7 +30,7 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
<div align="center"> <div align="center">
<br> <br>
<img src="static/screenshot.gif" alt="postwoman" width="100%"> <img src="static/screenshot1.png" alt="postwoman" width="100%">
<img src="static/screenshot2.png" alt="postwoman" width="100%"> <img src="static/screenshot2.png" alt="postwoman" width="100%">
<br> <br>
</div> </div>
@@ -119,8 +119,6 @@ _HTML responses have "Preview HTML" feature_
_History entries can be deleted one-by-one or all together_ _History entries can be deleted one-by-one or all together_
---
## Demo 🚀 ## Demo 🚀
[https://postwoman.io](https://postwoman.io) [https://postwoman.io](https://postwoman.io)
@@ -135,18 +133,14 @@ _History entries can be deleted one-by-one or all together_
You're done! You're done!
---
## Built with 🔧 ## Built with 🔧
* **[Chromium](https://github.com/chromium/chromium)** - Thanks for being so fast! * [Chromium](https://github.com/chromium/chromium) - Thanks for being so fast!
* HTML - For the web framework * HTML - For the web framework
* CSS - For styling components * CSS - For styling components
* JavaScript - For magic! * JavaScript - For magic!
* [Vue](https://vuejs.org/) - To add to the JavaScript magic! * [Vue](https://vuejs.org/) - To add to the JavaScript magic!
* [Nuxt](https://nuxtjs.org/) - To add to the Vue magic! <!-- (Nuxt helps create the PWA and single page application.) --> * [Nuxt](https://nuxtjs.org/) - To add to the Vue magic!
---
## Developing 👷 ## Developing 👷
@@ -155,8 +149,6 @@ You're done!
1. Start the development server with `npm run dev`. 1. Start the development server with `npm run dev`.
1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser. 1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
---
## Docker 🐳 ## Docker 🐳
```bash ```bash
@@ -164,8 +156,6 @@ docker build -t postwoman:latest
docker run -p 3000:3000 postwoman:latest docker run -p 3000:3000 postwoman:latest
``` ```
---
## Releasing 🔖 ## Releasing 🔖
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
@@ -173,32 +163,23 @@ docker run -p 3000:3000 postwoman:latest
1. Build the release files with `npm run build`. 1. Build the release files with `npm run build`.
1. Find the built project in `./dist`. 1. Find the built project in `./dist`.
---
## Contributing ⚗ ## Contributing ⚗
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
---
## Continuous Integration 💚 ## Continuous Integration 💚
We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman). We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman).
---
## Versioning ✅ ## Versioning ✅
This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/postwoman/releases). This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/postwoman/releases).
---
## Change log 📝 ## Change log 📝
See the [CHANGELOG](CHANGELOG.md) file for details. See the [CHANGELOG](CHANGELOG.md) file for details.
---
## Authors 🔮 ## Authors 🔮
### Lead Developers 👨‍💻 ### Lead Developers 👨‍💻
@@ -232,22 +213,16 @@ See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/c
* [Dribbble](https://dribbble.com) * [Dribbble](https://dribbble.com)
---
## License 📄 ## License 📄
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details. This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.
---
## Acknowledgments 🙏 ## Acknowledgments 🙏
* Hat tip to anyone who's code was used * Hat tip to anyone who's code was used
* Inspirations: * Inspirations:
* [Dribbble](https://dribbble.com) * [Dribbble](https://dribbble.com)
---
<div align="center"> <div align="center">
<a href="https://liyas-thomas.firebaseapp.com"><img src="https://raw.githubusercontent.com/liyasthomas/templates/master/assets/logo.gif" alt="Liyas Thomas" width="200"></a> <a href="https://liyas-thomas.firebaseapp.com"><img src="https://raw.githubusercontent.com/liyasthomas/templates/master/assets/logo.gif" alt="Liyas Thomas" width="200"></a>
<br> <br>

View File

@@ -30,7 +30,7 @@
<span>GitHub</span> <span>GitHub</span>
</button> </button>
</a> </a>
<button class="icon" id="installPA" @click.prevent="showInstallPrompt()"> <button class="icon" id="installPWA" @click.prevent="showInstallPrompt()">
<i class="material-icons">add_to_home_screen</i> <i class="material-icons">add_to_home_screen</i>
<span>Install PWA</span> <span>Install PWA</span>
</button> </button>

BIN
static/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 75 KiB