Skip to content

Commit

Permalink
Add QRCode sample
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed May 15, 2019
1 parent 2f71371 commit 0473add
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sample/.demoit/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,11 @@ em {
border-radius: 0 3px 3px 0;
opacity: .4;
}

#qr {
position: absolute;
right: 1vw;
bottom: 1vw;
width: 15vw;
height: auto;
}
2 changes: 2 additions & 0 deletions sample/demoit.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ <h1>Snapshot</h1>

<img src="/images/bazel.png" />

<img id="qr" src="/qrcode?url=https://bazel.build/" />

---

<h1>Terminal</h1>
Expand Down

0 comments on commit 0473add

Please sign in to comment.