-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 1.73 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style.css" />
<title>211</title>
<meta
name="description"
content="211s are short, simple statements of an idea that are no more than 211 words long, and use only the 2^11 most common English words."
/>
</head>
<body>
<nav>
<div><a href="/">211</a></div>
<ul>
<li><a href="/">Posts</a></li>
<li><a href="/editor">Editor</a></li>
</ul>
</nav>
<main class="no-grid">
<div class="description">
211s are short, simple statements of an idea that are no more than 211 words long,
and use only the 2<sup>11</sup> (2048) most common English words.
</div>
<div id="post-list">
<div class="heading">Posts</div>
<div class="post-listing">
<h2>
<a href="/posts/community-dashboard"
>Community Dashboard for Discovery and Aggregation</a
>
</h2>
<div class="date">March 2, 2024 · Travis Rich</div>
</div>
<div class="post-listing">
<h2>
<a href="/posts/peer-review-structured/">
Peer Review for Generating Structured Data
</a>
</h2>
<div class="date">February 12, 2024 · Travis Rich</div>
</div>
<div class="post-listing">
<h2>
<a href="/posts/communicating-simply"
>A Format for Conveying Ideas Simply, Without Jargon</a
>
</h2>
<div class="date">February 11, 2024</div>
</div>
</div>
</main>
<footer>
<a href="https://github.com/knowledgefutures/211">Code</a>
</footer>
</body>
</html>