From 27367612b502e9a416466124d4d6a2c129c42b2f Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 17 Aug 2020 09:49:41 -0400
Subject: initial commit
---
LICENSE | 0
PROGRESS | 3 +++
README | 22 ++++++++++++++++++++++
3 files changed, 25 insertions(+)
create mode 100644 LICENSE
create mode 100644 PROGRESS
create mode 100644 README
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e69de29
diff --git a/PROGRESS b/PROGRESS
new file mode 100644
index 0000000..9321411
--- /dev/null
+++ b/PROGRESS
@@ -0,0 +1,3 @@
+- Watch Markley Introduction
+- Watch Hygeia mini lecture
+- Attend American Government recording
diff --git a/README b/README
new file mode 100644
index 0000000..fe770b8
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+# Holden Rohrer's work for the 2020-21 school year
+
+## My professors
+
+I am taking all of my classes at Georgia Tech this year. During the fall
+semester, I have:
+- Dr. Hannah Markley for ENGL 1102-C2 (English Composition, Health, and
+ Medicine)
+- Dr. Johnny Smith for HIST 2112-B (United States since 1877)
+- Christian Houdre for MATH 3235-K (Probability Theory)
+- Dr. Jason Rich for INTA-1200-A (American Government)
+
+## Structure
+
+The growth of this repository will be pretty organic, but as a general
+rule it will consist exclusively of ASCII plain-text files (preferably
+as a final format, but sometimes using TeX to generate pdfs with a
+Makefile). At the top level there will be a folder for each prof,
+labeled with their last name (i.e. `markley/`), all-caps files like
+README, LICENSE, and PROGRESS for what is mostly metadata, and possibly
+some TeX format files. Git commits' commit times will act as the record
+for when different events occur.
--
cgit