diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | static/about.txt | 9 |
2 files changed, 9 insertions, 1 deletions
@@ -9,5 +9,4 @@ /docs/VISUAL_REVIEW.md # Local acceptance fixtures. Remove a line when replacing it with real content. -/static/about.txt /static/now.txt diff --git a/static/about.txt b/static/about.txt new file mode 100644 index 0000000..602ce61 --- /dev/null +++ b/static/about.txt @@ -0,0 +1,9 @@ +Richard Qin +=========== + +My current interests are MLSys, compilers, and operating systems. +This site keeps its documents available as both HTML and original Markdown. + +Email: richard.qin.001@gmail.com +Code: GPL-3.0-or-later +Text: CC BY-SA 4.0 |
