mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
refine for v1.13
This commit is contained in:
parent
5401d7ec3d
commit
9e7edd49cd
24
gallery.html
24
gallery.html
@ -76,7 +76,7 @@
|
|||||||
<div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
|
<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"/>
|
<img alt="image" width="200" src="./imgs/img_logo.png"/>
|
||||||
<h1>VNote</h1>
|
<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">
|
<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 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>
|
<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>
|
</div>
|
||||||
</section>
|
</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">
|
<section class="fdb-block">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
|
BIN
imgs/img_full_text_search.png
Normal file
BIN
imgs/img_full_text_search.png
Normal file
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
BIN
imgs/img_rich_export.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
@ -76,7 +76,7 @@
|
|||||||
<div class="col-12 col-sm-10 col-md-8 text-center text-sm-left">
|
<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"/>
|
<img alt="image" width="200" src="./imgs/img_logo.png"/>
|
||||||
<h1>VNote</h1>
|
<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">
|
<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 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>
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user