Skip to content

Commit

Permalink
Merge pull request #681 from ZeusWPI/fix/qr-code
Browse files Browse the repository at this point in the history
Add white border around QR code; apparently some shitty readers need this
  • Loading branch information
redfast00 authored Dec 10, 2024
2 parents 61d982e + c9d2195 commit 627ff31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 14.15.4
ruby 3.0.0
ruby 3.3.5
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ bundle exec nanoc live

Go to <http://localhost:3000> to view the site! When developing, the site gets regenerated when editing files. A simple refresh will show the new changes.

### Optional: install submodules
### Not optional: install submodules

Our official meeting reports are added as a submodule so they update automatically. For normal development, it is not required to initialize these. But if you want to deploy to production (or test the report generation), you will have to initialize the submodule.

```bash
git submodule update --init --recursive
```

**This is also needed for bulma**

### For Nix users

If you are using Nix, you can use the provided `shell.nix` file to get a shell with all the required dependencies.
Expand Down
2 changes: 1 addition & 1 deletion content/contact.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contact_links:
<p class="modal-card-title">Top up Tab with EPC QR code</p>
</header>
<section class="modal-card-body">
<div style="height: 256px"><div id="tabtopup-qrcode"></div></div>
<div style="height: 256px; width:256px; border: 10px solid white;"><div id="tabtopup-qrcode"></div></div>
<p id='tabtopup-message'></p>
<div class="field">
<label class="label" for="tabtopup-username">Zeus username:</label>
Expand Down

0 comments on commit 627ff31

Please sign in to comment.