Skip to content

Commit

Permalink
Add screenshots to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kui committed Dec 14, 2023
1 parent 097af6c commit 624adfa
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<style>
img.screenshot {
border: #666 solid 1px;
}
</style>

<h1>knavi</h1>

<nav>
<ul>
<li><a href="https://github.com/kui/knavi">github</a></li>
<li><a href="tests">tests</a></li>
</ul>
</nav>
Expand All @@ -11,4 +18,19 @@ <h1>knavi</h1>
<a
target="_blank"
href="https://chrome.google.com/webstore/detail/knavi/pfcgnkljgjobpkbgcifmpnhglafhkifg"
><img src="tryitnowbutton.png" alt="Try it now in Chrome Web Store" /></a>
><img src="tryitnowbutton.png" alt="Try it now in Chrome Web Store"
/></a>

<h2>Screenshots</h2>

<img
class="screenshot"
src="screenshot1-hinting.png"
alt="screenshot of hinting"
/>

<img
class="screenshot"
src="screenshot2-hiting.png"
alt="screenshot of hiting"
/>

0 comments on commit 624adfa

Please sign in to comment.