This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:4A775ADA4065E2EFD49CA355071204F43A7EFB77]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:4A775ADA4065E2EFD49CA355071204F43A7EFB77]
| ### Keybase proof | |
| I hereby claim: | |
| * I am hs0ucy on github. | |
| * I am hs0ucy (https://keybase.io/hs0ucy) on keybase. | |
| * I have a public key ASAEUScDcPRY4sLVJ-rs36ZLDzND_ZlYfYfk-Rp_WictOgo | |
| To claim this, I am signing this object: |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| .js-drawer-isopen, .js-drawer-isclose { | |
| background: yellow; | |
| height: auto; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Tests d'accordeon</title> | |
| </head> | |
| <body> | |
| <h1 hidden="">Tests d'accordeon</h1> | |
| <button id="btn1">Btn 1</button> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Validating a form with error handling</title> | |
| <style id="jsbin-css"> | |
| .frm-lbl {display:block;} | |
| .frm-error-strg, | |
| .frm-error-msg { |
| _.htaccess | |
| .htaccess | |
| # Emacs | |
| auto-save-list | |
| backups | |
| *~ | |
| session.* | |
| tramp | |
| elpa |
| /* | |
| * From css-tricks.com | |
| * http://css-tricks.com/snippets/css/media-queries-for-standard-devices/ | |
| */ | |
| /* Smartphones (portrait and landscape) ----------- */ | |
| @media only screen | |
| and (min-device-width : 320px) | |
| and (max-device-width : 480px) { | |
| /* Styles */ |
| var $that = $(this), //Object $imgLnk | |
| imgURL = $that.attr("href"), //Récupérer l'URL de ce lien. | |
| imgFormat = /\.(jpg|jpeg|png|gif)$/ig; | |
| imgURL.match(imgFormat); |