-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (33 loc) · 1.63 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GitHub Page: Quinten Yearsley</title>
<link type="text/css" rel="stylesheet" href="/style.css">
</head>
<body>
<h1>GitHub Page: Quinten Yearsley</h1>
<img style="float:right" src="https://avatars2.githubusercontent.com/u/3926653?v=3&s=140">
<h2>Me on the web:</h2>
<ul>
<li><a href="https://github.com/qyearsley/">On GitHub</a></li>
<li><a href="http://en.wikipedia.org/wiki/User:Qeny">On Wikipedia</a></li>
<li><a href="https://www.linkedin.com/pub/quinten-yearsley/40/ab/b51">On LinkedIn</a></li>
<li><a href="https://plus.google.com/+QuintenYearsley">On Google+</a></li>
</ul>
<h2>JavaScript</h2>
<ul>
<li><a href="/js/date.html">Birth dates</a>: How long have you lived for?</li>
<li><a href="/js/coinflip.html">Coin Flips</a>: An experiment with probability.</li>
<li><a href="/js/quadrature.html">Quadrature calculator</a>: Approximate definite integrals.</li>
<li><a href="/js/seriestest.html">Series tester</a>: Test whether a series is convergent.</li>
<li><a href="/js/passgen.html">Password generator</a>: Generate random strings.</li>
</ul>
<h2>Chinese</h2>
<ul>
<li><a href="/other/syllabary.html">Transliteration Syllabary</a>: A table of characters used for transliteration.</li>
<li><a href="/other/tonetable.html">Tone Table</a>: A table of Chinese characters according to sound.</li>
<li><a href="/other/pinyin_abbrev.html">Abbreviations in Pinyin</a>: Notes on the unintuitive rules of Hanyu Pinyin.</li>
<li><a href="/other/homophone_subs.html">Homophone substitutions</a>: Traditional characters that were merged during simplification.</li>
</ul>
</body>
</html>