-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
35 lines (27 loc) · 959 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Edward Tufte on GitHub</title>
<link rel="stylesheet" href="et-book/et-book.css">
<link rel="stylesheet" href="css/index-page-base.css">
</head>
<body>
<h1>Edward Tufte</h1>
<p>GitHub Projects</p>
<h2><a href="et-book">ET Book</a></h2>
<p>A webfont of the typeface used in ET’s books.</p>
<h2><a href="tufte-css/">Tufte CSS</a></h2>
<p>A CSS library for creating beautiful Tufte-inspired HTML documents.</p>
<h2><a href="presenter">Presenter</a></h2>
<p>A website tool for building presentations/reports with no coding required.</p>
<br>
<br>
<p>Other Community Projects</p>
<h2><a href="http://rstudio.github.io/tufte/">Tufte LaTex</a></h2>
<p>Create beautiful Tufte-inspired LaTex documents.</p>
<br>
<br>
<p><a href="https://github.com/edwardtufte">@edwardtufte</a></p>
</body>
</html>