refine for v1.13

This commit is contained in:
Le Tan 2018-03-23 18:53:53 +08:00
parent 5401d7ec3d
commit 9e7edd49cd
5 changed files with 24 additions and 2 deletions

View File

@ -76,7 +76,7 @@
<div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
<img alt="image" width="200" src="./imgs/img_logo.png"/>
<h1>VNote</h1>
<p class="text-h3">A note-taking application with Markdown, which knows programmers and Markdown better.</p>
<p class="text-h3">A Vim-inspired note-taking application that knows programmers and Markdown better.</p>
<p class="mt-4">
<a class="btn btn-black mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
<a class="btn ml-sm-3 mr-3 mr-sm-0 mt-3 mt-sm-0" href="https://github.com/tamlok/vnote#downloads">Download</a>
@ -141,6 +141,28 @@
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row">
<div class="col text-center">
<h2>Rich & Extensible Export</h2>
<img alt="image" class="img-fluid mt-5" src="./imgs/img_rich_export.png">
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row">
<div class="col text-center">
<h2>Full-Text Search</h2>
<img alt="image" class="img-fluid mt-5" src="./imgs/img_full_text_search.png">
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 308 KiB

BIN
imgs/img_rich_export.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -76,7 +76,7 @@
<div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
<img alt="image" width="200" src="./imgs/img_logo.png"/>
<h1>VNote</h1>
<p class="text-h3">A note-taking application with Markdown, which knows programmers and Markdown better.</p>
<p class="text-h3">A Vim-inspired note-taking application that knows programmers and Markdown better.</p>
<p class="mt-4">
<a class="btn btn-black mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
<a class="btn ml-sm-3 mr-3 mr-sm-0 mt-3 mt-sm-0" href="https://github.com/tamlok/vnote#downloads">Download</a>