blob: 60f0d77cb8890d313612e5f582a39db0fc221c61 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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'/>
<!-- <script link random stylesheet script> -->
</head>
<body>
<!-- <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>
|