|
@@ -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">
|