diff --git a/README.md b/README.md index c5c6944..2eb7f54 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # BoardingPass QR-Code Generator -This is a frontend for the Barcode Generator from [Shooshx](https://shooshx.github.io/BoardingBarcode/). Its has the following additional features: + + +This is a frontend for the Barcode Generator from [Shooshx](https://github.com/shooshx/BoardingBarcode). Its has the following additional features: * Responsive lightweight UI * A way to save permalink for generated QR Code +* Upload existing QR Code (cropped) * Settings modal box You can open the tool [here](https://bitnulleins.github.io/BoardingPass-QR-Code-Generator/). @@ -28,7 +31,8 @@ Surname | Booking-Ref ... This information is then encoded in a QR code so that it can be read by machine by the inspection bodies. There are two standards "aztec" (2D QR code) or PDF417 (1D code known by many airlines). The raw text can now be manipulated to encode other information. -That's why it's so important to never show your board card on social media. There is a lot of personal information on it. +> [!IMPORTANT] +> That's why it's so important to never show your board card on social media. There is a lot of personal information on it. ## Other useful info diff --git a/css/style.css b/css/style.css index f2dd207..cc9ed45 100644 --- a/css/style.css +++ b/css/style.css @@ -19,7 +19,6 @@ h1 { margin:0; } - h2 { margin-top:0px; text-transform:uppercase; @@ -170,8 +169,8 @@ input, select { width:100%; text-align: center; font-size:0.8em; + z-index:1000; opacity: 0.3; - text-transform: uppercase; } @media screen and (max-width: 500px) { diff --git a/index.html b/index.html index 70578e2..c267fcb 100644 --- a/index.html +++ b/index.html @@ -57,19 +57,19 @@

Settings

- +
- +
- +
- +
@@ -105,7 +105,7 @@

QR Code

- +