aboutsummaryrefslogtreecommitdiff
path: root/public/brag/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/brag/index.html')
-rw-r--r--public/brag/index.html34
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>