diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-29 20:49:20 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-29 20:49:20 -0500 |
commit | 638a1d621ebab945a37ae9a8db054959141def6a (patch) | |
tree | dc7f25d20955c81998c9202f0ad953cf9a9a9cef /public/brag/index.html | |
parent | 1dbe87421a008ac52b7fb1d6d4a672410b1f40b3 (diff) |
new style
Diffstat (limited to 'public/brag/index.html')
-rw-r--r-- | public/brag/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
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 |