From 7bebe38266ca25f2bd2f841fd9cf6a6d2172b37e Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 14 Sep 2019 19:00:39 -0500 Subject: brag --- public/brag/000-evaluation.pdf | Bin 0 -> 45233 bytes public/brag/000.html | 49 +++++++++++++++++++++++++++++++++++++++++ public/brag/001.html | 16 ++++++++++++++ public/brag/index.html | 34 ++++++++++++++++++++++++++++ public/brag/style.css | 32 +++++++++++++++++++++++++++ public/index.html | 1 + 6 files changed, 132 insertions(+) create mode 100644 public/brag/000-evaluation.pdf create mode 100644 public/brag/000.html create mode 100644 public/brag/001.html create mode 100644 public/brag/index.html create mode 100644 public/brag/style.css diff --git a/public/brag/000-evaluation.pdf b/public/brag/000-evaluation.pdf new file mode 100644 index 0000000..50b7c0a Binary files /dev/null and b/public/brag/000-evaluation.pdf differ diff --git a/public/brag/000.html b/public/brag/000.html new file mode 100644 index 0000000..d1f70f2 --- /dev/null +++ b/public/brag/000.html @@ -0,0 +1,49 @@ + + + + + + brag 000 + + + + +

brag document

+2018-08-23 through 2019-06-09
+This review period is over.
+You may download my evaluation here: PDF
+
+ +achievements: + + +what is going well: + + +areas of strength: + + + + diff --git a/public/brag/001.html b/public/brag/001.html new file mode 100644 index 0000000..f6e8a74 --- /dev/null +++ b/public/brag/001.html @@ -0,0 +1,16 @@ + + + + + + brag 000 + + + + +

brag document

+2019-06-10 through present
+
+ + + 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 @@ + + + + + + brag + + + + +

Blaise's brag documents

+ +

+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 Julia Evan's summary for more justification and history behind this idea: she does a much better job than I can here. +

+ +

+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?" +

+ +001 - 2019-06-10 through present
+000 - 2018-08-23 through 2019-06-09
+ +

+Thanks for stopping by! —Blaise +

+ + + diff --git a/public/brag/style.css b/public/brag/style.css new file mode 100644 index 0000000..c0fb979 --- /dev/null +++ b/public/brag/style.css @@ -0,0 +1,32 @@ +a { + text-decoration: none; + color: #81a2be; +} + +body { + font-family: sans-serif; + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} diff --git a/public/index.html b/public/index.html index bc34d82..30b5f24 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,7 @@
This is the html version of my curriculum vitae.
+ You may also be interested in my brag document.
Thanks for stopping by! —Blaise
-- cgit v1.2.3