diff options
Diffstat (limited to 'public/brag')
-rw-r--r-- | public/brag/000/evaluation.pdf (renamed from public/brag/000-evaluation.pdf) | bin | 45233 -> 45233 bytes | |||
-rw-r--r-- | public/brag/000/index.html (renamed from public/brag/000.html) | 21 | ||||
-rw-r--r-- | public/brag/001.html | 16 | ||||
-rw-r--r-- | public/brag/001/index.html | 19 | ||||
-rw-r--r-- | public/brag/index.html | 13 | ||||
-rw-r--r-- | public/brag/style.css | 32 |
6 files changed, 41 insertions, 60 deletions
diff --git a/public/brag/000-evaluation.pdf b/public/brag/000/evaluation.pdf Binary files differindex 50b7c0a..50b7c0a 100644 --- a/public/brag/000-evaluation.pdf +++ b/public/brag/000/evaluation.pdf diff --git a/public/brag/000.html b/public/brag/000/index.html index b18d5fb..fc57abc 100644 --- a/public/brag/000.html +++ b/public/brag/000/index.html @@ -1,19 +1,23 @@ <!DOCTYPE html> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <html> <head> - <meta charset="utf-8"> + <meta charset="utf-8" name="viewport" content="width=80ch"> <title>brag 000</title> - <link rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="../../style.css"> </head> <body> -<h1>brag document</h1> +<h1><a href="http://blaise.zone/">blaise</a>-<a href=../../>cv</a>/<a href=../>brag</a>/000</h1> + +<hr> + +<p> 2018-08-23 through 2019-06-09 <br> This review period is over. <br> -You may download my evaluation here: <a href="000-evaluation.pdf">PDF</a> <br> -<hr> +You may download my evaluation here: <a href="./evaluation.pdf">PDF</a> <br> +</p> +<p> achievements: <ul> <li> oversaw completion of ~250 separate jobs, a large increase from previous years </li> @@ -29,14 +33,18 @@ achievements: <li> published peer reviewed publication: doi.org/10.21105/joss.01141 </li> <li> participated in science olympiad "mechatronics" outreach activity </li> </ul> +</p> +<p> what is going well: <ul> <li> increasing engagement and excitement for custom electrical work by department </li> <li> "curated" and well-labeled inventory leading to more independence in department members purchasing and using parts in their own designs </li> <li> increasing sophistication in project design and construction </ul> +</p> +<p> areas of strength: <ul> <li> big-picture instrument design </li> @@ -44,6 +52,7 @@ areas of strength: <li> project coordination and organization </li> <li> user interface design </li> </ul> +</p> </body> </html> 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 @@ -<!DOCTYPE html> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> -<html> -<head> - <meta charset="utf-8"> - <title>brag 000</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - -<h1>brag document</h1> -2019-06-10 through present <br> -<hr> - -</body> -</html> 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 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8" name="viewport" content="width=80ch"> + <title>brag 000</title> + <link rel="stylesheet" href="../../style.css"> +</head> +<body> + +<h1><a href="http://blaise.zone/">blaise</a>-<a href=../../>cv</a>/<a href=../>brag</a>/000</h1> + +<hr> + +<p> +2019-06-10 through present. +</p> + +</body> +</html> 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 @@ <!DOCTYPE html> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <html> <head> - <meta charset="utf-8"> + <meta charset="utf-8" name="viewport" content="width=80ch"> <title>brag</title> - <link rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="../style.css"> </head> <body> -<h1>Blaise's brag documents</h1> +<h1><a href="http://blaise.zone/">blaise</a>-<a href=../>cv</a>/brag</h1> + +<hr> <p> 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?" </p> -001 - <a href="001.html">2019-06-10 through present</a> <br> -000 - <a href="000.html">2018-08-23 through 2019-06-09</a> <br> +001 - <a href="./001/">2019-06-10 through present</a> <br> +000 - <a href="./000/">2018-08-23 through 2019-06-09</a> <br> <p> 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%; -} |