From e96bba792b137b521b728cc9a24354351e406385 Mon Sep 17 00:00:00 2001 From: j-james Date: Fri, 1 May 2020 17:01:38 -0700 Subject: Switch fonts --- css/style.css | 13 +++++++++- index.html | 82 +++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 61 insertions(+), 34 deletions(-) diff --git a/css/style.css b/css/style.css index 40a8c17..770b979 100644 --- a/css/style.css +++ b/css/style.css @@ -1 +1,12 @@ -/* empty */ +body { + font-family: /*"Fira Code",*/ "Courier New", monospace; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + diff --git a/index.html b/index.html index 26fe672..60f0d77 100644 --- a/index.html +++ b/index.html @@ -1,38 +1,54 @@ - j-james - - - + j-james + + + + - - welcome to my beautiful website - - math notes - - - spartronics demo - - - interneting is hard - - - spartronics slack mirror - - - sars-cov-2 graphing in washington - - - this website - - ======================= -
- link to my math notes -
- link to a website demo with github pages + jekyll -
- link to a mirror of interneting-is-hard -
- link to a read-only mirror of public spartronics slack channels -
- link to graphs of the covid-19 outbreak in washington -
-
- check out my projects on sr.ht! (git | mercurial) + + + this website + - + math notes + - + spartronics demo + - + interneting is hard + - + spartronics slack mirror + - + sars-cov-2 graphing in washington + + welcome to my beautiful website +
+ ======================= +
+ my math notes +
+ a website demo with github pages + jekyll +
+ a mirror of interneting-is-hard +
+ archived public spartronics slack channels +
+ graphs of the covid-19 outbreak in washington +
+
+ check out my programming projects! (sr.ht | github) -- cgit v1.2.3-70-g09d2