Skip to content

Commit 12de2d2

Browse files
author
Chris Vibert
committed
Add screenshots to README
1 parent 7291fed commit 12de2d2

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Activate the extension by typing "gh" followed by a space; you can then either
1515
- Hit space and then enter to go to the target GitHub account itself
1616

1717
## How it's built
18+
1819
`javascript/` --> initially built with vanilla JavaScript, HTML, CSS
1920

20-
`mint/` --> later rebuilt with [Mint](https://www.mint-lang.com/) just to try out something new
21+
`mint/` --> later rebuilt with [Mint](https://www.mint-lang.com/) just to try out something new
22+
23+
## What it looks like
24+
25+
Keeping the CSS simple...
26+
27+
<table>
28+
<tr>
29+
<td width=320><img src="./screenshot-1.png" width=270></td>
30+
<td width=320><img src="./screenshot-2.png" width=270></td>
31+
</tr>
32+
</table>

screenshot-1.png

345 KB
Loading

screenshot-2.png

135 KB
Loading

0 commit comments

Comments
 (0)