aboutsummaryrefslogtreecommitdiff
path: root/public/brag/001
diff options
context:
space:
mode:
Diffstat (limited to 'public/brag/001')
-rw-r--r--public/brag/001/evaluation.pdfbin33085 -> 0 bytes
-rw-r--r--public/brag/001/index.html35
-rw-r--r--public/brag/001/style.css18
3 files changed, 0 insertions, 53 deletions
diff --git a/public/brag/001/evaluation.pdf b/public/brag/001/evaluation.pdf
deleted file mode 100644
index fac1268..0000000
--- a/public/brag/001/evaluation.pdf
+++ /dev/null
Binary files differ
diff --git a/public/brag/001/index.html b/public/brag/001/index.html
deleted file mode 100644
index 73a60d5..0000000
--- a/public/brag/001/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8" name="viewport" content="width=80ch">
- <title>brag 001</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 2020-05-18. <br>
-This review period is over. <br>
-You may download my evaluation here: <a href="./evaluation.pdf">PDF</a> <br>
-</p>
-
-<p>
-Unfortunately I did not do a very good job of keeping track of my accomplishments during this time.
-I do want to highlight the following.
-</p>
-
-<p>
-During the beginning of lock-downs, I organized and hosted virtual "software development study groups" for Chemistry Department members.
-These events were very well attended, indicating a strong interest in software within the Department.
-</p>
-
-<p>
-I was a virtual speaker at the University of Colorado Boulder.
-</p>
-
-</body>
-</html>
diff --git a/public/brag/001/style.css b/public/brag/001/style.css
deleted file mode 100644
index 9cff696..0000000
--- a/public/brag/001/style.css
+++ /dev/null
@@ -1,18 +0,0 @@
-a {
- text-decoration: none;
- color: #81a2be;
-}
-
-body {
- font-family: 'DejaVu Sans Mono', monospace;
- margin: 40px auto;
- min-width: 80ch;
- max-width: 80ch;
- line-height: 1.5;
- font-size: 16px;
- background-color: #1d1f21;
- color: #c5c8c6;
- padding: 0 10px;
- text-align: left;
- overflow-y: scroll;
-}