From 9d34867fe419733f9648d68ed67d7c6df9de659c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 7 May 2020 18:56:37 -0500 Subject: 2020-05-07 Boulder --- public/brag/000/index.html | 2 +- public/brag/000/style.css | 18 ++++++++++++++++++ public/brag/001/index.html | 40 ++++++++++++++++++++++++++++++++++++++-- public/brag/001/style.css | 18 ++++++++++++++++++ 4 files changed, 75 insertions(+), 3 deletions(-) create mode 100644 public/brag/000/style.css create mode 100644 public/brag/001/style.css (limited to 'public/brag') diff --git a/public/brag/000/index.html b/public/brag/000/index.html index fc57abc..f9af278 100644 --- a/public/brag/000/index.html +++ b/public/brag/000/index.html @@ -3,7 +3,7 @@ brag 000 - + diff --git a/public/brag/000/style.css b/public/brag/000/style.css new file mode 100644 index 0000000..9cff696 --- /dev/null +++ b/public/brag/000/style.css @@ -0,0 +1,18 @@ +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; +} diff --git a/public/brag/001/index.html b/public/brag/001/index.html index cf3a0b8..42010f0 100644 --- a/public/brag/001/index.html +++ b/public/brag/001/index.html @@ -2,8 +2,8 @@ - brag 000 - + brag 001 + @@ -15,5 +15,41 @@ 2019-06-10 through present.

+

teaching

+ +

+Chem628. Serial Cypher. KiCad virtual. +

+ +

+Software study group +

+ +

outreach

+ +

+Invited Seminar Speaker (virtual).
+University of Colorado Boulder Department of Chemistry.
+Scientific Software Development: A Pragmatic Approach +

+ +

+Coach and proctor: Science Olympiad. +

+ +

+STEM fellow +

+ +

professional development

+ +

+SciPy +

+ +

+Manager class +

+ diff --git a/public/brag/001/style.css b/public/brag/001/style.css new file mode 100644 index 0000000..9cff696 --- /dev/null +++ b/public/brag/001/style.css @@ -0,0 +1,18 @@ +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; +} -- cgit v1.2.3