Skip to content

Instantly share code, notes, and snippets.

View skywodd's full-sized avatar

Fabien Batteix skywodd

View GitHub Profile
@skywodd
skywodd / README.md
Last active January 29, 2019 21:29
DigiSpark + Nunchuck controller for Estlcam 11 (using default keyboard shortcuts)
@skywodd
skywodd / attestation.html
Created April 7, 2020 13:35
Template HTML pour Attestation de déplacement dérogatoire
<!DOCTYPE html>
<html>
<head>
<title>ATTESTATION DE DÉPLACEMENT DÉROGATOIRE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<style>
@font-face {
font-family: 'Marianne';
@skywodd
skywodd / bulma.min.css
Created April 9, 2020 23:24
Générateur d'attestations en pure HTML/CSS/JS
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.breadcrumb,.button,.delete,.file,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.list:not(:last-child),.message:not(:last-child),.notificat