docs: Add new demo gif to README (#231)

Since the prompt has been updated to have a new default character symbol, it's time we update the demo gif to reflect those changes.
This commit is contained in:
Matan Kushner 2019-08-22 20:03:45 -04:00 committed by GitHub
parent b70f6f1ad3
commit e31b3391f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 2 deletions

View File

@ -40,11 +40,16 @@
<h1></h1>
<p align="center">
Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!<br>
The prompt shows information you need while you're working, while staying sleek and out of the way.
<p>
<p align="center">
<img alt="Starship with Hyper and One Dark" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif">
<br>
<img alt="Starship with iTerm2 and the Snazzy theme" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width="80%">
<br>
<br>
</p>
## 🍬 Features

Binary file not shown.

Binary file not shown.

View File

@ -8,8 +8,15 @@ $codeBgColor = #282c34
min-width: 300px
width: 100%
.center
margin 0 auto;
width: 80%
.demo-video
width: 100%
margin: 50px 0
#main-title
display: none
.hero
margin: 150px 25px
margin: 150px 25px 70px

View File

@ -21,6 +21,13 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
</div>
</div>
<div class="center">
<video class="demo-video" autoplay muted loop>
<source src="/demo.webm" type="video/webm">
<source src="/demo.mp4" type="video/mp4">
</video>
</div>
### Quick Install
1. Install the **starship** binary:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB