diff options
author | j-james | 2020-03-29 07:31:32 +0000 |
---|---|---|
committer | j-james | 2020-03-29 07:31:32 +0000 |
commit | 13b0c2271bbdeb611e7b79a169749f75aeb91c02 (patch) | |
tree | 3850e5ee775715b04d756c35016a14a8630f27c1 /index.html | |
parent | c86fbefe9baa339cb9fd09904d9511fceffbba8c (diff) |
Link to j-james.me
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 62 |
1 files changed, 25 insertions, 37 deletions
@@ -1,50 +1,38 @@ <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'/> </head> -<strong> welcome to my beautiful website </strong> - -<header> - <marquee behavior="scroll"> - <a href='https://j-james.github.io/math/'>math notes</a> +<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.github.io/spartronics-demo/'>spartronics demo</a> + <a href='https://j-james.me/spartronics-demo/'>spartronics demo</a> - - <a href='https://j-james.github.io/interneting-is-hard/'>interneting is hard</a> + <a href='https://j-james.me/interneting-is-hard/'>interneting is hard</a> - - <a href='https://j-james.github.io/spartronics-slack/index.html'>spartronics slack mirror</a> + <a href='https://j-james.me/spartronics-slack/'>spartronics slack mirror</a> - - <a href='https://j-james.github.io/covid/'>sars-cov-2 graphing in washington</a> + <a href='https://j-james.me/covid/'>sars-cov-2 graphing in washington</a> - - <a href='https://j-james.github.io/j-james.github.io/'>this website</a> + <a href='https://j-james.me/'>this website</a> </marquee> -</header> - -<strong>=======================</strong> -<br> - -<a href='https://j-james.github.io/math/'>link to my math notes</a> - -<br> - -<a href='https://j-james.github.io/spartronics-demo/'>link to a website demo with github pages + jekyll</a> - -<br> - -<a href='https://j-james.github.io/interneting-is-hard/'>link to a mirror of interneting-is-hard</a> - -<br> - -<a href='https://j-james.github.io/spartronics-slack/index.html'>link to a read-only mirror of public spartronics slack channels</a> - -<br> - -<a href='https://j-james.github.io/covid/'>link to graphs of the covid-19 outbreak in washington</a> - -<br> - -<br> + <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>) +</body> -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>) |