浏览代码

refine for v1.13

Le Tan 7 年之前
父节点
当前提交
9e7edd49cd
共有 5 个文件被更改,包括 24 次插入2 次删除
  1. 23 1
      gallery.html
  2. 二进制
      imgs/img_full_text_search.png
  3. 二进制
      imgs/img_main_light.png
  4. 二进制
      imgs/img_rich_export.png
  5. 1 1
      index.html

+ 23 - 1
gallery.html

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

二进制
imgs/img_full_text_search.png


二进制
imgs/img_main_light.png


二进制
imgs/img_rich_export.png


+ 1 - 1
index.html

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