Skip to content

Instantly share code, notes, and snippets.

View et0and's full-sized avatar
🧶

Tom Hackshaw et0and

🧶
View GitHub Profile

Keybase proof

I hereby claim:

  • I am et0and on github.
  • I am tomupom (https://keybase.io/tomupom) on keybase.
  • I have a public key whose fingerprint is 057F 2EF8 A178 9A93 9869 E1CB 71B4 7E18 C5FB 925B

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am et0and on github.
* I am tomupom (https://keybase.io/tomupom) on keybase.
* I have a public key ASBExkdiJmzYyS1UiPSAVB6yLdXEmL49qOYTDyL4haklMwo
To claim this, I am signing this object:
@et0and
et0and / basic-example-of-svg-line-drawing-backward-and-forward.markdown
Created May 5, 2019 10:04
Basic Example of SVG Line Drawing, Backward and Forward
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
@et0and
et0and / worker.js
Created July 14, 2020 09:02
Cloudflare Worker to map custom domain onto a Notion page
const MY_DOMAIN = 'example.com';
/*
* Enter your Notion URL slug to page ID mapping
*/
const SLUG_TO_PAGE = {
'': '771ef38657244c27b9389734a9cbff44',
};
const PAGE_TITLE = '';
@et0and
et0and / worker.js
Created December 28, 2020 20:42
Workers script
```
const MY_DOMAIN = 'example.com';
/*
* Enter your Notion URL slug to page ID mapping
*/
const SLUG_TO_PAGE = {
'': '771ef38657244c27b9389734a9cbff44',
};