## The everyday routine:
I hereby claim:
- I am benjifriedman on github.
- I am benjifriedman (https://keybase.io/benjifriedman) on keybase.
- I have a public key ASCfUA2b4ZK4Nc3v0Hy_KguHg-lOPK73XCb8XZlQJ8q9SQo
To claim this, I am signing this object:
I hereby claim:
- I am benjifriedman on github.
- I am benjifriedman (https://keybase.io/benjifriedman) on keybase.
- I have a public key ASCDqjZNnNoiiY7bn3QCVl9KdUae_MPfRJ2KryCBNxDE7go
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Letter Replace</title> | |
<style> | |
body { | |
padding: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//index.js | |
import React from "react" | |
import { Link } from "gatsby" | |
import Layout from "../components/layout" | |
import Seo from "../components/seo.js" | |
const IndexPage = () => { | |
return ( |