fix centering of DIVs on README.md
This commit is contained in:
parent
c674e2c8d2
commit
8eab6b5ae0
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,13 +1,11 @@
|
||||||
<!-- PROJECT LOGO -->
|
<div align="center">
|
||||||
<br />
|
|
||||||
<div style="text-align: center">
|
|
||||||
<a href="https://github.com/schlagmichdoch/PairDrop">
|
<a href="https://github.com/schlagmichdoch/PairDrop">
|
||||||
<img src="https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png" alt="Logo" width="150" height="150">
|
<img src="https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png" alt="Logo" width="150" height="150">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h1 style="text-align: center">PairDrop</h1>
|
<h1>PairDrop</h1>
|
||||||
|
|
||||||
<p style="text-align: center">
|
<p>
|
||||||
Local file sharing in your browser. Inspired by Apple's Airdrop.
|
Local file sharing in your browser. Inspired by Apple's Airdrop.
|
||||||
<br />
|
<br />
|
||||||
<a href="https://pairdrop.net"><strong>Explore »</strong></a>
|
<a href="https://pairdrop.net"><strong>Explore »</strong></a>
|
||||||
|
@ -66,8 +64,12 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)
|
||||||
* To host PairDrop on your local network (e.g. on Raspberry Pi): [All peers connected with private IPs are discoverable by each other](https://github.com/RobinLinus/snapdrop/pull/558)
|
* To host PairDrop on your local network (e.g. on Raspberry Pi): [All peers connected with private IPs are discoverable by each other](https://github.com/RobinLinus/snapdrop/pull/558)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
![Pairdrop Preview](/docs/pairdrop_screenshot_mobile.gif)
|
![Pairdrop Preview](/docs/pairdrop_screenshot_mobile.gif)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## PairDrop is built with the following awesome technologies:
|
## PairDrop is built with the following awesome technologies:
|
||||||
* Vanilla HTML5 / ES6 / CSS3 frontend
|
* Vanilla HTML5 / ES6 / CSS3 frontend
|
||||||
* [WebRTC](http://webrtc.org/) / [WebSockets](http://www.websocket.org/)
|
* [WebRTC](http://webrtc.org/) / [WebSockets](http://www.websocket.org/)
|
||||||
|
|
Loading…
Reference in a new issue