diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 35a5e49..fd47ac4 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# qr - -Un générateur de codes QR en PHP pour le Web. \ No newline at end of file +# Présentation +Un générateur de codes QR pour le Web créé par Miraty basé sur la bibliothèque [phpqrcode](https://github.com/t0k4rt/phpqrcode). +# Démo +Une instance de ce service est disponible à l'adresse [https://qr.antopie.org](https://qr.antopie.org). diff --git a/aide.png b/aide.png deleted file mode 100644 index c885c5c..0000000 Binary files a/aide.png and /dev/null differ diff --git a/aide.svg b/aide.svg old mode 100644 new mode 100755 diff --git a/favicon.png b/favicon.png old mode 100644 new mode 100755 diff --git a/index.php b/index.php index 6b66b84..b52a7fb 100755 --- a/index.php +++ b/index.php @@ -10,6 +10,10 @@ +
+

Générateur de codes QR

+ Code source +
@@ -85,8 +89,9 @@
+
- + @@ -109,7 +114,4 @@ } ?> - - - diff --git a/phpqrcode/temp/test.png b/phpqrcode/temp/test.png deleted file mode 100644 index 462485f..0000000 Binary files a/phpqrcode/temp/test.png and /dev/null differ diff --git a/phpqrcode/temp/test9d9859ebb4e825179a00a36b2d734ca0.png b/phpqrcode/temp/test9d9859ebb4e825179a00a36b2d734ca0.png deleted file mode 100644 index 462485f..0000000 Binary files a/phpqrcode/temp/test9d9859ebb4e825179a00a36b2d734ca0.png and /dev/null differ diff --git a/style.css b/style.css index 2244fbc..1408f9a 100755 --- a/style.css +++ b/style.css @@ -31,13 +31,13 @@ } -.bouton { +input[type=submit] { background-color: #31363B; border: 2px #616569 solid; color: white; padding: 3px 10px 3px 10px; border-radius: 3px; - font-size: 1em; + font-size: 1.2em; text-decoration: none; display: inline; } @@ -54,6 +54,8 @@ form { display: flex; flex-direction: column; display: inline; + padding: 0px; + margin: 0px; } body { @@ -72,12 +74,32 @@ label { margin-bottom: 100px; } -a[href] { - color: white; + +header a { + color: #868686; + font-size: 12px; + margin-bottom: -20px; + text-align: right; + +} + +header { + text-align: right; +} + +h1 { + text-align: left; + padding: 0px; + margin: 0px; + font-size: 40px; } .param { padding: 10px; + padding-left: 0px; + margin-left: 0px; + padding-right: 0px; + margin-right: 0px; }