aboutsummaryrefslogtreecommitdiff
path: root/public/brag/001
diff options
context:
space:
mode:
Diffstat (limited to 'public/brag/001')
-rw-r--r--public/brag/001/index.html40
-rw-r--r--public/brag/001/style.css18
2 files changed, 56 insertions, 2 deletions
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 @@
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=80ch">
- <title>brag 000</title>
- <link rel="stylesheet" href="../../style.css">
+ <title>brag 001</title>
+ <link rel="stylesheet" href="style.css">
</head>
<body>
@@ -15,5 +15,41 @@
2019-06-10 through present.
</p>
+<h2>teaching</h2>
+
+<p>
+Chem628. Serial Cypher. KiCad virtual.
+</p>
+
+<p>
+Software study group
+</p>
+
+<h2>outreach</h2>
+
+<p>
+Invited Seminar Speaker (virtual). <br>
+University of Colorado Boulder Department of Chemistry. <br>
+<i>Scientific Software Development: A Pragmatic Approach</i>
+</p>
+
+<p>
+Coach and proctor: Science Olympiad.
+</p>
+
+<p>
+STEM fellow
+</p>
+
+<h2>professional development</h2>
+
+<p>
+SciPy
+</p>
+
+<p>
+Manager class
+</p>
+
</body>
</html>
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;
+}