Skip to content

Instantly share code, notes, and snippets.

View JeremiePat's full-sized avatar
💭
Digging into web technologies

Jeremie Patonnier JeremiePat

💭
Digging into web technologies
View GitHub Profile
@JeremiePat
JeremiePat / .omp.yml
Last active June 26, 2023 08:00
My own Oh-My-Posh configuration
---
"$schema": https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
blocks:
- type: prompt
alignment: left
segments:
- type: session
style: diamond
leading_diamond: "\uE0B6"
trailing_diamond: "\uE0B0"

Keybase proof

I hereby claim:

  • I am jeremiepat on github.
  • I am jeremiepat (https://keybase.io/jeremiepat) on keybase.
  • I have a public key ASD7MHKR4Y3WgyT1BEfxwOl31qlOfTEQN-wEE4vDFoizbwo

To claim this, I am signing this object:

@JeremiePat
JeremiePat / digital-clock.html
Created April 29, 2019 14:28
SVG Clock (Digital) with CSS transition
<!DOCTYPE html>
<meta charset="utf-8">
<title>Digital Clock</title>
<style>
html, body {
height: 100%;
}
body {
@JeremiePat
JeremiePat / svg-analogic-clock-svg-animation.html
Created April 29, 2019 14:24
SVG Clock (Analogic) with SVG animation
<!DOCTYPE html>
<meta charset="utf-8">
<title>Clock</title>
<style>
html, body, svg {
height: 100%;
padding: 0;
margin: 0;
}
@JeremiePat
JeremiePat / svg-analogic-clock.html
Created April 29, 2019 14:10
SVG Clock (Analogic) with JS animation
<!DOCTYPE html>
<meta charset="utf-8">
<title>Clock</title>
<style>
html, body, svg {
height: 100%;
padding: 0;
margin: 0;
}
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://developer.mozilla.org/browser-compat-data-schema/1.0",
"definitions": {
"featureSetLevel5": {
"type": "object",
"additionalProperties": {
"oneOf": [
{ "$ref": "#/definitions/featureSetLevel4" },
@JeremiePat
JeremiePat / umd.js
Last active October 20, 2015 14:03
Universal Module boilerplate
(function (name, factory) {
'use strict';
// NodeJS
if (module && module.exports) {
module.id = name;
module.exports = factory();
}
// CommonJS 1.1
@JeremiePat
JeremiePat / rwd.md
Last active August 17, 2016 20:49
Cours RWD HETIC

Responsive Web Design

HETIC - Année 2015

Concepts

Articles

Bibliographie