Skip to content

Commit 2a7d0be

Browse files
author
Chris Vibert
committed
Add screenshots to README
1 parent 7291fed commit 2a7d0be

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-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>

mint/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ Activate the extension by typing "gh" followed by a space; you can then either
1313
- Hit space again to see the full list of saved repositories
1414
- Enter the exact name of a repository
1515
- Hit space and then enter to go to the target GitHub account itself
16+
17+
## What it looks like
18+
19+
Keeping the CSS simple...
20+
21+
<table>
22+
<tr>
23+
<td width=320><img src="../screenshot-1.png" width=270></td>
24+
<td width=320><img src="../screenshot-2.png" width=270></td>
25+
</tr>
26+
</table>

screenshot-1.png

345 KB
Loading

screenshot-2.png

135 KB
Loading

0 commit comments

Comments
 (0)