Added ABC notation in landing page

This commit is contained in:
Benoit Schweblin 2018-09-01 13:27:07 +01:00
parent fc8892d990
commit 02de03fc9f
2 changed files with 15 additions and 2 deletions

BIN
static/landing/abc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -382,7 +382,7 @@
<div class="column">
<div class="feature">
<h3>GitHub Flavored Markdown</h3>
<p>StackEdit supports different markdown flavors such as Markdown Extra, GFM and CommonMark. Each markdown feature can be enabled or disabled at your convenience.</p>
<p>StackEdit supports different Markdown flavors such as Markdown Extra, GFM and CommonMark. Each Markdown feature can be enabled or disabled at your convenience.</p>
</div>
</div>
</div>
@ -413,6 +413,19 @@
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="image" style="width: 280px">
<img width="260" src="static/landing/abc.png">
</div>
</div>
<div class="column">
<div class="feature">
<h3>Scores</h3>
<p>StackEdit can render musical scores using the ABC notation.</p>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="image" style="width: 250px">
@ -422,7 +435,7 @@
<div class="column">
<div class="feature">
<h3>Emojis</h3>
<p>StackEdit supports inserting emojis in your document using the markdown emoji markup.</p>
<p>StackEdit supports inserting emojis in your file using the Markdown emoji markup.</p>
</div>
</div>
</div>