diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-09-14 19:00:39 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-09-14 19:00:39 -0500 |
commit | 7bebe38266ca25f2bd2f841fd9cf6a6d2172b37e (patch) | |
tree | b8c31883a07bf4715d1f716ab6bb976a023147c4 /public/brag/index.html | |
parent | 83a33cb7b454c97a36e513b7298e51fd531f18ee (diff) |
brag
Diffstat (limited to 'public/brag/index.html')
-rw-r--r-- | public/brag/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/brag/index.html b/public/brag/index.html new file mode 100644 index 0000000..d743f69 --- /dev/null +++ b/public/brag/index.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> +<html> +<head> + <meta charset="utf-8"> + <title>brag</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + +<h1>Blaise's brag documents</h1> + +<p> +I have been inspired by several conversations to start and maintain a "brag document". +This is a place for me to compile a list of accomplishments with the explicit goal of getting my work recognized. +It's more detailed than a CV, in a way that's probably less-than-useful to anyone other than myself and those reviewing my efforts. +Please read <a href="https://www.jvns.ca/blog/brag-documents/">Julia Evan's summary</a> for more justification and history behind this idea: she does a much better job than I can here. +</p> + +<p> +My brag documents are organized here in reverse chronological order. +Each covers a period of time that roughly corresponds to one of my professional review periods. +In this way, I can refer directly to a given section when asked "what have you done since your last review?" +</p> + +<a href="001.html">001 - 2019-06-10 through present</a> <br> +<a href="000.html">000 - 2018-08-23 through 2019-06-09</a> <br> + +<p> +Thanks for stopping by! —Blaise +</p> + +</body> +</html> |