site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 1d9a9f52c69eff7abb7934e373ab7760e65acae4
parent ca7dcb3a15ccfd2f0f80e686cba1a0691858aaa4
Author: Beau <cbeauhilton@gmail.com>
Date:   Sun, 25 Dec 2022 13:34:05 -0600

update

Diffstat:
Msite/about.md | 13++++++++++++-
Asite/images/cashapp.png | 0
Asite/images/venmo.jpg | 0
Asite/pay.md | 18++++++++++++++++++
Msite/style.css | 5+++++
5 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/site/about.md b/site/about.md @@ -14,9 +14,11 @@ of Case Western Reserve University 2015-2020. ## educator -Harvard Macy Institute faculty, 2018-present. +Harvard Macy Institute faculty, 2018-2020. Health Care Education 2.0. +<vimbook.org> + ## data scientist @@ -26,3 +28,12 @@ healthcare disparities in hospital medicine; predictive modeling of hospital readmissions and length of stay. [Google Scholar profile](https://scholar.google.com/citations?user=Ng5AgXAAAAAJ) + + +## internal links + +If you want to know which tools I use, visit +[/uses](/uses). + +If you would like to throw money at me, for whatever reason, visit +[/pay](/pay). diff --git a/site/images/cashapp.png b/site/images/cashapp.png Binary files differ. diff --git a/site/images/venmo.jpg b/site/images/venmo.jpg Binary files differ. diff --git a/site/pay.md b/site/pay.md @@ -0,0 +1,18 @@ +# Pay me! + + +--- + + +## Cash App + +[![cashappQR](/images/cashapp.png#center)](https://cash.app/$cbeauhilton) + + +--- + + +## Venmo + +[![venmoQR](/images/venmo.jpg#center)](https://venmo.com/u/Beau-Hilton-1) + diff --git a/site/style.css b/site/style.css @@ -32,6 +32,11 @@ img { max-width: 100%; } +img[src*='#center'] { + display: block; + margin: auto; +} + pre, code, sample { white-space: pre-wrap; hyphens: none;