From 638a1d621ebab945a37ae9a8db054959141def6a Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 29 Apr 2020 20:49:20 -0500 Subject: new style --- public/brag/000-evaluation.pdf | Bin 45233 -> 0 bytes public/brag/000.html | 49 ---------------------------------- public/brag/000/evaluation.pdf | Bin 0 -> 45233 bytes public/brag/000/index.html | 58 +++++++++++++++++++++++++++++++++++++++++ public/brag/001.html | 16 ------------ public/brag/001/index.html | 19 ++++++++++++++ public/brag/index.html | 13 ++++----- public/brag/style.css | 32 ----------------------- 8 files changed, 84 insertions(+), 103 deletions(-) delete mode 100644 public/brag/000-evaluation.pdf delete mode 100644 public/brag/000.html create mode 100644 public/brag/000/evaluation.pdf create mode 100644 public/brag/000/index.html delete mode 100644 public/brag/001.html create mode 100644 public/brag/001/index.html delete mode 100644 public/brag/style.css (limited to 'public/brag') diff --git a/public/brag/000-evaluation.pdf b/public/brag/000-evaluation.pdf deleted file mode 100644 index 50b7c0a..0000000 Binary files a/public/brag/000-evaluation.pdf and /dev/null differ diff --git a/public/brag/000.html b/public/brag/000.html deleted file mode 100644 index b18d5fb..0000000 --- a/public/brag/000.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - 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/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/index.html b/public/brag/000/index.html new file mode 100644 index 0000000..fc57abc --- /dev/null +++ b/public/brag/000/index.html @@ -0,0 +1,58 @@ + + + + + brag 000 + + + + +

blaise-cv/brag/000

+ +
+ +

+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 deleted file mode 100644 index f6e8a74..0000000 --- a/public/brag/001.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - brag 000 - - - - -

brag document

-2019-06-10 through present
-
- - - diff --git a/public/brag/001/index.html b/public/brag/001/index.html new file mode 100644 index 0000000..cf3a0b8 --- /dev/null +++ b/public/brag/001/index.html @@ -0,0 +1,19 @@ + + + + + brag 000 + + + + +

blaise-cv/brag/000

+ +
+ +

+2019-06-10 through present. +

+ + + diff --git a/public/brag/index.html b/public/brag/index.html index c6e13cf..fd5cc72 100644 --- a/public/brag/index.html +++ b/public/brag/index.html @@ -1,14 +1,15 @@ - - + brag - + -

Blaise's brag documents

+

blaise-cv/brag

+ +

I have been inspired by several conversations to start and maintain a "brag document". @@ -23,8 +24,8 @@ Each covers a period of time that roughly corresponds to one of my professional In this way, I can refer directly to a given url when asked "what have you done since your last review?"

-001 - 2019-06-10 through present
-000 - 2018-08-23 through 2019-06-09
+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 deleted file mode 100644 index c0fb979..0000000 --- a/public/brag/style.css +++ /dev/null @@ -1,32 +0,0 @@ -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%; -} -- cgit v1.2.3