Convert Docusaurus banner image into SVG (#915)

* replaced readme header image

Changed from .PNG to .SVG to eliminate blurriness on high-resolution screens

* compressed header .SVG

* Replaced header image in blog post

Blogpost: Introducing Docusaurus
This commit is contained in:
Jaril Valenciano 2018-08-25 15:44:28 -04:00 committed by Yangshun Tay
parent 2fa67bbc13
commit ba76eddc87
4 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<h1 align="center">
<p align="center">Docusaurus</p>
<a href="https://docusaurus.io"><img src="/website/static/img/slash-introducing.png" alt="Docusaurus"></a>
<a href="https://docusaurus.io"><img src="/website/static/img/slash-introducing.svg" alt="Docusaurus"></a>
</h1>
<p align="center">

View file

@ -6,7 +6,7 @@ authorFBID: 611217057
authorTwitter: JoelMarcey
---
![Introducing Slash](/img/slash-introducing.png)
![Introducing Slash](/img/slash-introducing.svg)
We are very happy to introduce [Docusaurus](https://github.com/facebook/Docusaurus) to help you manage one or many open source websites.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB