-
Notifications
You must be signed in to change notification settings - Fork 0
/
readings.html
28 lines (26 loc) · 1.44 KB
/
readings.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Readings</title>
</head>
<div class="index">
<div class="body">
<p>(07/22) <a href="/readings/charles_schwab_memoir">Quotes From "Invested: Changing Forever the Way Americans Invest"</a></p>
<p>(04/22) <a href="/readings/golf_is_not_a_game_of_perfect">Quotes From "Golf is Not a Game of Perfect"</a></p>
<p>(03/22) <a href="/readings/chaos_monkeys">Quotes From "Chaos Monkeys"</a></p>
<p>(10/21) <a href="/readings/the_conquest_of_gaul">Quotes From "The Conquest of Gaul"</a></p>
<p>(07/21) <a href="/readings/coolidge.html">Quotes From "The Autobiography of Calvin Coolidge"</a></p>
<p>(05/21) <a href="/readings/the_psychology_of_persuasion.html">Quotes From "The Psychology of Persuasion"</a></p>
<p>(04/21) <a href="/readings/the_prince.html">Quotes From "The Prince"</a></p>
<p>(03/21) <a href="/readings/the_elements_of_style.html">Quotes From "The Elements of Style"</a></p>
<p>(01/21) <a href="/readings/articles.html">Speeches and Writings I Like</a></p>
<p>(12/19) <a href="/readings/east_of_eden.html">Quotes From "East of Eden</a></p>
</div>
</div>
<p id="blog-footer"><a href="/">←</a></p>
</html>
<!DOCTYPE HTML>