diff options
author | Mark Powers <mark@marks.kitchen> | 2021-12-23 16:50:42 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2021-12-23 16:50:42 -0600 |
commit | 1d3574d38909bc9aae2792d839023e296fb25791 (patch) | |
tree | c409fbff38083b85356498f636714e6ec74f95e4 /src/templates/about.html | |
parent | 85a103d6a02a50ce28cbb44c2e693000d9b7388d (diff) |
Add email unsubcribe link, update about me, add hello.js
Diffstat (limited to 'src/templates/about.html')
-rw-r--r-- | src/templates/about.html | 54 |
1 files changed, 43 insertions, 11 deletions
diff --git a/src/templates/about.html b/src/templates/about.html index 800a47a..703e78b 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -2,7 +2,7 @@ <html lang="en"> <head> - <title>Mark's Kitchen - About</title> + <title>Mark's Kitchen — About</title> <link rel="stylesheet" type="text/css" href="/css/styles.css"> <meta name="description" content="About Mark"> {{> header}} @@ -29,20 +29,21 @@ <dd>Software engineer at <a href="https://www.chameleoncloud.org/">Chameleon Cloud</a></dd> <dt>Location</dt> - <dd>Chicagoland</dd> + <dd>Chicagoland. Previously, Madison and West Michigan</dd> <dt>Almae Matres</dt> <dd>Hope College, UW-Madison</dd> <dt>Source Code</dt> <dd> - <a href="https://git.marks.kitchen/">Gitweb</a> - or - <a href="https://github.com/Mark-Powers/">GitHub</a> + <ul> + <li><a href="https://git.marks.kitchen/">Gitweb</a></li> + <li><a href="https://github.com/Mark-Powers/">GitHub</a></li> + </ul> </dd> <dt>Social</dt> - <dd><a href="https://fosstodon.org/@markp">markp</a></dd> + <dd><a href="https://fosstodon.org/@markp">markp@fosstodon</a></dd> <dt>Hobbies</dt> <dd> @@ -50,14 +51,45 @@ chess, cooking, disc golf </dd> - <dt>Operating System<dt> - <dd>Regolith Linux</dd> + <dt>Operating System</dt> + <dd> + Regolith Linux — I like how little fuss Ubuntu is, it runs any I + want without too much hassle. Regolith is great for people like me, + who are also want to try/use i3 in an environment they are + comfortable with. + </dd> - <dt>Editor<dt> - <dd>vim</dd> + <dt>Editor</dt> + <dd> + Vim — I stick mostly to defaults. I like that pretty much on any + system, it'll have this editor that I am used to, and Vim is + very powerful with enough practice. + </dd> - <dt>Pets<dt> + <dt>Pets</dt> <dd>One very fluffy black cat, one shorthair kitten</dd> + + <dt>Erdos Number</dt> + <dd>3 — Myself ↔ Charles A. Cusack ↔ Charles J. Colbourn ↔ Paul Erdos</dd> + + <dt>Articles</dt> + <dd> + <p> + Cusack, Charles A., Aaron Green, Airat Bekmetjev, and Mark Powers. + "Graph pebbling algorithms and Lemke graphs." + Discrete Applied Mathematics 262 (2019): 72-82. + </p> + <p> + Cusack, Charles A., Airat Bekmetjev, and Mark Powers. + "Two-pebbling and odd-two-pebbling are not equivalent." + Discrete Mathematics 342, no. 3 (2019): 777-783. + </p> + <p> + Cusack, Charles A., Mark Powers, and Airat Bekmetjev. + "Doppelgangers and Lemke graphs." + Discrete Mathematics 341, no. 10 (2018): 2686-2693. + </p> + </dd> </dl> </div> </body> |