summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2020-05-02 00:01:38 +0000
committerj-james2020-05-02 00:01:38 +0000
commite96bba792b137b521b728cc9a24354351e406385 (patch)
tree328836b1e4d1a0654b524198ffed2417a2efb8c6
parentbe2a61bae8eb08ab8104b2ba1201b024e09157d3 (diff)
Switch fonts
-rw-r--r--css/style.css13
-rw-r--r--index.html82
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 @@
<head>
- <title>j-james</title>
- <meta charset='utf-8'/>
- <link rel='icon' type='image/jpg' href='assets/compass.jpg'/>
- <link rel='stylesheet' href='css/style.css'/>
+ <title>j-james</title>
+ <meta charset='utf-8'/>
+ <link rel='icon' type='image/jpg' href='assets/compass.jpg'/>
+ <link rel='stylesheet' href='css/style.css'/>
+ <!-- <script link random stylesheet script> -->
</head>
-
<body>
- <strong>welcome to my beautiful website</strong>
- <marquee behavior='scroll'>
- <a href='https://j-james.me/math/'>math notes</a>
- -
- <a href='https://j-james.me/spartronics-demo/'>spartronics demo</a>
- -
- <a href='https://j-james.me/interneting-is-hard/'>interneting is hard</a>
- -
- <a href='https://j-james.me/spartronics-slack/'>spartronics slack mirror</a>
- -
- <a href='https://j-james.me/covid/'>sars-cov-2 graphing in washington</a>
- -
- <a href='https://j-james.me/'>this website</a>
- </marquee>
- <strong>=======================</strong>
- <br>
- <a href='https://j-james.me/math/'>link to my math notes</a>
- <br>
- <a href='https://j-james.me/spartronics-demo/'>link to a website demo with github pages + jekyll</a>
- <br>
- <a href='https://j-james.me/interneting-is-hard/'>link to a mirror of interneting-is-hard</a>
- <br>
- <a href='https://j-james.me/spartronics-slack/index.html'>link to a read-only mirror of public spartronics slack channels</a>
- <br>
- <a href='https://j-james.me/covid/'>link to graphs of the covid-19 outbreak in washington</a>
- <br>
- <br>
- check out my projects on sr.ht! (<a href='https://git.sr.ht/~j-james/'>git</a> | <a href='https://hg.sr.ht/~j-james/'>mercurial</a>)
+ <!-- <header>
+ <nav>
+ <a>j-james</a>
+ -
+ <a>mastodon</a>
+ -
+ <a>discord</a>
+ -
+ <a>fraidycat</a>
+ -
+ <a>sourcehut</a>
+ -
+ <a>github</a>
+ </nav>
+ </header> -->
+ <marquee behavior=scroll>
+ <a href="https://j-james.me/">this website</a>
+ -
+ <a href="https://j-james.me/math/">math notes</a>
+ -
+ <a href="https://j-james.me/spartronics-demo/">spartronics demo</a>
+ -
+ <a href="https://j-james.me/interneting-is-hard/">interneting is hard</a>
+ -
+ <a href="https://j-james.me/spartronics-slack/">spartronics slack mirror</a>
+ -
+ <a href="https://j-james.me/covid/">sars-cov-2 graphing in washington</a>
+ </marquee>
+ <strong>welcome to my beautiful website</strong>
+ <br>
+ <strong>=======================</strong>
+ <br>
+ <a href="https://j-james.me/math/">my math notes</a>
+ <br>
+ <a href="https://j-james.me/spartronics-demo/">a website demo with github pages + jekyll</a>
+ <br>
+ <a href="https://j-james.me/interneting-is-hard/">a mirror of interneting-is-hard</a>
+ <br>
+ <a href="https://j-james.me/spartronics-slack/index.html">archived public spartronics slack channels</a>
+ <br>
+ <a href="https://j-james.me/covid/">graphs of the covid-19 outbreak in washington</a>
+ <br>
+ <br>
+ check out my programming projects! (<a href="https://sr.ht/~j-james/">sr.ht</a> | <a href="https://github.com/j-james/">github</a>)
</body>