summaryrefslogtreecommitdiff
path: root/index.html
blob: 26fe672f6ed7beea5f7ccce308cd95edd9447b01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>

<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>)
</body>